Searched refs:passive (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/drivers/net/wireless/ti/wlcore/
H A Dscan.c129 u32 band, bool radar, bool passive,
186 /* if radar is set, we ignore the passive flag */
188 !!(flags & IEEE80211_CHAN_NO_IR) == passive)) {
218 * the passive channel list
253 cfg->passive[0] =
272 cfg->passive[0],
276 cfg->passive[1] =
295 cfg->passive[1],
307 cfg->passive[1] + cfg->dfs,
313 cfg->passive[
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) argument
[all...]
H A 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 in struct:wlcore_scan_channels
138 u8 passive_active; /* number of passive before active channels 2.4ghz */
/linux-master/drivers/xen/
H A Dpvcalls-front.c95 } passive; member in union:sock_mapping::__anon765
193 (void *)&map->passive.flags);
201 (void *)&map->passive.flags);
700 init_waitqueue_head(&map->passive.inflight_accept_req);
718 map->passive.status = PVCALLS_STATUS_BIND;
735 if (map->passive.status != PVCALLS_STATUS_BIND) {
767 map->passive.status = PVCALLS_STATUS_LISTEN;
786 if (map->passive.status != PVCALLS_STATUS_LISTEN) {
797 (void *)&map->passive.flags)) {
798 req_id = READ_ONCE(map->passive
[all...]
/linux-master/drivers/thermal/
H A Dgov_step_wise.c104 /* Activate a passive thermal instance */
106 tz->passive++;
109 /* Deactivate a passive thermal instance */
111 tz->passive--;
H A Dgov_power_allocator.c74 * @trip_switch_on: first passive trip point of the thermal zone. The
76 * If the thermal zone only has one passive trip point,
78 * @trip_max: last passive trip point of the thermal zone. The
163 * passive trip points at the same temperature, that person
485 * are defined as the first and last passive trip points.
489 * on. If there are no passive or active trip points, then the
763 update = tz->passive;
764 tz->passive = 0;
770 tz->passive = 1;
H A Dthermal_core.c298 else if (tz->passive)
1254 * performing passive cooling
1263 * longer needed. The passive cooling depends on the .get_trend() return value.
/linux-master/drivers/net/wireless/ti/wl12xx/
H A Dscan.c16 enum nl80211_band band, bool passive)
31 * In passive scans, we scan all remaining
34 * marked as passive.
36 (passive || !(flags & IEEE80211_CHAN_NO_IR))) {
50 if (!passive) {
82 bool passive, u32 basic_rate)
91 if (!passive && wl->scan.req->n_ssids == 0)
104 if (passive)
122 band, passive);
295 memcpy(cmd->passive, cmd_channel
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) argument
80 wl1271_scan_send(struct wl1271 *wl, struct wl12xx_vif *wlvif, enum nl80211_band band, bool passive, u32 basic_rate) argument
[all...]
H A Dscan.h88 u8 passive[SCAN_MAX_BANDS]; member in struct:wl1271_cmd_sched_scan_config
93 u8 n_pactive_ch; /* number of pactive (passive until fw detects energy)
/linux-master/drivers/net/wireless/ti/wl18xx/
H A Dscan.h58 u8 passive[SCAN_MAX_BANDS]; /* number of passive scan channels */ member in struct:wl18xx_cmd_scan_params
61 u8 passive_active; /* number of passive before active channels 2.4ghz */
H A Dscan.c15 memcpy(cmd->passive, cmd_channels->passive, sizeof(cmd->passive));
/linux-master/tools/thermal/tmon/
H A Dtmon.h79 int passive; /* active zone has passive node to force passive mode */ member in struct:tz_info
/linux-master/drivers/acpi/
H A Dthermal.c11 * TBD: 1. Implement passive cooling hysteresis.
12 * 2. Enhance passive cooling (CPU) states/limit interface to support
84 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
105 struct acpi_thermal_passive passive; member in struct:acpi_thermal_trips
393 tz->trips.passive.tc1 = tmp;
399 tz->trips.passive.tc2 = tmp;
403 tz->trips.passive.delay = tmp;
411 tz->trips.passive.delay = tmp * 100;
422 acpi_trip = &tz->trips.passive.trip;
506 t = tz->trips.passive
[all...]
/linux-master/net/tipc/
H A Dcrypto.c98 * key: | (reserved)|passive idx| active idx|pending idx|
109 passive:2, /* rx only */ member in struct:tipc_key::__anon271::__anon272
113 passive:2, /* rx only */
1161 if (key.active && key.passive)
1172 key.passive = pos;
1175 } else if (!key.active && !key.passive) {
1181 key.pending = key_next(key.active ?: key.passive);
1190 tipc_crypto_key_set_state(c, key.passive, key.active,
1244 * Note: A potential passive key can exist, it will be shifted correspondingly!
1275 /* Move passive ke
[all...]
/linux-master/drivers/devfreq/
H A Dexynos-bus.c91 * devfreq function for both simple-ondemand and passive governor
358 /* Initialize the struct profile and governor data for passive device */
373 /* Add devfreq device for exynos bus with passive governor */
378 "failed to add devfreq dev with passive governor\n");
393 bool passive = false; local
414 passive = true;
426 if (passive)
/linux-master/include/linux/
H A Dthermal.h142 * performing passive cooling.
151 * @passive: 1 if you've crossed a passive trip point, 0 otherwise.
152 * @prev_low_trip: the low current temperature if you've crossed a passive
155 passive trip point.
188 int passive; member in struct:thermal_zone_device
H A Dsfp.h183 } __packed passive; member in union:sfp_eeprom_base::__anon3878
/linux-master/drivers/scsi/libfc/
H A Dfc_rport.c2030 enum fc_els_spp_resp active = 0, passive = 0; local
2037 passive = prov->prli(rdata, plen, rspp, spp);
2038 if (!active || passive == FC_SPP_RESP_ACK)
2039 resp = passive;
2043 "active %x passive %x\n",
2044 rspp->spp_type, active, passive);
/linux-master/net/core/
H A Dnet_namespace.c328 refcount_set(&net->passive, 1);
458 if (refcount_dec_and_test(&net->passive)) {
497 refcount_set(&net->passive, 1);
H A Dnet-sysfs.c1972 refcount_inc(&ns->passive);
/linux-master/include/net/
H A Dnet_namespace.h65 refcount_t passive; /* To decide when the network member in struct:net
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c24 /* For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
418 u16 passive = (band == NL80211_BAND_2GHZ) ? local
422 return iwl_limit_dwell(priv, passive);
425 /* Return valid, unused, channel for a passive scan to reset the RF */
696 IWL_DEBUG_SCAN(priv, "Start internal passive scan.\n");
699 * dwell is >= quiet; since we use passive scan it'll
731 IWL_DEBUG_SCAN(priv, "Start passive scan.\n");
754 * Internal scans are passive, so we can indiscriminately set
771 * marked passive, we can do active scanning if we detect
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_sas.h1307 u32 passive:1; member in struct:megasas_ctrl_info::__anon1261
1321 u32 passive:1;
2437 u8 passive; member in struct:megasas_instance
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dscan.h289 * @IWL_MVM_LMAC_SCAN_FLAG_PASSIVE: force passive scan on all channels
293 * @IWL_MVM_LMAC_SCAN_FLAG_FRAGMENTED: all passive scans will be fragmented
334 * @passive_dwell: dwell time for passive channels
335 * @fragmented_dwell: dwell time for fragmented passive scan
506 * @passive: default dwell time for passive scan
512 u8 passive; member in struct:iwl_scan_dwell
671 * as passive
822 * @passive_dwell: dwell time for passive scan per LMAC
823 * @fragmented_dwell: dwell time for fragmented passive sca
[all...]
/linux-master/drivers/net/phy/
H A Dsfp-bus.c167 /* When using passive cables, in case neither BR,min nor BR,max
222 /* For active or passive cables, select the link modes
241 if (id->base.passive.sff8431_app_e) {
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c1242 /* For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
1483 u16 passive = local
1491 * If we're associated, we clamp the maximum passive
1499 passive = min(value, passive);
1502 return passive;
3907 /* Return valid, unused, channel for a passive scan to reset the RF */
5351 * On passive channel we wait with blocked queues to see if

Completed in 675 milliseconds

12