Home
last modified time | relevance | path

Searched full:passive (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/Linux-v5.10/arch/arm64/boot/dts/exynos/
Dexynos7-trip-points.dtsi13 type = "passive";
18 type = "passive";
23 type = "passive";
28 type = "passive";
33 type = "passive";
38 type = "passive";
43 type = "passive";
/Linux-v5.10/Documentation/devicetree/bindings/fpga/
Daltera-passive-serial.txt1 Altera Passive Serial SPI FPGA Manager
4 referred to as "passive serial".
5 The passive serial link is not technically SPI, and might require extra
12 "altr,fpga-passive-serial",
13 "altr,fpga-arria10-passive-serial"
23 compatible = "altr,fpga-passive-serial";
/Linux-v5.10/drivers/net/wireless/ti/wlcore/
Dscan.c131 u32 band, bool radar, bool passive, in wlcore_scan_get_channels() argument
188 /* if radar is set, we ignore the passive flag */ in wlcore_scan_get_channels()
190 !!(flags & IEEE80211_CHAN_NO_IR) == passive)) { in wlcore_scan_get_channels()
220 * the passive channel list in wlcore_scan_get_channels()
255 cfg->passive[0] = in wlcore_set_scan_chan_params()
274 cfg->passive[0], in wlcore_set_scan_chan_params()
278 cfg->passive[1] = in wlcore_set_scan_chan_params()
297 cfg->passive[1], in wlcore_set_scan_chan_params()
309 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params()
315 cfg->passive[2] = 0; in wlcore_set_scan_chan_params()
[all …]
Dscan.h93 #define SCAN_CHANNEL_FLAGS_DFS BIT(0) /* channel is passive until an
135 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member
138 u8 passive_active; /* number of passive before active channels 2.4ghz */
/Linux-v5.10/drivers/devfreq/
Dgovernor_passive.c26 * If the devfreq device with passive governor has the specific method in devfreq_passive_get_target_freq()
36 * If the parent and passive devfreq device uses the OPP table, in devfreq_passive_get_target_freq()
41 * - parent devfreq device uses the governors except for passive. in devfreq_passive_get_target_freq()
42 * - passive devfreq device uses the passive governor. in devfreq_passive_get_target_freq()
45 * from the governor of parent devfreq device, the passive governor in devfreq_passive_get_target_freq()
48 * new frequency for passive devfreq device. in devfreq_passive_get_target_freq()
55 * The passive governor have to get the correct frequency from OPP in devfreq_passive_get_target_freq()
88 /* Return the suitable frequency for passive device. */ in devfreq_passive_get_target_freq()
206 MODULE_DESCRIPTION("DEVFREQ Passive governor");
/Linux-v5.10/Documentation/devicetree/bindings/thermal/
Dthermal-zones.yaml29 1. when passive cooling is activated (polling-delay-passive)
69 polling-delay-passive:
73 checking this thermal zone while doing passive cooling. Setting
141 - passive # enable passive cooling e.g. throttling cpu
145 There are four valid trip types: active, passive, hot,
158 The passive trip type can be used to slow down HW e.g. run
216 - polling-delay-passive
262 polling-delay-passive = <250>;
271 type = "passive";
277 type = "passive";
[all …]
Dbrcm,sr-thermal.txt34 polling-delay-passive = <0>;
46 polling-delay-passive = <0>;
58 polling-delay-passive = <0>;
70 polling-delay-passive = <0>;
82 polling-delay-passive = <0>;
94 polling-delay-passive = <0>;
Dda9062-thermal.txt17 - polling-delay-passive : Specify the polling period, measured in
25 polling-delay-passive = <3000>;
34 polling-delay-passive = <3000>;
Dthermal-cooling-devices.yaml28 - Passive cooling: by means of regulating device performance. A typical
29 passive cooling mechanism is a CPU that has dynamic voltage and frequency
94 polling-delay-passive = <250>;
103 type = "passive";
/Linux-v5.10/drivers/acpi/
Dthermal.c11 * TBD: 1. Implement passive cooling hysteresis.
12 * 2. Enhance passive cooling (CPU) states/limit interface to support
75 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
113 u8 passive:1; member
153 struct acpi_thermal_passive passive; member
330 /* Passive (optional) */ in acpi_thermal_trips_update()
331 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) || in acpi_thermal_trips_update()
333 valid = tz->trips.passive.flags.valid; in acpi_thermal_trips_update()
345 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update()
347 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update()
[all …]
/Linux-v5.10/arch/arm64/boot/dts/qcom/
Dsm8150.dtsi1221 polling-delay-passive = <250>;
1230 type = "passive";
1236 type = "passive";
1265 polling-delay-passive = <250>;
1274 type = "passive";
1280 type = "passive";
1309 polling-delay-passive = <250>;
1318 type = "passive";
1324 type = "passive";
1353 polling-delay-passive = <250>;
[all …]
Dsm8250.dtsi2388 polling-delay-passive = <250>;
2397 type = "passive";
2403 type = "passive";
2432 polling-delay-passive = <250>;
2441 type = "passive";
2447 type = "passive";
2476 polling-delay-passive = <250>;
2485 type = "passive";
2491 type = "passive";
2520 polling-delay-passive = <250>;
[all …]
/Linux-v5.10/drivers/xen/
Dpvcalls-front.c95 } passive; member
193 (void *)&map->passive.flags); in pvcalls_front_event_handler()
201 (void *)&map->passive.flags); in pvcalls_front_event_handler()
691 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind()
709 map->passive.status = PVCALLS_STATUS_BIND; in pvcalls_front_bind()
726 if (map->passive.status != PVCALLS_STATUS_BIND) { in pvcalls_front_listen()
758 map->passive.status = PVCALLS_STATUS_LISTEN; in pvcalls_front_listen()
777 if (map->passive.status != PVCALLS_STATUS_LISTEN) { in pvcalls_front_accept()
788 (void *)&map->passive.flags)) { in pvcalls_front_accept()
789 req_id = READ_ONCE(map->passive.inflight_req_id); in pvcalls_front_accept()
[all …]
/Linux-v5.10/arch/arm/boot/dts/
Dexynos5422-odroidxu3-common.dtsi54 polling-delay-passive = <250>;
86 type = "passive";
91 type = "passive";
143 polling-delay-passive = <250>;
169 type = "passive";
174 type = "passive";
216 polling-delay-passive = <250>;
242 type = "passive";
247 type = "passive";
289 polling-delay-passive = <250>;
[all …]
Drk3288-veyron-mickey.dts49 type = "passive";
54 type = "passive";
59 type = "passive";
64 type = "passive";
69 type = "passive";
74 type = "passive";
102 * with the fact that there are two passive cooling devices:
155 type = "passive";
160 type = "passive";
165 type = "passive";
[all …]
/Linux-v5.10/arch/arm64/boot/dts/marvell/
Darmada-ap80x.dtsi313 polling-delay-passive = <0>; /* Interrupt driven */
330 polling-delay-passive = <1000>;
339 type = "passive";
344 type = "passive";
363 polling-delay-passive = <1000>;
372 type = "passive";
377 type = "passive";
396 polling-delay-passive = <1000>;
405 type = "passive";
410 type = "passive";
[all …]
/Linux-v5.10/drivers/net/wireless/ti/wl12xx/
Dscan.c16 enum nl80211_band band, bool passive) in wl1271_get_scan_channels() argument
31 * In passive scans, we scan all remaining in wl1271_get_scan_channels()
34 * marked as passive. in wl1271_get_scan_channels()
36 (passive || !(flags & IEEE80211_CHAN_NO_IR))) { in wl1271_get_scan_channels()
50 if (!passive) { in wl1271_get_scan_channels()
82 bool passive, u32 basic_rate) in wl1271_scan_send() argument
91 if (!passive && wl->scan.req->n_ssids == 0) in wl1271_scan_send()
104 if (passive) in wl1271_scan_send()
122 band, passive); in wl1271_scan_send()
295 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl12xx_adjust_channels()
/Linux-v5.10/drivers/scsi/device_handler/
Dscsi_dh_hp_sw.c41 * Returns SCSI_DH_DEV_OFFLINED if the sdev is on the passive path
57 * This is the passive path in tur_done()
178 * The HP Active/Passive firmware is pretty simple;
179 * the passive path reports NOT READY with sense codes
181 * activate the passive path (and deactivate the
222 "active":"passive"); in hp_sw_bus_attach()
259 MODULE_DESCRIPTION("HP Active/Passive driver");
/Linux-v5.10/net/smc/
Dsmc_close.c143 sock_put(sk); /* (postponed) passive closing */ in smc_close_active_abort()
155 sock_put(sk); /* passive closing */ in smc_close_active_abort()
260 sock_put(sk); /* postponed passive closing */ in smc_close_active()
306 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received()
319 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received()
324 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received()
369 /* postpone sock_put() for passive closing to cover in smc_close_passive_work()
389 sock_put(sk); /* passive closing */ in smc_close_passive_work()
394 sock_put(sk); /* passive closing */ in smc_close_passive_work()
399 /* postpone sock_put() for passive closing to cover in smc_close_passive_work()
[all …]
/Linux-v5.10/Documentation/admin-guide/pm/
Dintel_pstate.rst57 ``intel_pstate`` can operate in two different modes, active or passive. In the
59 allows the hardware to do preformance scaling by itself, while in the passive
195 Passive Mode
200 ``intel_pstate=passive`` argument is passed to the kernel in the command line
202 ``intel_pstate=no_hwp`` setting causes the driver to start in the passive mode
222 the so-called "turbo" frequency ranges). In other words, in the passive mode
290 ``CPUFreq`` core and (in the passive mode) to generic scaling governors. This
408 Operation mode of the driver: "active", "passive" or "off".
414 "passive"
415 The driver is functional and in the `passive mode
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/devfreq/
Dexynos-bus.txt17 - passive bus device
19 Basically, parent and passive bus device share the same power line.
21 and the rest bus devices (passive bus device) depend on the decision of
24 should depend on the parent device as passive device.
27 |--- B block (passive)
28 |--- C block (passive)
47 Required properties only for passive bus device:
176 |Mode |*parent|passive |passive|passive|passive|| |
/Linux-v5.10/arch/arm64/boot/dts/ti/
Dk3-am654-industrial-thermal.dtsi6 polling-delay-passive = <250>; /* milliseconds */
20 polling-delay-passive = <250>; /* milliseconds */
34 polling-delay-passive = <250>; /* milliseconds */
/Linux-v5.10/drivers/thermal/
DKconfig240 CPUs when the passive trip is crossed.
250 It supports one critical trip point and one passive trip point. The
252 passive trip is crossed.
263 passive trip point for each thermal sensor.
271 It supports one critical trip point and one passive trip point. The
272 cpufreq is used as the cooling device to throttle CPUs when the passive
302 It supports one critical trip point and one passive trip point. The
304 passive trip is crossed.
338 CPUs when the Temperature crosses the passive trip point.
/Linux-v5.10/arch/arm64/boot/dts/nvidia/
Dtegra194-p2972-0000.dts269 polling-delay-passive = <500>;
291 cpu_trip_passive: passive {
294 type = "passive";
314 cpu-passive {
323 polling-delay-passive = <500>;
337 polling-delay-passive = <500>;
Dtegra194-p3509-0000+p3668-0000.dts265 polling-delay-passive = <500>;
287 cpu_trip_passive: passive {
290 type = "passive";
310 cpu-passive {
319 polling-delay-passive = <500>;
333 polling-delay-passive = <500>;

12345678910>>...19