| /kernel/linux/linux-4.19/arch/arm64/boot/dts/exynos/ |
| D | exynos7-trip-points.dtsi | 13 type = "passive"; 18 type = "passive"; 23 type = "passive"; 28 type = "passive"; 33 type = "passive"; 38 type = "passive"; 43 type = "passive";
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/exynos/ |
| D | exynos7-trip-points.dtsi | 13 type = "passive"; 18 type = "passive"; 23 type = "passive"; 28 type = "passive"; 33 type = "passive"; 38 type = "passive"; 43 type = "passive";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/fpga/ |
| D | altera-passive-serial.txt | 1 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";
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/fpga/ |
| D | altera-passive-serial.txt | 1 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";
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
| D | scan.c | 131 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 …]
|
| /kernel/linux/linux-5.10/drivers/devfreq/ |
| D | governor_passive.c | 26 * 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");
|
| /kernel/linux/linux-4.19/drivers/devfreq/ |
| D | governor_passive.c | 29 * If the devfreq device with passive governor has the specific method in devfreq_passive_get_target_freq() 39 * If the parent and passive devfreq device uses the OPP table, in devfreq_passive_get_target_freq() 44 * - parent devfreq device uses the governors except for passive. in devfreq_passive_get_target_freq() 45 * - passive devfreq device uses the passive governor. in devfreq_passive_get_target_freq() 48 * from the governor of parent devfreq device, the passive governor in devfreq_passive_get_target_freq() 51 * new frequency for passive devfreq device. in devfreq_passive_get_target_freq() 58 * The passive governor have to get the correct frequency from OPP in devfreq_passive_get_target_freq() 91 /* Return the suitable frequency for passive device. */ in devfreq_passive_get_target_freq() 209 MODULE_DESCRIPTION("DEVFREQ Passive governor");
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/thermal/ |
| D | thermal.txt | 45 is by means of regulating device performance, which is known as passive 46 cooling. A typical passive cooling is a CPU that has dynamic voltage and 88 "passive": A trip point to enable passive cooling 133 - polling-delay-passive: The maximum number of milliseconds to wait 134 Type: unsigned between polls when performing passive cooling. 170 (i) - when passive cooling is activated (polling-delay-passive); and 249 polling-delay-passive = <250>; /* milliseconds */ 263 type = "passive"; 293 linked to the same thermal zone, 'cpu-thermal', as a passive cooling device, 322 polling-delay-passive = <250>; /* milliseconds */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/thermal/ |
| D | thermal-zones.yaml | 29 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 …]
|
| D | brcm,sr-thermal.txt | 34 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>;
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | thermal.c | 11 * 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 332 /* Passive (optional) */ in acpi_thermal_trips_update() 333 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) || in acpi_thermal_trips_update() 335 valid = tz->trips.passive.flags.valid; in acpi_thermal_trips_update() 347 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update() 349 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
| D | sm8150.dtsi | 1221 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 …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ti/wlcore/ |
| D | scan.c | 145 u32 band, bool radar, bool passive, in wlcore_scan_get_channels() argument 202 /* if radar is set, we ignore the passive flag */ in wlcore_scan_get_channels() 204 !!(flags & IEEE80211_CHAN_NO_IR) == passive)) { in wlcore_scan_get_channels() 234 * the passive channel list in wlcore_scan_get_channels() 269 cfg->passive[0] = in wlcore_set_scan_chan_params() 288 cfg->passive[0], in wlcore_set_scan_chan_params() 292 cfg->passive[1] = in wlcore_set_scan_chan_params() 311 cfg->passive[1], in wlcore_set_scan_chan_params() 323 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params() 329 cfg->passive[2] = 0; in wlcore_set_scan_chan_params() [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/ |
| D | thermal.c | 24 * TBD: 1. Implement passive cooling hysteresis. 25 * 2. Enhance passive cooling (CPU) states/limit interface to support 88 MODULE_PARM_DESC(psv, "Disable or override all passive trip points."); 126 u8 passive:1; member 166 struct acpi_thermal_passive passive; member 347 /* Passive (optional) */ in acpi_thermal_trips_update() 348 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) || in acpi_thermal_trips_update() 350 valid = tz->trips.passive.flags.valid; in acpi_thermal_trips_update() 362 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update() 364 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update() [all …]
|
| /kernel/linux/linux-5.10/drivers/xen/ |
| D | pvcalls-front.c | 95 } 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 …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5422-odroidxu3-common.dtsi | 54 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 …]
|
| D | rk3288-veyron-mickey.dts | 49 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 …]
|
| /kernel/linux/linux-4.19/drivers/xen/ |
| D | pvcalls-front.c | 104 } passive; member 202 (void *)&map->passive.flags); in pvcalls_front_event_handler() 210 (void *)&map->passive.flags); in pvcalls_front_event_handler() 699 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind() 717 map->passive.status = PVCALLS_STATUS_BIND; in pvcalls_front_bind() 734 if (map->passive.status != PVCALLS_STATUS_BIND) { in pvcalls_front_listen() 766 map->passive.status = PVCALLS_STATUS_LISTEN; in pvcalls_front_listen() 784 if (map->passive.status != PVCALLS_STATUS_LISTEN) { in pvcalls_front_accept() 795 (void *)&map->passive.flags)) { in pvcalls_front_accept() 796 req_id = READ_ONCE(map->passive.inflight_req_id); in pvcalls_front_accept() [all …]
|
| /kernel/linux/linux-4.19/net/smc/ |
| D | smc_close.c | 116 sock_put(sk); /* passive closing */ in smc_close_active_abort() 136 sock_put(sk); /* passive closing */ in smc_close_active_abort() 143 sock_put(sk); /* passive closing */ in smc_close_active_abort() 238 sock_put(sk); /* postponed passive closing */ in smc_close_active() 284 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received() 297 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received() 302 sock_put(sk); /* passive closing */ in smc_close_passive_abort_received() 354 sock_put(sk); /* passive closing */ in smc_close_passive_work() 359 /* postpone sock_put() for passive closing to cover in smc_close_passive_work() 379 sock_put(sk); /* passive closing */ in smc_close_passive_work() [all …]
|
| /kernel/linux/linux-5.10/arch/arm64/boot/dts/marvell/ |
| D | armada-ap80x.dtsi | 313 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 …]
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | exynos5422-odroidxu3-common.dtsi | 56 polling-delay-passive = <250>; 88 type = "passive"; 93 type = "passive"; 139 polling-delay-passive = <250>; 165 type = "passive"; 170 type = "passive"; 206 polling-delay-passive = <250>; 232 type = "passive"; 237 type = "passive"; 273 polling-delay-passive = <250>; [all …]
|
| D | rk3288-veyron-mickey.dts | 41 type = "passive"; 46 type = "passive"; 51 type = "passive"; 56 type = "passive"; 61 type = "passive"; 66 type = "passive"; 90 * with the fact that there are two passive cooling devices:
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
| D | scan.c | 16 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()
|
| /kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
| D | scsi_dh_hp_sw.c | 41 * 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");
|
| /kernel/linux/linux-5.10/net/smc/ |
| D | smc_close.c | 143 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 …]
|