/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | thermal.c | 11 * TBD: 1. Implement passive cooling hysteresis. 12 * 2. Enhance passive cooling (CPU) states/limit interface to support 91 MODULE_PARM_DESC(psv, "Disable or override all passive trip points."); 116 struct acpi_thermal_passive passive; member 256 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.trip.valid) || in __acpi_thermal_trips_update() 258 valid = tz->trips.passive.trip.valid; in __acpi_thermal_trips_update() 270 tz->trips.passive.trip.valid = false; in __acpi_thermal_trips_update() 272 tz->trips.passive.trip.temperature = tmp; in __acpi_thermal_trips_update() 273 tz->trips.passive.trip.valid = true; in __acpi_thermal_trips_update() 278 tz->trips.passive in __acpi_thermal_trips_update() [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A 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 in pvcalls_front_accept() [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A 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() 700 init_waitqueue_head(&map->passive.inflight_accept_req); in pvcalls_front_bind() 718 map->passive.status = PVCALLS_STATUS_BIND; in pvcalls_front_bind() 735 if (map->passive.status != PVCALLS_STATUS_BIND) { in pvcalls_front_listen() 767 map->passive.status = PVCALLS_STATUS_LISTEN; in pvcalls_front_listen() 786 if (map->passive.status != PVCALLS_STATUS_LISTEN) { in pvcalls_front_accept() 797 (void *)&map->passive.flags)) { in pvcalls_front_accept() 798 req_id = READ_ONCE(map->passive in pvcalls_front_accept() [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A 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 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() 350 tz->trips.passive in acpi_thermal_trips_update() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | scan.c | 131 u32 band, bool radar, bool passive, in wlcore_scan_get_channels() 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[ in wlcore_set_scan_chan_params() 126 wlcore_scan_get_channels(struct wl1271 *wl, struct ieee80211_channel *req_channels[], u32 n_channels, u32 n_ssids, struct conn_scan_ch_params *channels, u32 band, bool radar, bool passive, int start, int max_channels, u8 *n_pactive_ch, int scan_type) wlcore_scan_get_channels() argument [all...] |
H A D | scan.h | 93 #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 */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | scan.c | 129 u32 band, bool radar, bool passive, in wlcore_scan_get_channels() 186 /* if radar is set, we ignore the passive flag */ in wlcore_scan_get_channels() 188 !!(flags & IEEE80211_CHAN_NO_IR) == passive)) { in wlcore_scan_get_channels() 218 * the passive channel list in wlcore_scan_get_channels() 253 cfg->passive[0] = in wlcore_set_scan_chan_params() 272 cfg->passive[0], in wlcore_set_scan_chan_params() 276 cfg->passive[1] = in wlcore_set_scan_chan_params() 295 cfg->passive[1], in wlcore_set_scan_chan_params() 307 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params() 313 cfg->passive[ in wlcore_set_scan_chan_params() 124 wlcore_scan_get_channels(struct wl1271 *wl, struct ieee80211_channel *req_channels[], u32 n_channels, u32 n_ssids, struct conn_scan_ch_params *channels, u32 band, bool radar, bool passive, int start, int max_channels, u8 *n_pactive_ch, int scan_type) wlcore_scan_get_channels() argument [all...] |
H A D | scan.h | 93 #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 */
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 16 enum nl80211_band band, bool passive) in wl1271_get_scan_channels() 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() 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_channel in wl12xx_adjust_channels() 13 wl1271_get_scan_channels(struct wl1271 *wl, struct cfg80211_scan_request *req, struct basic_scan_channel_params *channels, enum nl80211_band band, bool passive) wl1271_get_scan_channels() argument 80 wl1271_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, enum nl80211_band band, bool passive, u32 basic_rate) wl1271_scan_send() argument [all...] |
H A D | scan.h | 88 u8 passive[SCAN_MAX_BANDS]; member 93 u8 n_pactive_ch; /* number of pactive (passive until fw detects energy)
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl12xx/ |
H A D | scan.c | 16 enum nl80211_band band, bool passive) in wl1271_get_scan_channels() 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() 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_channel in wl12xx_adjust_channels() 13 wl1271_get_scan_channels(struct wl1271 *wl, struct cfg80211_scan_request *req, struct basic_scan_channel_params *channels, enum nl80211_band band, bool passive) wl1271_get_scan_channels() argument 80 wl1271_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, enum nl80211_band band, bool passive, u32 basic_rate) wl1271_scan_send() argument [all...] |
H A D | scan.h | 88 u8 passive[SCAN_MAX_BANDS]; member 93 u8 n_pactive_ch; /* number of pactive (passive until fw detects energy)
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | crypto.c | 98 * key: | (reserved)|passive idx| active idx|pending idx| 109 passive:2, /* rx only */ member 113 passive:2, /* rx only */ 1165 if (key.active && key.passive) in tipc_crypto_key_attach() 1176 key.passive = pos; in tipc_crypto_key_attach() 1179 } else if (!key.active && !key.passive) { in tipc_crypto_key_attach() 1185 key.pending = key_next(key.active ?: key.passive); in tipc_crypto_key_attach() 1194 tipc_crypto_key_set_state(c, key.passive, key.active, in tipc_crypto_key_attach() 1248 * Note: A potential passive key can exist, it will be shifted correspondingly! 1279 /* Move passive ke in tipc_crypto_key_try_align() [all...] |
/kernel/linux/linux-6.6/net/tipc/ |
H A D | crypto.c | 98 * key: | (reserved)|passive idx| active idx|pending idx| 109 passive:2, /* rx only */ member 113 passive:2, /* rx only */ 1161 if (key.active && key.passive) in tipc_crypto_key_attach() 1172 key.passive = pos; in tipc_crypto_key_attach() 1175 } else if (!key.active && !key.passive) { in tipc_crypto_key_attach() 1181 key.pending = key_next(key.active ?: key.passive); in tipc_crypto_key_attach() 1190 tipc_crypto_key_set_state(c, key.passive, key.active, in tipc_crypto_key_attach() 1244 * Note: A potential passive key can exist, it will be shifted correspondingly! 1275 /* Move passive ke in tipc_crypto_key_try_align() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.c | 15 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl18xx_adjust_channels()
|
H A D | scan.h | 58 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member 61 u8 passive_active; /* number of passive before active channels 2.4ghz */
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl18xx/ |
H A D | scan.c | 15 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl18xx_adjust_channels()
|
H A D | scan.h | 58 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member 61 u8 passive_active; /* number of passive before active channels 2.4ghz */
|
/kernel/linux/linux-5.10/drivers/devfreq/ |
H A D | exynos-bus.c | 90 * devfreq function for both simple-ondemand and passive governor 359 /* Initialize the struct profile and governor data for passive device */ in exynos_bus_profile_init_passive() 374 /* Add devfreq device for exynos bus with passive governor */ in exynos_bus_profile_init_passive() 379 "failed to add devfreq dev with passive governor\n"); in exynos_bus_profile_init_passive() 394 bool passive = false; in exynos_bus_probe() local 415 passive = true; in exynos_bus_probe() 427 if (passive) in exynos_bus_probe() 447 if (!passive) { in exynos_bus_probe()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_sysfs.c | 101 return sprintf(buf, "passive\n"); in trip_point_type_show() 406 static DEVICE_ATTR_RW(passive); 441 /* We expose passive only if passive trips are present */ 454 int count, passive = 0; in thermal_zone_passive_is_visible() local 458 for (count = 0; count < tz->trips && !passive; count++) { in thermal_zone_passive_is_visible() 462 passive = 1; in thermal_zone_passive_is_visible() 465 if (!passive) in thermal_zone_passive_is_visible()
|
/kernel/linux/linux-5.10/tools/thermal/tmon/ |
H A D | tmon.h | 79 int passive; /* active zone has passive node to force passive mode */ member
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tmon.h | 79 int passive; /* active zone has passive node to force passive mode */ member
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | gov_power_allocator.c | 58 * @trip_switch_on: first passive trip point of the thermal zone. The 60 * If the thermal zone only has one passive trip point, 62 * @trip_max_desired_temperature: last passive trip point of the thermal 142 * passive trip points at the same temperature, that person in estimate_pid_constants() 505 * are defined as the first and last passive trip points. 509 * on. If there are no passive or active trip points, then the 718 update = tz->passive; in power_allocator_throttle() 719 tz->passive = 0; in power_allocator_throttle() 725 tz->passive = 1; in power_allocator_throttle()
|
H A D | gov_step_wise.c | 75 * If value is +1, activate a passive instance. in update_passive_instance() 76 * If value is -1, deactivate a passive instance. in update_passive_instance() 79 tz->passive += value; in update_passive_instance() 112 /* Activate a passive thermal instance */ in thermal_zone_trip_update() 116 /* Deactivate a passive thermal instance */ in thermal_zone_trip_update()
|
/kernel/linux/linux-6.6/drivers/devfreq/ |
H A D | exynos-bus.c | 91 * devfreq function for both simple-ondemand and passive governor 358 /* Initialize the struct profile and governor data for passive device */ in exynos_bus_profile_init_passive() 373 /* Add devfreq device for exynos bus with passive governor */ in exynos_bus_profile_init_passive() 378 "failed to add devfreq dev with passive governor\n"); in exynos_bus_profile_init_passive() 393 bool passive = false; in exynos_bus_probe() local 414 passive = true; in exynos_bus_probe() 426 if (passive) in exynos_bus_probe()
|