Home
last modified time | relevance | path

Searched refs:passive (Results 1 – 21 of 21) sorted by relevance

/drivers/acpi/
Dthermal.c126 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/
Dscan.c139 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 …]
Dscan.h149 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member
/drivers/net/wireless/ti/wl12xx/
Dscan.c30 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()
Dscan.h102 u8 passive[SCAN_MAX_BANDS]; member
/drivers/net/wireless/ti/wl18xx/
Dscan.c29 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive)); in wl18xx_adjust_channels()
Dscan.h72 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member
/drivers/thermal/
DKconfig184 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.
Dstep_wise.c125 tz->passive += value; in update_passive_instance()
Dpower_allocator.c626 tz->passive = 0; in power_allocator_throttle()
632 tz->passive = 1; in power_allocator_throttle()
Dthermal_core.c412 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/
DKconfig171 versions passive ISDN cards.
182 passive ISDN ISA cards.
212 This enables HiSax support for the Sedlbauer passive ISDN cards.
/drivers/scsi/libfc/
Dfc_rport.c1728 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/
DKconfig119 2xPCK (if active matrix) or 3xPCK (if passive matrix).
/drivers/net/wireless/iwlwifi/dvm/
Dscan.c436 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/
DREADME210 1) Perform a passive scan on all channels for 20 ms per channel:
/drivers/net/wireless/iwlegacy/
Dcommon.c1498 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/
Dmac.c2854 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()
Dwmi.h1742 bool passive; member
Dwmi.c1556 if (arg->passive) in ath10k_wmi_put_wmi_channel()
/drivers/infiniband/hw/nes/
Dnes_cm.c115 …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()