/drivers/acpi/ |
D | thermal.c | 126 u8 passive:1; member 166 struct acpi_thermal_passive passive; member 350 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) || in acpi_thermal_trips_update() 352 valid = tz->trips.passive.flags.valid; in acpi_thermal_trips_update() 364 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update() 366 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update() 367 tz->trips.passive.flags.valid = 1; in acpi_thermal_trips_update() 373 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update() 375 tz->trips.passive.tc1 = tmp; in acpi_thermal_trips_update() 380 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update() [all …]
|
/drivers/net/wireless/ti/wlcore/ |
D | scan.c | 139 u32 band, bool radar, bool passive, in wlcore_scan_get_channels() argument 198 !!(flags & IEEE80211_CHAN_NO_IR) == passive)) { in wlcore_scan_get_channels() 263 cfg->passive[0] = in wlcore_set_scan_chan_params() 282 cfg->passive[0], in wlcore_set_scan_chan_params() 286 cfg->passive[1] = in wlcore_set_scan_chan_params() 305 cfg->passive[1], in wlcore_set_scan_chan_params() 317 cfg->passive[1] + cfg->dfs, in wlcore_set_scan_chan_params() 323 cfg->passive[2] = 0; in wlcore_set_scan_chan_params() 329 cfg->active[0], cfg->passive[0]); in wlcore_set_scan_chan_params() 331 cfg->active[1], cfg->passive[1]); in wlcore_set_scan_chan_params() [all …]
|
D | scan.h | 149 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member
|
/drivers/net/wireless/ti/wl12xx/ |
D | scan.c | 30 enum ieee80211_band band, bool passive) in wl1271_get_scan_channels() argument 50 (passive || !(flags & IEEE80211_CHAN_NO_IR))) { in wl1271_get_scan_channels() 64 if (!passive) { in wl1271_get_scan_channels() 96 bool passive, u32 basic_rate) in wl1271_scan_send() argument 105 if (!passive && wl->scan.req->n_ssids == 0) in wl1271_scan_send() 118 if (passive) in wl1271_scan_send() 136 band, passive); in wl1271_scan_send() 309 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl12xx_adjust_channels()
|
D | scan.h | 102 u8 passive[SCAN_MAX_BANDS]; member
|
/drivers/net/wireless/ti/wl18xx/ |
D | scan.c | 29 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl18xx_adjust_channels()
|
D | scan.h | 72 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member
|
/drivers/thermal/ |
D | Kconfig | 184 CPUs when the passive trip is crossed. 193 It supports one critical trip point and one passive trip point. The 195 passive trip is crossed. 213 CPUs when the Temperature crosses the passive trip point.
|
D | step_wise.c | 125 tz->passive += value; in update_passive_instance()
|
D | power_allocator.c | 626 tz->passive = 0; in power_allocator_throttle() 632 tz->passive = 1; in power_allocator_throttle()
|
D | thermal_core.c | 412 if (tz->passive) in monitor_thermal_zone() 555 tz->passive = 0; in thermal_zone_device_reset() 1101 static DEVICE_ATTR(passive, S_IRUGO | S_IWUSR, passive_show, passive_store); 1806 int passive = 0; in thermal_zone_device_register() local 1878 passive = 1; in thermal_zone_device_register() 1886 if (!passive) { in thermal_zone_device_register()
|
/drivers/isdn/hisax/ |
D | Kconfig | 171 versions passive ISDN cards. 182 passive ISDN ISA cards. 212 This enables HiSax support for the Sedlbauer passive ISDN cards.
|
/drivers/scsi/libfc/ |
D | fc_rport.c | 1728 enum fc_els_spp_resp passive; in fc_rport_recv_prli_req() local 1783 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req() 1784 if (!resp || passive == FC_SPP_RESP_ACK) in fc_rport_recv_prli_req() 1785 resp = passive; in fc_rport_recv_prli_req()
|
/drivers/video/fbdev/omap2/dss/ |
D | Kconfig | 119 2xPCK (if active matrix) or 3xPCK (if passive matrix).
|
/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 436 u16 passive = (band == IEEE80211_BAND_2GHZ) ? in iwl_get_passive_dwell_time() local 440 return iwl_limit_dwell(priv, passive); in iwl_get_passive_dwell_time()
|
/drivers/net/wireless/libertas/ |
D | README | 210 1) Perform a passive scan on all channels for 20 ms per channel:
|
/drivers/net/wireless/iwlegacy/ |
D | common.c | 1498 u16 passive = in il_get_passive_dwell_time() local 1514 passive = min(value, passive); in il_get_passive_dwell_time() 1517 return passive; in il_get_passive_dwell_time()
|
/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2854 bool passive; in ath10k_update_channel_list() local 2905 passive = channel->flags & IEEE80211_CHAN_NO_IR; in ath10k_update_channel_list() 2906 ch->passive = passive; in ath10k_update_channel_list() 2913 ch->passive |= ch->chan_radar; in ath10k_update_channel_list()
|
D | wmi.h | 1742 bool passive; member
|
D | wmi.c | 1556 if (arg->passive) in ath10k_wmi_put_wmi_channel()
|
/drivers/infiniband/hw/nes/ |
D | nes_cm.c | 115 …truct nes_cm_node *cm_node, struct tcphdr *tcph, struct sk_buff *skb, int optionsize, int passive); 2251 struct sk_buff *skb, int optionsize, int passive) in handle_tcp_options() argument 2260 if (passive) in handle_tcp_options()
|