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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/
H A Dthermal.c28 * TBD: 1. Implement passive cooling hysteresis.
29 * 2. Enhance passive cooling (CPU) states/limit interface to support
103 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
131 u8 passive:1; member in struct:acpi_thermal_state
171 struct acpi_thermal_passive passive; member in struct:acpi_thermal_trips
418 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) ||
420 valid = tz->trips.passive.flags.valid;
432 tz->trips.passive.flags.valid = 0;
434 tz->trips.passive.temperature = tmp;
435 tz->trips.passive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/
H A Dthermal.c28 * TBD: 1. Implement passive cooling hysteresis.
29 * 2. Enhance passive cooling (CPU) states/limit interface to support
103 MODULE_PARM_DESC(psv, "Disable or override all passive trip points.");
131 u8 passive:1; member in struct:acpi_thermal_state
171 struct acpi_thermal_passive passive; member in struct:acpi_thermal_trips
418 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) ||
420 valid = tz->trips.passive.flags.valid;
432 tz->trips.passive.flags.valid = 0;
434 tz->trips.passive.temperature = tmp;
435 tz->trips.passive
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptpd/pppd_plugin/src/pppd/
H A Dlcp.h73 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/wl12xx/
H A Dwl1271_scan.c34 enum ieee80211_band band, bool passive)
47 ((!!(flags & IEEE80211_CHAN_PASSIVE_SCAN)) == passive) &&
87 bool passive, u32 basic_rate)
103 if(passive)
109 band, passive);
31 wl1271_get_scan_channels(struct wl1271 *wl, struct cfg80211_scan_request *req, struct basic_scan_channel_params *channels, enum ieee80211_band band, bool passive) argument
86 wl1271_scan_send(struct wl1271 *wl, enum ieee80211_band band, bool passive, u32 basic_rate) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1271_scan.c34 enum ieee80211_band band, bool passive)
47 ((!!(flags & IEEE80211_CHAN_PASSIVE_SCAN)) == passive) &&
87 bool passive, u32 basic_rate)
103 if(passive)
109 band, passive);
31 wl1271_get_scan_channels(struct wl1271 *wl, struct cfg80211_scan_request *req, struct basic_scan_channel_params *channels, enum ieee80211_band band, bool passive) argument
86 wl1271_scan_send(struct wl1271 *wl, enum ieee80211_band band, bool passive, u32 basic_rate) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c49 /* For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
271 u16 passive = (band == IEEE80211_BAND_2GHZ) ? local
276 /* If we're associated, we clamp the maximum passive
279 passive = vif ? vif->bss_conf.beacon_int : 0;
280 if ((passive > IWL_PASSIVE_DWELL_BASE) || !passive)
281 passive = IWL_PASSIVE_DWELL_BASE;
282 passive = (passive * 98) / 100 - IWL_CHANNEL_TUNE_TIME * 2;
285 return passive;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-scan.c49 /* For passive scan, listen PASSIVE_DWELL_TIME (msec) on each channel.
271 u16 passive = (band == IEEE80211_BAND_2GHZ) ? local
276 /* If we're associated, we clamp the maximum passive
279 passive = vif ? vif->bss_conf.beacon_int : 0;
280 if ((passive > IWL_PASSIVE_DWELL_BASE) || !passive)
281 passive = IWL_PASSIVE_DWELL_BASE;
282 passive = (passive * 98) / 100 - IWL_CHANNEL_TUNE_TIME * 2;
285 return passive;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dlcp.h89 bool passive; /* Don't die if we don't get a response */ member in struct:lcp_options
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dthermal.h115 bool passive; member in struct:thermal_zone_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dthermal.h115 bool passive; member in struct:thermal_zone_device
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/tests/
H A DFTPServer.pm184 $conn->{passive} = 1;
233 $conn->{passive} = 0;
454 if ($conn->{passive}) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/tests/
H A DFTPServer.pm184 $conn->{passive} = 1;
233 $conn->{passive} = 0;
454 if ($conn->{passive}) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/tests/
H A DFTPServer.pm184 $conn->{passive} = 1;
233 $conn->{passive} = 0;
454 if ($conn->{passive}) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbd/
H A Dserver.c537 extern BOOL passive;
538 passive = True;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c188 return sprintf(buf, "passive\n");
282 static DEVICE_ATTR(passive, S_IRUGO | S_IWUSR, passive_show, \
614 * Calculate the thermal trend (using the passive cooling equation)
615 * and modify the performance limit for all passive cooling devices
619 tz->passive = true;
654 * Implement passive cooling hysteresis to slowly increase performance
655 * and avoid thrashing around the passive trip point. Note that we
667 tz->passive = false;
1008 if (temp >= trip_temp || tz->passive)
1022 if (tz->passive)
1064 int passive = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/thermal/
H A Dthermal_sys.c188 return sprintf(buf, "passive\n");
282 static DEVICE_ATTR(passive, S_IRUGO | S_IWUSR, passive_show, \
614 * Calculate the thermal trend (using the passive cooling equation)
615 * and modify the performance limit for all passive cooling devices
619 tz->passive = true;
654 * Implement passive cooling hysteresis to slowly increase performance
655 * and avoid thrashing around the passive trip point. Note that we
667 tz->passive = false;
1008 if (temp >= trip_temp || tz->passive)
1022 if (tz->passive)
1064 int passive = 0; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbd/
H A Dserver.c537 extern BOOL passive;
538 passive = True;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbd/
H A Dserver.c537 extern BOOL passive;
538 passive = True;

Completed in 411 milliseconds

123