Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/acpi/
Dthermal.c126 u8 passive:1; member
166 struct acpi_thermal_passive passive; member
348 if (((flag & ACPI_TRIPS_PASSIVE) && tz->trips.passive.flags.valid) || in acpi_thermal_trips_update()
350 valid = tz->trips.passive.flags.valid; in acpi_thermal_trips_update()
362 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update()
364 tz->trips.passive.temperature = tmp; in acpi_thermal_trips_update()
365 tz->trips.passive.flags.valid = 1; in acpi_thermal_trips_update()
371 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update()
373 tz->trips.passive.tc1 = tmp; in acpi_thermal_trips_update()
378 tz->trips.passive.flags.valid = 0; in acpi_thermal_trips_update()
[all …]
/linux-4.4.14/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
/linux-4.4.14/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
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Dthermal.txt45 is by means of regulating device performance, which is known as passive
46 cooling. A typical passive cooling is a CPU that has dynamic voltage and
98 "passive": A trip point to enable passive cooling
143 - polling-delay-passive: The maximum number of milliseconds to wait
144 Type: unsigned between polls when performing passive cooling.
180 (i) - when passive cooling is activated (polling-delay-passive); and
263 polling-delay-passive = <250>; /* milliseconds */
277 type = "passive";
312 linked to the same thermal zone, 'cpu-thermal', as a passive cooling device,
341 polling-delay-passive = <250>; /* milliseconds */
[all …]
Dqcom-spmi-temp-alarm.txt33 polling-delay-passive = <250>;
39 passive {
42 type = "passive";
Drockchip-thermal.txt50 polling-delay-passive = <1000>; /* milliseconds */
60 type = "passive";
Ddb8500-thermal.txt12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot"
Dtegra-soctherm.txt49 polling-delay-passive = <1000>;
/linux-4.4.14/arch/arm/boot/dts/
Drk3288-thermal.dtsi48 polling-delay-passive = <1000>; /* milliseconds */
55 polling-delay-passive = <1000>; /* milliseconds */
64 type = "passive";
83 polling-delay-passive = <1000>; /* milliseconds */
92 type = "passive";
Domap4-cpu-thermal.dtsi15 polling-delay-passive = <250>; /* milliseconds */
25 type = "passive";
Dexynos5440-trip-points.dtsi12 polling-delay-passive = <0>;
Domap5-gpu-thermal.dtsi15 polling-delay-passive = <250>; /* milliseconds */
Domap5-core-thermal.dtsi15 polling-delay-passive = <250>; /* milliseconds */
Dexynos5420-trip-points.dtsi12 polling-delay-passive = <0>;
Dexynos4-cpu-thermal.dtsi18 polling-delay-passive = <0>;
Dexynos5422-cpu-thermal.dtsi19 polling-delay-passive = <0>;
Dsun5i-a13.dtsi72 polling-delay-passive = <250>;
88 type = "passive";
Dtegra124.dtsi994 polling-delay-passive = <1000>;
1002 polling-delay-passive = <1000>;
1010 polling-delay-passive = <1000>;
1018 polling-delay-passive = <1000>;
Dexynos4210.dtsi164 polling-delay-passive = <0>;
Dsun4i-a10.dtsi126 polling-delay-passive = <250>;
142 type = "passive";
Dsun6i-a31.dtsi136 polling-delay-passive = <250>;
152 type = "passive";
Dam57xx-beagle-x15.dts740 polling-delay-passive = <1250>; /* milliseconds */
Dsun7i-a20.dtsi128 polling-delay-passive = <250>;
144 type = "passive";
Dexynos5250.dtsi283 polling-delay-passive = <0>;
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dpwm-fan.txt22 polling-delay-passive = <0>;
28 type = "passive";
/linux-4.4.14/Documentation/fb/
Dpxafb.txt8 modprobe pxafb options=vmem:2M,mode:640x480-8,passive
10 video=pxafb:vmem:2M,mode:640x480-8,passive
36 active | passive => LCCR0_PAS
40 Single or dual panel passive display
Dsa1100fb.txt12 For most common passive displays, giving the option
/linux-4.4.14/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
/linux-4.4.14/Documentation/thermal/
Dsysfs-api.txt64 performing passive cooling.
271 E.g. it can be one of critical, hot, passive, active[0-*] for ACPI
299 passive
300 Attribute is only present for zones in which the passive cooling
303 passive trip point for the zone. Activation is done by polling with
408 passive, active. If an ACPI thermal zone supports critical, passive,
429 |---trip_point_1_type: passive
435 |---cdev0_trip_point: 1 /* cdev0 can be used for passive */
Dpower_allocator.txt7 The governor works optimally with the following two passive trip points:
10 control loop starts operating. This is the first passive trip
15 is controlling for. This is the last passive trip point of the
81 polling-delay-passive = <100>;
Dintel_powerclamp.txt33 passive power reduction must be performed to prevent the hardware
/linux-4.4.14/tools/thermal/tmon/
Dtmon.h85 int passive; /* active zone has passive node to force passive mode */ member
/linux-4.4.14/Documentation/isdn/
DREADME.fax16 NOTE: This implementation does *not* support fax with passive
DREADME.diversion2 the isdn4linux and the HiSax module for passive cards.
77 driver for passive isdn cards. All HiSax supported cards may be used for
DREADME.avmb17 also for passive cards since July 1999.
DREADME.HiSax1 HiSax is a Linux hardware-level driver for passive ISDN cards with Siemens
78 If you know other passive cards with the Siemens chipset, please let me know.
/linux-4.4.14/drivers/thermal/
Dstep_wise.c124 tz->passive += value; in update_passive_instance()
Dpower_allocator.c624 tz->passive = 0; in power_allocator_throttle()
630 tz->passive = 1; in power_allocator_throttle()
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.
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()
/linux-4.4.14/include/net/
Dnet_namespace.h48 atomic_t passive; /* To decided when the network member
/linux-4.4.14/Documentation/networking/
Dphonet.txt135 with end-to-end congestion control. It uses the passive listening
158 "third party" application. This means that both endpoints are passive.
Dixgbe.txt39 82598-based adapters support all passive direct attach cables that comply
70 82599-based adapters support all passive and active limiting direct attach
100 82598-based adapters support all passive direct attach cables that comply
Ddccp.txt75 case is different for passive sockets, where multiple service codes (up to 32)
145 the behaviour of the other, passive side: this variable also sets
Darcnet-hardware.txt105 are two types of hubs - active and passive. Passive hubs are small boxes
127 2. A card to a passive hub. Remember that all unused connectors on the hub
140 5. An active hub to passive hub.
142 Remember that you cannot connect two passive hubs together. The power loss
243 The maximum length of all cables connected to a passive hub is limited to 65
244 meters for RG-62 cabling; less for others. You can see that using passive
Dip-sysctl.txt231 For passive connections, the listener congestion control choice
528 Number of times SYNACKs for a passive TCP connection attempt will
532 for a passive TCP connection will happen after 63seconds.
Dcan.txt1109 and the state changes to the error-warning, error-passive and
/linux-4.4.14/Documentation/hwmon/
Damc682176 it defines the passive cooling temperature.
/linux-4.4.14/include/linux/
Dthermal.h201 int passive; member
/linux-4.4.14/Documentation/sound/alsa/soc/
Djack.txt32 user space. The jack itself is completely passive, it is set up by the
/linux-4.4.14/drivers/isdn/hisax/
DKconfig171 versions passive ISDN cards.
182 passive ISDN ISA cards.
212 This enables HiSax support for the Sedlbauer passive ISDN cards.
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
DKconfig119 2xPCK (if active matrix) or 3xPCK (if passive matrix).
/linux-4.4.14/drivers/scsi/libfc/
Dfc_rport.c1725 enum fc_els_spp_resp passive; in fc_rport_recv_prli_req() local
1780 passive = prov->prli(rdata, plen, rspp, spp); in fc_rport_recv_prli_req()
1781 if (!resp || passive == FC_SPP_RESP_ACK) in fc_rport_recv_prli_req()
1782 resp = passive; in fc_rport_recv_prli_req()
/linux-4.4.14/lib/
DKconfig.kgdb91 0x0020 - allow passive inspection (backtrace, process list, lsmod)
/linux-4.4.14/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()
/linux-4.4.14/net/core/
Dnet_namespace.c280 atomic_set(&net->passive, 1); in setup_net()
347 if (ns && atomic_dec_and_test(&ns->passive)) in net_drop_ns()
Dnet-sysfs.c1395 atomic_inc(&ns->passive); in net_grab_current_ns()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Darm,scpi.txt163 polling-delay-passive = <100>;
/linux-4.4.14/drivers/net/wireless/libertas/
DREADME210 1) Perform a passive scan on all channels for 20 ms per channel:
/linux-4.4.14/Documentation/scheduler/
Dsched-stats.txt139 36) # of times in this domain try_to_wake_up() started passive balancing
/linux-4.4.14/Documentation/usb/
DCREDITS79 leading manufacturer for active and passive ISDN Controllers
/linux-4.4.14/Documentation/scsi/
Dscsi_mid_low_api.txt78 referred to the "passive" initialization model. The newer model allows HBAs
119 the passive initialization model.
296 The shortcoming of the "passive initialization model" is that host
707 * in the "passive initialization model". Hence a LLD has no need to
803 * Defined in: LLD (required if "passive initialization mode" is used,
1091 * Defined in: LLD (required in "passive initialization model",
/linux-4.4.14/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()
/linux-4.4.14/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()
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt285 passive discovery of the network.
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dmac.c2820 bool passive; in ath10k_update_channel_list() local
2871 passive = channel->flags & IEEE80211_CHAN_NO_IR; in ath10k_update_channel_list()
2872 ch->passive = passive; in ath10k_update_channel_list()
Dwmi.h1742 bool passive; member
Dwmi.c1556 if (arg->passive) in ath10k_wmi_put_wmi_channel()
/linux-4.4.14/Documentation/RCU/
DRTFP.txt22 In 1986, Hennessy, Osisek, and Seigh [Hennessy89] introduced passive
28 passive serialization appears to be the first deferred-destruction
878 Described the relationship of the VM/XA passive serialization to RCU.
/linux-4.4.14/Documentation/security/
DSmack.txt339 Object: An object is a passive entity on the computer system.
/linux-4.4.14/Documentation/
Dkernel-parameters.txt3704 -1: disable all passive trip points
3705 <degrees C>: override all passive trip points to this