Home
last modified time | relevance | path

Searched refs:down (Results 1 – 200 of 660) sorted by relevance

1234

/linux-4.4.14/arch/arm/boot/dts/
Dqcom-msm8960-cdp.dts58 bias-pull-down;
65 bias-pull-down;
72 bias-pull-down;
80 bias-pull-down;
88 bias-pull-down;
96 bias-pull-down;
104 bias-pull-down;
110 bias-pull-down;
116 bias-pull-down;
123 bias-pull-down;
[all …]
Dste-href-ab8500.dtsi56 bias-pull-down;
69 bias-pull-down;
82 bias-pull-down;
95 bias-pull-down;
108 bias-pull-down;
121 bias-pull-down;
134 bias-pull-down;
147 bias-pull-down;
160 bias-pull-down;
173 bias-pull-down;
[all …]
Dste-href-ab8505.dtsi44 bias-pull-down;
57 bias-pull-down;
70 bias-pull-down;
96 bias-pull-down;
123 bias-pull-down;
140 bias-pull-down;
155 bias-pull-down;
168 bias-pull-down;
181 bias-pull-down;
208 bias-pull-down;
[all …]
Dqcom-apq8064-ifc6410.dts72 bias-pull-down;
96 bias-pull-down;
102 bias-pull-down;
108 bias-pull-down;
114 bias-pull-down;
120 bias-pull-down;
124 bias-pull-down;
Dqcom-apq8064-cm-qs600.dts62 bias-pull-down;
86 bias-pull-down;
92 bias-pull-down;
98 bias-pull-down;
104 bias-pull-down;
Dlpc4357-ea4357-devkit.dts348 bias-pull-down;
363 bias-pull-down;
370 bias-pull-down;
405 bias-pull-down;
429 bias-pull-down;
445 bias-pull-down;
Dimx6qdl-microsom-ar8035.dtsi75 /* AR8035 pin strapping: PHYADDR#0: pull down */
77 /* AR8035 pin strapping: PHYADDR#1: pull down */
83 /* AR8035 pin strapping: MODE#0: pull down */
Dimx6dl-riotboard.dts386 MX6QDL_PAD_RGMII_RD0__RGMII_RD0 0x130b0 /* AR8035 pin strapping: PHYADDR#0: pull down */
387 MX6QDL_PAD_RGMII_RD1__RGMII_RD1 0x130b0 /* AR8035 pin strapping: PHYADDR#1: pull down */
390 MX6QDL_PAD_RGMII_RX_CTL__RGMII_RX_CTL 0x130b0 /* AR8035 pin strapping: MODE#0: pull down */
Ddove-sbc-a510.dts51 * 0.3 DVI transmitter TI TFP410 PD# (active low power down)
52 * 0.4 LVDS transmitter DS90C365 PD# (active low power down)
Dimx6qdl-nitrogen6_max.dtsi168 volume-down {
659 /* RS485 DEN: pull down */
661 /* RS485/!RS232 Select: pull down (rs232) */
663 /* ON: pull down */
Dlpc4350-hitex-eval.dts74 label = "joy:down";
323 bias-pull-down;
/linux-4.4.14/fs/hpfs/
Ddnode.c144 if (de->down) { in set_last_pointer()
162 de->down = 1; in set_last_pointer()
188 de->down = 1; in hpfs_add_de()
217 if (de->down) { in fix_up_ptrs()
311 copy_de(hpfs_add_de(i->i_sb, ad, de->name, de->namelen, de->down ? de_down_pointer(de) : 0), de); in hpfs_add_to_dnode()
321 set_last_pointer(i->i_sb, ad, de->down ? de_down_pointer(de) : 0); in hpfs_add_to_dnode()
395 down: in hpfs_add_dirent()
406 if (de->down) { in hpfs_add_dirent()
409 goto down; in hpfs_add_dirent()
460 if (!de->down) break; in move_to_top()
[all …]
Danode.c26 a = le32_to_cpu(btree->u.internal[i].down); in hpfs_bplus_lookup()
86 a = le32_to_cpu(btree->u.internal[n].down); in hpfs_add_sector_to_btree()
142 btree->u.internal[0].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
179 btree->u.internal[n].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
208 anode->btree.u.internal[0].down = cpu_to_le32(a); in hpfs_add_sector_to_btree()
246 if ((unode = hpfs_map_anode(s, le32_to_cpu(ranode->u.internal[n].down), &bh1))) { in hpfs_add_sector_to_btree()
258 btree->u.internal[0].down = cpu_to_le32(ra); in hpfs_add_sector_to_btree()
260 btree->u.internal[1].down = cpu_to_le32(na); in hpfs_add_sector_to_btree()
287 ano = le32_to_cpu(btree1->u.internal[pos].down); in hpfs_remove_btree()
312 if (le32_to_cpu(btree1->u.internal[i].down) == oano) { in hpfs_remove_btree()
[all …]
Dmap.c289 if (((31 + de->namelen + de->down*4 + 3) & ~3) != le16_to_cpu(de->length)) { in hpfs_map_dnode()
290 …if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & MS_RDONLY… in hpfs_map_dnode()
295 if (hpfs_sb(s)->sb_chk >= 2) b |= 1 << de->down; in hpfs_map_dnode()
296 if (de->down) if (de_down_pointer(de) < 0x10) { in hpfs_map_dnode()
Dhpfs.h308 u8 down: 1; /* down pointer present (after name) */ member
324 u8 down: 1; /* down pointer present (after name) */ member
386 __le32 down; /* pointer to subtree */ member
Dhpfs_fn.h108 CHKCOND(de->down,("HPFS: de_down_pointer: !de->down\n")); in de_down_pointer()
180 a = dst->down; in copy_de()
183 dst->down = a; in copy_de()
/linux-4.4.14/scripts/
Dbloat-o-meter33 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0 variable
43 down += old[name]
55 if d<0: shrink, down = shrink+1, down-d
62 (add, remove, grow, shrink, up, -down, up-down))
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c68 down(&priv->wx_sem); in _rtl92e_wx_set_rate()
87 down(&priv->wx_sem); in _rtl92e_wx_set_rts()
117 down(&priv->wx_sem); in _rtl92e_wx_set_power()
145 down(&priv->wx_sem); in _rtl92e_wx_set_rawtx()
161 down(&priv->wx_sem); in _rtl92e_wx_force_reset()
180 down(&priv->wx_sem); in _rtl92e_wx_adapter_power_status()
210 down(&priv->wx_sem); in _rtl92e_wx_set_lps_awake_interval()
226 down(&priv->wx_sem); in _rtl92e_wx_set_force_lps()
269 down(&priv->wx_sem); in _rtl92e_wx_set_mode()
284 down(&priv->rtllib->ips_sem); in _rtl92e_wx_set_mode()
[all …]
Drtl_ps.c185 down(&priv->rtllib->ips_sem); in rtl92e_ips_leave_wq()
216 down(&priv->rtllib->ips_sem); in rtl92e_rtllib_ips_leave()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_wx.c74 down(&priv->wx_sem); in r8192_wx_set_rate()
91 down(&priv->wx_sem); in r8192_wx_set_rts()
116 down(&priv->wx_sem); in r8192_wx_set_power()
140 down(&priv->wx_sem); in r8192_wx_force_reset()
157 down(&priv->wx_sem); in r8192_wx_set_rawtx()
175 down(&priv->wx_sem); in r8192_wx_set_crcmon()
196 down(&priv->wx_sem); in r8192_wx_set_mode()
349 down(&priv->wx_sem); in r8192_wx_set_scan()
372 down(&priv->wx_sem); in r8192_wx_get_scan()
388 down(&priv->wx_sem); in r8192_wx_set_essid()
[all …]
/linux-4.4.14/drivers/clk/
Dclk-divider.c194 int down = _get_table_mindiv(table); in _round_down_table() local
202 if ((div - clkt->div) < (div - down)) in _round_down_table()
203 down = clkt->div; in _round_down_table()
206 return down; in _round_down_table()
227 int up, down; in _div_round_closest() local
231 down = parent_rate / rate; in _div_round_closest()
235 down = __rounddown_pow_of_two(down); in _div_round_closest()
238 down = _round_down_table(table, down); in _div_round_closest()
242 down_rate = DIV_ROUND_UP_ULL((u64)parent_rate, down); in _div_round_closest()
244 return (rate - up_rate) <= (down_rate - rate) ? up : down; in _div_round_closest()
/linux-4.4.14/drivers/macintosh/
Dvia-pmu-event.c59 void via_pmu_event(int key, int down) in via_pmu_event() argument
67 input_report_key(pmu_input_dev, KEY_POWER, down); in via_pmu_event()
70 input_report_switch(pmu_input_dev, SW_LID, down); in via_pmu_event()
Dadbhid.c516 int down = (data[1] == (data[1] & 0xf)); in adbhid_buttons_input() local
520 input_report_key(adbhid[id]->input, KEY_SOUND, down); in adbhid_buttons_input()
524 input_report_key(adbhid[id]->input, KEY_MUTE, down); in adbhid_buttons_input()
528 input_report_key(adbhid[id]->input, KEY_VOLUMEDOWN, down); in adbhid_buttons_input()
532 input_report_key(adbhid[id]->input, KEY_VOLUMEUP, down); in adbhid_buttons_input()
545 int down = (data[1] == (data[1] & 0xf)); in adbhid_buttons_input() local
554 input_report_key(adbhid[id]->input, KEY_MUTE, down); in adbhid_buttons_input()
558 input_report_key(adbhid[id]->input, KEY_VOLUMEDOWN, down); in adbhid_buttons_input()
562 input_report_key(adbhid[id]->input, KEY_VOLUMEUP, down); in adbhid_buttons_input()
566 input_report_key(adbhid[id]->input, KEY_EJECTCD, down); in adbhid_buttons_input()
[all …]
Dvia-pmu-event.h6 extern void via_pmu_event(int key, int down);
Dadb.c256 down(&adb_probe_mutex); in adb_reset_bus()
269 down(&adb_probe_mutex); in __adb_suspend()
808 down(&adb_probe_mutex); in adb_write()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dmax77693.txt54 Valid values: 3650000 - 4400000, step by 25000 (rounded down)
58 Valid values: 3000000 - 3700000, step by 100000 (rounded down)
69 Valid values: 2000000 - 3500000, step by 250000 (rounded down)
100 Valid values: 3300 - 5500, step by 25 (rounded down)
105 Valid values: 2400 - 3400, step by 33 (rounded down)
113 15625 - 250000, step by 15625 (rounded down)
115 15625 - 500000, step by 15625 (rounded down)
119 15625 - 1000000, step by 15625 (rounded down)
121 15625 - 1250000, step by 15625 (rounded down)
123 15625 - 625000, step by 15625 (rounded down)
[all …]
Dqcom-rpm.txt164 - bias-pull-down:
167 Definition: enable pull down of the regulator when inactive
199 - bias-pull-down:
202 Definition: enable pull down of the regulator when inactive
248 bias-pull-down;
258 bias-pull-down;
Dda9063.txt61 - dlg,disable-key-power : Disable power-down using a long key-press. If this
64 triggered power down is enabled and the OnKey will support both KEY_POWER
Drn5t618.txt3 Ricoh RN5T618 is a power management IC which integrates 3 step-down
Dtwl4030-power.txt22 down during off-idle. Note that this does not work on all boards
Ds2mps11.txt23 down. When the system is suspended it will always go down thus triggerring
/linux-4.4.14/arch/mips/cavium-octeon/
Dflash_setup.c34 down(&octeon_bootbus_sem); in octeon_flash_map_read()
44 down(&octeon_bootbus_sem); in octeon_flash_map_write()
52 down(&octeon_bootbus_sem); in octeon_flash_map_copy_from()
60 down(&octeon_bootbus_sem); in octeon_flash_map_copy_to()
/linux-4.4.14/net/batman-adv/
Dgateway_common.c44 u32 *down, u32 *up) in batadv_parse_gw_bandwidth() argument
99 *down = ldown; in batadv_parse_gw_bandwidth()
163 u32 down, up; in batadv_gw_tvlv_container_update() local
174 down = atomic_read(&bat_priv->gw.bandwidth_down); in batadv_gw_tvlv_container_update()
176 gw.bandwidth_down = htonl(down); in batadv_gw_tvlv_container_update()
Dsysfs.c460 u32 down, up; in batadv_show_gw_bwidth() local
462 down = atomic_read(&bat_priv->gw.bandwidth_down); in batadv_show_gw_bwidth()
465 return sprintf(buff, "%u.%u/%u.%u MBit\n", down / 10, in batadv_show_gw_bwidth()
466 down % 10, up / 10, up % 10); in batadv_show_gw_bwidth()
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dst,sta350.txt12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
95 power-down-gpio goes low. Otherwise, the bridge will wait for 13
96 million clock cycles to pass before shutting down.
103 If present, the power-down pin and I2C power-down functions will
108 If present, the bridge power-down time will be divided by the provided
119 power-down-gpios = <&gpio1 16 0>;
Dst,sta32x.txt12 - power-down-gpios: a GPIO spec for the power down pin. If specified,
80 power-down-gpios = <&gpio1 16 0>;
Dak5386.txt11 - reset-gpio : a GPIO spec for the reset/power down pin.
Dtlv320aic3x.txt28 is powered down.
Drt5677.txt34 1 - pull down
/linux-4.4.14/arch/arm/mach-s3c24xx/
Dsleep-s3c2410.S54 orr r8, r8, #S3C2410_MISCCR_SDSLEEP @ SDRAM power-down signals
55 orr r9, r9, #S3C2410_CLKCON_POWER @ power down command
66 streq r8, [r5] @ SDRAM power-down config
/linux-4.4.14/drivers/input/touchscreen/
Degalax_ts.c75 bool down, valid; in egalax_ts_interrupt() local
97 down = state & EVENT_DOWN_UP; in egalax_ts_interrupt()
105 input_mt_report_slot_state(input_dev, MT_TOOL_FINGER, down); in egalax_ts_interrupt()
108 down ? "down" : "up", id, x, y, z); in egalax_ts_interrupt()
110 if (down) { in egalax_ts_interrupt()
Ds3c2410_ts.c109 bool down; in touch_timer_fire() local
114 down = get_down(data0, data1); in touch_timer_fire()
116 if (down) { in touch_timer_fire()
161 bool down; in stylus_irq() local
166 down = get_down(data0, data1); in stylus_irq()
172 if (down) in stylus_irq()
Dw90p910_ts.c59 static void w90p910_report_event(struct w90p910_ts *w90p910_ts, bool down) in w90p910_report_event() argument
63 if (down) { in w90p910_report_event()
70 input_report_key(dev, BTN_TOUCH, down); in w90p910_report_event()
Dedt-ft5x06.c227 bool down; in edt_ft5x06_ts_isr() local
241 down = type != TOUCH_EVENT_UP; in edt_ft5x06_ts_isr()
244 input_mt_report_slot_state(tsdata->input, MT_TOOL_FINGER, down); in edt_ft5x06_ts_isr()
246 if (!down) in edt_ft5x06_ts_isr()
/linux-4.4.14/drivers/staging/comedi/drivers/
Dvmk80xx.c252 down(&devpriv->limit_sem); in vmk80xx_ai_insn_read()
301 down(&devpriv->limit_sem); in vmk80xx_ao_insn_write()
341 down(&devpriv->limit_sem); in vmk80xx_ao_insn_read()
370 down(&devpriv->limit_sem); in vmk80xx_di_insn_bits()
418 down(&devpriv->limit_sem); in vmk80xx_do_insn_bits()
453 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_read()
498 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_config()
536 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_write()
579 down(&devpriv->limit_sem); in vmk80xx_pwm_insn_read()
612 down(&devpriv->limit_sem); in vmk80xx_pwm_insn_write()
[all …]
/linux-4.4.14/Documentation/device-mapper/
Ddm-flakey.txt9 <up interval> seconds, then exhibits unreliable behaviour for <down
18 <dev path> <offset> <up interval> <down interval> \
26 <down interval>: Number of seconds device returns errors.
37 During <down interval>, replace <Nth_byte> of the data of
/linux-4.4.14/arch/arm64/boot/dts/qcom/
Dmsm8916-pins.dtsi36 bias-pull-down;
60 bias-pull-down;
94 bias-pull-down;
128 bias-pull-down;
162 bias-pull-down;
196 bias-pull-down;
230 bias-pull-down;
264 bias-pull-down;
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dste,nomadik.txt18 parameters, such as input, output, pull up, pull down...
41 2: input with pull down,
55 2: sleep input with pull down.
56 3: sleep input and keep last input configuration (no pull, pull up or pull down).
72 0: GPIO pull-up or pull-down resistor is enabled, when pin is an input,
73 1: GPIO pull-up and pull-down resistor are disabled.
Dpinctrl-vt8500.txt24 more of the mux functions to select on those pin(s), and pull-up/down
39 - wm,pull: Integer, representing the pull-down/up to apply to the pin(s):
41 1: down
Dnvidia,tegra20-pinmux.txt6 the tri-state, mux, pull-up/down, and pad control register sets.
38 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
39 0: none, 1: down, 2: up.
49 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest.
95 nvidia,schmitt, nvidia,low-power-mode, nvidia,pull-down-strength,
123 0x700000a0 0x14 /* Pull-up/down registers */
Dimg,tz1090-pdc-pinctrl.txt44 - bias-pull-down
52 - low-power-enable: Flag, power-on-start weak pull-down for invalid power.
53 - low-power-disable: Flag, power-on-start weak pull-down disabled.
64 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and
Dbrcm,bcm2835-gpio.txt33 more of the mux function to select on those pin(s), and pull-up/down
53 - brcm,pull: Integer, representing the pull-down/up to apply to the pin(s):
55 1: down
Dimg,tz1090-pinctrl.txt44 - bias-pull-down
63 These all support bias-high-impediance, bias-pull-up, bias-pull-down, and
95 bias-pull-down: supported.
103 bias-pull-up, bias-pull-down, and bias-bus-hold (which can also be provided
110 bias-pull-down: supported.
Dbrcm,cygnus-gpio.txt49 - bias-pull-down:
50 Enable internal pull down resistor
Dlantiq,pinctrl-falcon.txt54 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
55 0: none, 1: down
Dste,abx500.txt278 bias-pull-down;
290 bias-pull-down;
Dsamsung-pinctrl.txt46 mode) and pin config (pull up/down, driver strength) settings are represented
80 - samsung,pin-pud: Pull up/down configuration.
82 - samsung,pin-pud-pdn: Pull up/down configuration in power down mode.
83 - samsung,pin-drv-pdn: Drive strength configuration in power down mode.
87 pull up/down and driver strength register of the pin-controller.
Dpinctrl-palmas.txt43 Options: function, bias-disable, bias-pull-up, bias-pull-down,
85 bias-pull-down;
Dlantiq,pinctrl-xway.txt61 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin.
62 0: none, 1: down, 2: up.
Dpinctrl-bindings.txt4 such as pull-up/down, tri-state, drive-strength etc are designated as pin
181 bias-pull-down - pull down the pin
227 - bias-pull-up, -down and -pin-default take as optional argument on hardware
Dnxp,lpc1850-scu.txt17 - bias-pull-down
Dpinctrl-mt65xx.txt58 bias-pull-down, bias-pull-up, input-enable, input-disable, output-low, output-high,
118 bias-pull-down;
Dmarvell,dove-pinctrl.txt68 cpu-pwr-down Pin is used for CPU_PWRDWN
69 standby-pwr-down Pin is used for STBY_PWRDWN
Dnvidia,tegra210-pinmux.txt42 - nvidia,pull: Integer, representing the pull-down/up to apply to the pin.
43 0: none, 1: down, 2: up.
66 - nvidia,pull-down-strength: Integer. Controls drive strength. 0 is weakest.
Dqcom,msm8960-pinctrl.txt121 - bias-pull-down:
124 Definition: The specified pins should be configued as pull down.
Dqcom,apq8084-pinctrl.txt119 - bias-pull-down:
122 Definition: The specified pins should be configued as pull down.
Dqcom,msm8916-pinctrl.txt127 - bias-pull-down:
130 Definition: The specified pins should be configued as pull down.
Dimg,pistachio-pinctrl.txt44 - bias-pull-down: Enable weak pull-down.
Dpinctrl-atlas7.txt48 bias-pull-down;
Datmel,at91-pio4-pinctrl.txt37 bias-pull-down, bias-pull-up, drive-open-drain, input-schmitt-enable,
Dqcom,pmic-gpio.txt103 - bias-pull-down:
106 Definition: The specified pins should be configured as pull down.
/linux-4.4.14/Documentation/arm/
Dcluster-pm-race-avoidance.txt1 Cluster-wide Power-up/power-down race avoidance algorithm
37 power-down and power-up at the cluster level.
135 power-down. On reaching this state, the CPU will typically
136 power itself down or suspend itself, via a WFI instruction or a
179 is made to shut down or suspend the CPU.
203 CPU can start up while another CPU is tearing the cluster down.
206 as seen by a CPU tearing the cluster down. The "inbound side" is the
211 independently of the CPU which is tearing down the cluster. For this
262 cluster can actually be powered down.
336 made to power the cluster down.
[all …]
/linux-4.4.14/Documentation/networking/
Dalias.txt25 The alias is removed by shutting the alias down:
27 # ifconfig eth0:0 down
39 If the base device is shut down the added aliases will be deleted
Dcxacru.txt60 "down"
68 Changes between "down" and "attempting to activate"
95 [4942243.663766] ATM dev 0: ADSL line: down
100 [2635357.696901] ATM dev 0: ADSL line: up (8128 kb/s down | 832 kb/s up)
Doperstates.txt6 <dev> up or down" and reflects whether the administrator wants to use
54 plugged or interface is ADMIN down.
145 -do 802.1X, eventually abort if flags go down again
153 if supplicant goes down, bring back IFLA_LINKMODE to 0 and
Dtcp.txt19 snd_cwnd_cnt A counter used to slow down the rate of increase
25 snd_cwnd down when the link is limited by the
73 walks down the list from the start.
Digb.txt74 WoL will be enabled on the system during the next shut down or reboot.
76 loaded when shutting down or rebooting the system.
Dmac80211-injection.txt4 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
Dskfp.txt128 indicates that the ring is down. The green LED on the adapter now
134 status of the adapter. During a ring down the green LED was off and
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt33 Standalone PC: A cpu can power down and warmboot if there is a sufficient time
35 to indicate a core entering a power down state without consulting any other
37 sequence for this idle state is programmed to power down the supply to the
42 kernel. Entering a power down state for the cpu, needs to be done by trapping
45 be flushed in s/w, before powering down the core.
54 this essentially is cpu power down. The SPM in this state also may handshake
56 complete application processor subsystem shut down.
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dtps62360-regulator.txt13 - ti,enable-pull-down: Enable pull down. This is boolean value.
41 ti,enable-pull-down;
Dregulator.txt45 - regulator-pull-down: Enable pull down resistor when the regulator is disabled.
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c37 down(&ieee->wx_sem); in ieee80211_wx_set_freq()
148 down(&ieee->wx_sem); in ieee80211_wx_set_wap()
277 down(&ieee->wx_sem); in ieee80211_wx_set_mode()
365 down(&ieee->wx_sem); in ieee80211_wx_set_scan()
394 down(&ieee->wx_sem); in ieee80211_wx_set_essid()
456 down(&ieee->wx_sem); in ieee80211_wx_set_rawtx()
517 down(&ieee->wx_sem); in ieee80211_wx_set_power()
567 down(&ieee->wx_sem); in ieee80211_wx_get_power()
/linux-4.4.14/drivers/input/keyboard/
Dipaq-micro-keys.c47 int key, down; in micro_key_receive() local
49 down = 0x80 & msg[0]; in micro_key_receive()
53 input_report_key(keys->input, keys->codes[key], down); in micro_key_receive()
Damikbd.c188 unsigned char scancode, down; in amikbd_interrupt() local
195 down = !(scancode & 1); /* lowest bit is release bit */ in amikbd_interrupt()
203 input_report_key(dev, scancode, down); in amikbd_interrupt()
Datakbd.c195 static void atakbd_interrupt(unsigned char scancode, char down) in atakbd_interrupt() argument
209 input_report_key(atakbd_dev, scancode, down); in atakbd_interrupt()
Dhilkbd.c116 int down; in poll_finished() local
122 down = (hil_dev.data[1] & 1) == 0; in poll_finished()
125 input_report_key(hil_dev.dev, key, down); in poll_finished()
/linux-4.4.14/drivers/thunderbolt/
Dtunnel_pci.c59 struct tb_port *down) in tb_pci_alloc() argument
65 tunnel->down_port = down; in tb_pci_alloc()
77 tunnel->path_to_up->hops[0].in_port = down; in tb_pci_alloc()
99 tunnel->path_to_down->hops[1].out_port = down; in tb_pci_alloc()
Dtunnel_pci.h22 struct tb_port *down);
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c38 down(&ieee->wx_sem); in rtllib_wx_set_freq()
149 down(&ieee->wx_sem); in rtllib_wx_set_wap()
290 down(&ieee->wx_sem); in rtllib_wx_set_mode()
424 down(&ieee->wx_sem); in rtllib_wx_set_scan()
453 down(&ieee->wx_sem); in rtllib_wx_set_essid()
517 down(&ieee->wx_sem); in rtllib_wx_set_rawtx()
578 down(&ieee->wx_sem); in rtllib_wx_set_power()
625 down(&ieee->wx_sem); in rtllib_wx_get_power()
/linux-4.4.14/drivers/virt/
DKconfig27 3) An interrupt handler for shutting down the partition upon
31 partition shuts down.
/linux-4.4.14/Documentation/devicetree/bindings/input/
Dda9062-onkey.txt17 - dlg,disable-key-power : Disable power-down using a long key-press. If this
20 triggered power down is enabled and the OnKey will support both KEY_POWER
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-power47 - 4 - 16 (hours), step by 2 (rounded down)
61 - 100000 - 200000 (microamps), step by 25000 (rounded down)
62 - 200000 - 350000 (microamps), step by 50000 (rounded down)
76 - 0 - 70 (minutes), step by 10 (rounded down)
99 voltage, the input current limit is reduced down to prevent the further
Dsysfs-platform-chipidea-usb-otg24 application running on the A-device wants to power down
54 vbus error, then A-device will power down the bus.
Dsysfs-driver-hid-prodikeys26 The octave can be shifted via software up/down 2 octaves.
Dsysfs-bus-iio-frequency-adf435021 down the PLL and its RFOut buffers during REFin changes.
Dsysfs-platform-kim8 The device name flows down to architecture specific board
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/
Dltc2952-poweroff.txt3 This chip is used to externally trigger a system shut down. Once the trigger has
4 been sent, the chip's watchdog has to be reset to gracefully shut down.
/linux-4.4.14/Documentation/
Ddcdbas.txt49 shutting down. On some Dell systems, this host control feature requires that
50 a driver perform a SMI after the OS has finished shutting down.
54 action after the system has finished shutting down:
68 has finished shutting down.)
DBUG-HUNTING56 This is how to track down a bug if you know nothing about kernel hacking.
73 . You'll narrow it down to the kernel that introduced the bug. You
76 . Narrow it down to a subdirectory
100 . Narrow it down to a file
105 . Narrow it down to a routine
133 description, the extent to which you have narrowed it down, and pass
136 work to narrow it down.
138 If you get it down to a routine, you'll probably get a fix in 24 hours.
Dlogo.txt8 scale down to smaller sizes and are better for letterheads or whatever
Dbraille-console.txt22 page up/down keys go at the top/bottom of the screen, and the home key goes back
Dramoops.txt20 * "mem_size" for the size. The memory size will be rounded down to a
31 The memory area is divided into "record_size" chunks (also rounded down to
Dbcache.txt112 configurable, and defaults to 0) it shuts down the cache device and switches all
166 down.
170 cranking down the sequential bypass).
257 Write to this file to shut down the bcache device and close the backing
361 Write to this file to shut down the cache set - waits until all attached
362 backing devices have been shut down.
/linux-4.4.14/drivers/staging/panel/
Dlcd-panel-cgram.txt14 printf "\e[LG2000000001F0E0400;" => 2 = [down]
15 printf "\e[LG3040E1F001F0E0400;" => 3 = [up-down]
/linux-4.4.14/drivers/hid/
Dhid-magicmouse.c184 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
195 down = state != TOUCH_STATE_NONE; in magicmouse_emit_touch()
205 down = state != TOUCH_STATE_NONE; in magicmouse_emit_touch()
257 if (down) in magicmouse_emit_touch()
261 input_mt_report_slot_state(input, MT_TOOL_FINGER, down); in magicmouse_emit_touch()
264 if (down) { in magicmouse_emit_touch()
/linux-4.4.14/arch/metag/lib/
Ddivsi3.S87 !! shift curbit and B down by 1 in either case
93 LSRS D0Ar6, D0Ar6, #1 ! Shift down curbit, is it zero?
94 LSR D1Re0, D1Re0, #1 ! Shift down B
/linux-4.4.14/Documentation/filesystems/nfs/
Dnfsd-admin-interfaces.txt26 nfsd is shut down by a write of 0 to nfsd/threads. All locks and state
30 or down by additional writes to nfsd/threads or by writes to
/linux-4.4.14/include/linux/
Dkeyboard.h12 int down; /* Pressure of the key? */ member
Dgpio_mouse.h49 int down; member
Dsemaphore.h39 extern void down(struct semaphore *sem);
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dsja1000.txt32 <0x02> : TX0 pull-down (default)
36 <0x10> : TX1 pull-down
/linux-4.4.14/kernel/locking/
Dsemaphore.c53 void down(struct semaphore *sem) in down() function
64 EXPORT_SYMBOL(down);
/linux-4.4.14/drivers/mfd/
Dwm8350-gpio.c155 static int gpio_set_pull_down(struct wm8350 *wm8350, int gpio, int down) in gpio_set_pull_down() argument
157 if (down) in gpio_set_pull_down()
/linux-4.4.14/Documentation/usb/
Dauthorization.txt7 not) in a system. This feature will allow you to implement a lock-down
26 lock down):
30 Remove the lock down:
Dchipidea.txt56 7) A-device power down the bus.
60 A-device should disconnect with B-device and power down the bus.
Drio.txt34 down to nothing and appear to have corrupted the flash memory. My RIO
36 problem. Do NOT allow your batteries to wear down to nothing before
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dti-phy.txt8 "ti,control-phy-usb2" - if it has Power down bit in control_dev_conf register
15 "ti,control-phy-usb2-dra7" - if it has power down register like USB2 PHY on
17 "ti,control-phy-usb2-am437" - if it has power down register like USB2 PHY on
/linux-4.4.14/arch/arm64/boot/dts/mediatek/
Dmt8173-evb.dts112 bias-pull-down;
135 bias-pull-down;
164 bias-pull-down = <MTK_PUPD_SET_R1R0_01>;
188 bias-pull-down = <MTK_PUPD_SET_R1R0_10>;
/linux-4.4.14/Documentation/devicetree/bindings/display/ti/
Dti,tfp410.txt8 - powerdown-gpios: power-down gpio
/linux-4.4.14/arch/mn10300/lib/
Ddo_csum.S90 # cut 16-31 bytes down to 0-15
141 # compress the checksum down to 16 bits
Dmemmove.S29 # work top down
91 # cut 4-7 words down to 0-3
Dmemset.S69 # cut 4-7 words down to 0-3
Dmemcpy.S75 # cut 4-7 words down to 0-3
/linux-4.4.14/fs/affs/
Daffs.h288 down(&AFFS_I(inode)->i_link_lock); in affs_lock_link()
298 down(&AFFS_I(inode)->i_hash_lock); in affs_lock_dir()
308 down(&AFFS_I(inode)->i_ext_lock); in affs_lock_ext()
/linux-4.4.14/drivers/staging/speakup/
DDefaultKeyAssignments8 InsKeyPad-period means hold down the insert key like a shift key and
14 KeyPad-9 Say Next Line (down one line)
/linux-4.4.14/arch/mn10300/mm/
Dcache.inc39 # and wait for it to calm down
100 # and wait for it to calm down
Dcache-dbg-flush-by-tag.S94 # round cacheline addr down
Dcache-inv-by-reg.S139 and L1_CACHE_TAG_MASK,d0 # round start addr down
/linux-4.4.14/arch/m32r/boot/compressed/
Dhead.S71 ; R4 = BSS size in longwords (rounded down)
104 srli r4, #2 ; R4 = BSS size in longwords (rounded down)
/linux-4.4.14/Documentation/hwmon/
Dad731425 Currently power down mode is not supported.
Dshtc131 1. blocking (pull the I2C clock line down while performing the measurement) or
Dpc8742735 signal. Speeds down to 83 RPM can be measured.
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/
Dtfp410.txt10 - powerdn-gpio: the powerdown GPIO, pulled low to power down the
/linux-4.4.14/drivers/regulator/
DKconfig207 The DA9210 is a multi-phase synchronous step down
219 step down converter 12A or 16A DC-DC Buck controlled through an I2C
239 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
304 chip contains six step-down DC/DC converters which can support
379 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
664 high-frequency synchronous step down dc-dc converter optimized
673 three step-down converters and two general-purpose LDO voltage regulators.
681 three step-down converters and two general-purpose LDO voltage regulators.
696 provides three step-down converters and four general-purpose LDO
705 provides six step-down converters and one general-purpose LDO
[all …]
/linux-4.4.14/drivers/tty/vt/
Dkeyboard.c1327 static void kbd_keycode(unsigned int keycode, int down, int hw_raw) in kbd_keycode() argument
1335 struct keyboard_notifier_param param = { .vc = vc, .value = keycode, .down = down }; in kbd_keycode()
1349 sparc_l1_a_state = down; in kbd_keycode()
1352 rep = (down == 2); in kbd_keycode()
1356 if (emulate_raw(vc, keycode, !down << 7)) in kbd_keycode()
1379 put_queue(vc, keycode | (!down << 7)); in kbd_keycode()
1381 put_queue(vc, !down << 7); in kbd_keycode()
1388 if (down) in kbd_keycode()
1432 if (down && !raw_mode) in kbd_keycode()
1457 (*k_handler[type])(vc, keysym & 0xff, !down); in kbd_keycode()
/linux-4.4.14/Documentation/cgroups/
Ddevices.txt44 CAP_MAC_ADMIN, since we really are trying to lock down root.
72 it'll propagate down and after revalidating B's entries, the whitelist entry
114 to devices will be propagated down the hierarchy.
/linux-4.4.14/drivers/power/reset/
DKconfig5 or shut it down, by manipulating the main power supply on the board.
57 If your board needs a GPIO high/low to power down, say Y and
94 down via the LTC2952. Bindings are made in the device tree.
/linux-4.4.14/drivers/input/serio/
Dhp_sdc.c909 down(&s_sync); /* Wait for t_sync to complete */ in hp_sdc_init()
1058 down(&tq_init_sem); in hp_sdc_register()
1073 down(&tq_init_sem); in hp_sdc_register()
1075 down(&tq_init_sem); in hp_sdc_register()
1098 down(&tq_init_sem); in hp_sdc_register()
1100 down(&tq_init_sem); in hp_sdc_register()
/linux-4.4.14/Documentation/devicetree/bindings/display/bridge/
Dthine,thc63lvdm83d.txt13 - pwdn-gpios: Power down control GPIO
/linux-4.4.14/drivers/net/ethernet/davicom/
DKconfig21 bit to determine if the link is up or down instead of the more
/linux-4.4.14/Documentation/input/
Dgamepad.txt43 4 buttons (on the left side) that point up, down, left and right.
107 (from top down): BTN_WEST, BTN_SOUTH, BTN_EAST
125 (for ABS values negative is left/up, positive is right/down)
132 (for ABS values negative is left/up, positive is right/down)
Dsentelic.txt104 Bit5 => scroll down
209 Bit5 => scroll down button
237 Bit4 => finger up/down information. 1: finger down, 0: finger up.
246 Bit4 => scroll down button
264 Bit4 => finger up/down information. 1: finger down, 0: finger up.
273 Bit4 => scroll down button
304 Bit4 => scroll down button
408 0xc0 => finger up/down information
678 0x82 2 finger straight down
686 0x2a 3 finger straight down
[all …]
Dyealink.txt55 down down
63 The "up" and "down" keys, are symbolised by arrows on the button.
Dnotifier.txt8 - 'down' is 1 for a key press event, 0 for a key release;
/linux-4.4.14/arch/nios2/
DKconfig.debug15 This option will slow down process creation somewhat.
/linux-4.4.14/net/ax25/
DTODO9 Routes to a device being taken down might be deleted by ax25_rt_device_down
/linux-4.4.14/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-ad719215 bridge power down switch found on some converters.
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/
Dsun4i.txt15 adjust sensitivity of pen down detection
/linux-4.4.14/Documentation/power/
Dsuspend-and-cpuhotplug.txt61 Common | before taking down the CPU |
70 Note down these cpus in | P
130 Common | before taking down the CPU
159 kernel/cpu.c: cpu_[up|down](), _cpu_[up|down](), [disable|enable]_nonboot_cpus()
Dtricks.txt17 * use vga text console, shut down X. [If you really want X, you might
Dstates.txt70 powering down some more low-level components that aren't directly controlled by
106 low-power state (like ACPI S4), or it may simply power down. Powering
107 down offers greater savings, and allows this mechanism to work on any
/linux-4.4.14/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt23 - "pulldown-ohm" Pull down resistor value in ohms
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio-samsung.txt14 [flags and pull up/down]
Dgpio-poweroff.txt22 low to power down the board set it to "Active Low", otherwise set
/linux-4.4.14/drivers/scsi/mpt3sas/
DKconfig60 can be 256. However, it may decreased down to 16. Decreasing this
72 can be 256. However, it may decreased down to 16. Decreasing this
/linux-4.4.14/Documentation/aoe/
Daoe.txt71 is ready for I/O and "down" if detected but unusable. The
72 "down,closewait" state shows that the device is still open and
128 elapsed, the AoE device will be marked as "down". A value of zero
/linux-4.4.14/drivers/mmc/card/
Dqueue.c56 down(&mq->thread_sem); in mmc_queue_thread()
97 down(&mq->thread_sem); in mmc_queue_thread()
425 down(&mq->thread_sem); in mmc_queue_suspend()
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h32 } down; member
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt10 powered down. For more information on how this works, please look
23 4) Any peripherals that are going to be powered down at the same
/linux-4.4.14/Documentation/sound/alsa/soc/
Doverview.txt41 its minimum power state at all times. This includes powering up/down
46 codec up/down in the correct sequence (including using digital mute). ASoC
/linux-4.4.14/drivers/input/mouse/
Dhgpk.c348 int down = !!(packet[2] & 2); in hgpk_process_advanced_packet() local
369 psmouse_dbg(psmouse, "pd=%d ", down); in hgpk_process_advanced_packet()
376 input_report_key(idev, BTN_TOUCH, down); in hgpk_process_advanced_packet()
384 if (!down) { in hgpk_process_advanced_packet()
Dsynaptics.h159 unsigned int down:1; member
Dgpio_mouse.c40 y = (gpio_get_value(gpio->down) ^ gpio->polarity) in gpio_mouse_scan()
/linux-4.4.14/drivers/net/irda/
Dsir_dev.c298 down(&fsm->sem); in sirdev_schedule_request()
353 down(&dev->fsm.sem); /* block until config change completed */ in sirdev_set_dongle()
844 down(&dev->fsm.sem); /* block on pending config completion */ in sirdev_close()
954 down(&dev->fsm.sem); in sirdev_put_instance()
/linux-4.4.14/drivers/pci/hotplug/
Dibmphp_hpc.c798 down (&semOperations); in ibmphp_lock_operations()
835 down (&semOperations); in poll_hpc()
896 down (&semOperations); in poll_hpc()
1080 down (&sem_exit); in ibmphp_hpc_stop_poll_thread()
/linux-4.4.14/drivers/staging/wilc1000/
Dhost_interface.c528 down(&hif_drv->gtOsCfgValuesSem); in Handle_CfgParam()
3076 down(&hif_drv->hSemTestKeyBlock); in host_int_remove_wep_key()
3103 down(&hif_drv->hSemTestKeyBlock); in host_int_set_wep_default_key()
3137 down(&hif_drv->hSemTestKeyBlock); in host_int_add_wep_key_bss_sta()
3181 down(&hif_drv->hSemTestKeyBlock); in host_int_add_wep_key_bss_ap()
3246 down(&hif_drv->hSemTestKeyBlock); in host_int_add_ptk()
3308 down(&hif_drv->hSemTestKeyBlock); in host_int_add_rx_gtk()
3392 down(&hif_sema_wait_response); in host_int_get_MacAddress()
3562 down(&hif_drv->hSemTestDisconnectBlock); in host_int_disconnect()
3675 down(&hif_sema_wait_response); in host_int_wait_msg_queue_idle()
[all …]
Dwilc_msgqueue.c136 down(&pHandle->hSem); in wilc_mq_recv()
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt59 Check your drive's rating, and don't wear down your drive's lifetime if you
84 result of this is that after a disk has spun down, it will not be spun up
100 a cache miss. The disk can then be spun down in the periods of inactivity.
202 * You can spin down the disk while playing MP3, by setting disk readahead
204 once, and will then spin down while the MP3 is playing. (Thanks to Bartek
214 spin down, this is a likely culprit.
246 # Read-ahead, in 512-byte sectors. You can spin down the disk while playing MP3/OGG
248 # will read a complete MP3 at once, and will then spin down while the MP3/OGG is
288 # Should the maximum CPU frequency be adjusted down while on battery?
782 spends spun up/down. See Documentation/laptops/dslm.c
/linux-4.4.14/drivers/net/can/softing/
DKconfig16 must bring down the other bus too temporarily.
/linux-4.4.14/drivers/staging/iio/Documentation/dac/
Dmax51738 When the operating system goes to a power down state, the Power Down function
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
/linux-4.4.14/Documentation/devicetree/bindings/soc/rockchip/
Dpower_domain.txt4 powered up/down by software based on different application scenes to save power.
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dahci-st.txt16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt17 internal PLL 1 circuit to be powered down and the
/linux-4.4.14/Documentation/trace/
Devents-nmi.txt17 and this tracepoint will allow you to drill down and get some
/linux-4.4.14/arch/m32r/kernel/
Dhead.S55 ; R4 = BSS size in longwords (rounded down)
85 srli r4, #2 ; R4 = BSS size in longwords (rounded down)
/linux-4.4.14/drivers/gpu/drm/nouveau/
DKconfig54 may potentially slow down driver operation.
/linux-4.4.14/drivers/staging/gdm72xx/
Dnetlink_k.c41 #define mutex_lock(x) down(x)
/linux-4.4.14/include/net/
Ddn_dev.h80 void (*down)(struct net_device *); member
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt10 domains, and prevent these PM domains from being powered down, which would
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/
Dexynos_hdmi.txt15 c) optional flags and pull up/down.
/linux-4.4.14/drivers/staging/gdm724x/
Dnetlink_k.c28 #define mutex_lock(x) down(x)
/linux-4.4.14/Documentation/block/
Dcfq-iosched.txt23 single spindle SATA/SAS disks where we can cut down on overall number of
28 devices like multiple SATA/SAS disks in hardware RAID configuration. The down
29 side is that isolation provided from WRITES also goes down and notion of
229 The rationale behind idling is that it can cut down on number of seeks
255 flight at a time), then it cuts down on idling of individual queues and
/linux-4.4.14/drivers/pinctrl/bcm/
DKconfig39 as bias pull up, pull down, and drive strength configurations, when
/linux-4.4.14/fs/jbd2/
DKconfig28 in order to help track down any problems you are having.
/linux-4.4.14/Documentation/scsi/
Dscsi_fc_transport.txt141 When written with a "1", will tear down the vport.
182 vport on the fc_host with the same WWNs and tear it down. Each WWN
214 link "down".
285 Link goes down Linkdown
332 - The link may be down. It is not a failure if it is. It simply
436 scsi_remove_host(). This allows the fc_host to tear down all remote
437 ports prior the scsi_host being torn down. The fc_remove_host() call
/linux-4.4.14/net/decnet/
Ddn_dev.c94 .down = dn_eth_down,
277 if (dn_db->parms.down) in dn_forwarding_proc()
278 dn_db->parms.down(dev); in dn_forwarding_proc()
1205 if (dn_db->parms.down) in dn_dev_delete()
1206 dn_db->parms.down(dev); in dn_dev_delete()
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Drouter.c635 int down = 0; in lnet_parse_rc_info() local
655 down++; in lnet_parse_rc_info()
683 rtr->lr_downis = down + (ptl_status == LNET_NI_STATUS_DOWN); in lnet_parse_rc_info()
1037 down(&the_lnet.ln_rc_signal); in lnet_router_checker_start()
1066 down(&the_lnet.ln_rc_signal); in lnet_router_checker_stop()
/linux-4.4.14/Documentation/arm/nwfpe/
DNOTES2 been able to track it down yet. This does not occur with the emulator
/linux-4.4.14/arch/ia64/
DKconfig.debug56 and restore instructions. It's useful for tracking down spinlock
/linux-4.4.14/drivers/media/pci/ngene/
Dngene-i2c.c125 down(&dev->i2c_switch_mutex); in ngene_i2c_master_xfer()
/linux-4.4.14/Documentation/watchdog/
Dwdt.txt14 boards physically pull the machine down off their own onboard timers and
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmt8173-cpu-dvfs.txt16 needs to do "voltage tracking" to step by step scale up/down Vproc and
/linux-4.4.14/Documentation/sound/alsa/
Dpowersave.txt34 power-down to the active state. These are often hardly to fix, so
/linux-4.4.14/include/xen/
Dxenbus.h76 struct completion down; member
/linux-4.4.14/Documentation/kbuild/
Dmakefiles.txt15 --- 3.6 Descending down in directories
79 passed down from above. The kbuild Makefile uses information from the
259 --- 3.6 Descending down in directories
269 tells kbuild to descend down using the following assignment.
277 down in the ext2 directory.
778 Usually kbuild descends down in subdirectories due to "obj-* := dir/",
786 The above assignment instructs kbuild to descend down in the
797 When "make clean" is executed, make will descend down in arch/x86/boot,
799 the subdir- trick to descend further down.
811 before starting to descend down in the individual directories.
[all …]
/linux-4.4.14/Documentation/DocBook/
Dlibata.xml.db80 API-sata-down-spd-limit
82 API-ata-down-xfermask-limit
/linux-4.4.14/fs/tracefs/
Dinode.c574 down: in tracefs_remove_recursive()
592 goto down; in tracefs_remove_recursive()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_pwrctrl.c30 down(&pwrpriv->lock); in ips_enter23a()
64 down(&pwrpriv->lock); in ips_leave23a()

1234