Home
last modified time | relevance | path

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

1234

/linux-4.1.27/arch/arm/boot/dts/
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 …]
Dimx6qdl-microsom-ar8035.dtsi76 /* AR8035 pin strapping: PHYADDR#0: pull down */
78 /* AR8035 pin strapping: PHYADDR#1: pull down */
84 /* 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 */
Dste-nomadik-nhk15.dts101 linux,keymap = <0x00020072 // Vol down
/linux-4.1.27/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.c263 if (((31 + de->namelen + de->down*4 + 3) & ~3) != le16_to_cpu(de->length)) { in hpfs_map_dnode()
264 …if (((31 + de->namelen + de->down*4 + 3) & ~3) < le16_to_cpu(de->length) && s->s_flags & MS_RDONLY… in hpfs_map_dnode()
269 if (hpfs_sb(s)->sb_chk >= 2) b |= 1 << de->down; in hpfs_map_dnode()
270 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.h102 CHKCOND(de->down,("HPFS: de_down_pointer: !de->down\n")); in de_down_pointer()
174 a = dst->down; in copy_de()
177 dst->down = a; in copy_de()
/linux-4.1.27/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.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_wx.c73 down(&priv->wx_sem); in r8192_wx_set_rate()
93 down(&priv->wx_sem); in r8192_wx_set_rts()
124 down(&priv->wx_sem); in r8192_wx_set_power()
152 down(&priv->wx_sem); in r8192_wx_set_rawtx()
168 down(&priv->wx_sem); in r8192_wx_force_reset()
185 down(&priv->wx_sem); in r8192_wx_force_mic_error()
229 down(&priv->wx_sem); in r8192_wx_adapter_power_status()
256 down(&priv->wx_sem); in r8192se_wx_set_radio()
280 down(&priv->wx_sem); in r8192se_wx_set_lps_awake_interval()
296 down(&priv->wx_sem); in r8192se_wx_set_force_lps()
[all …]
Drtl_ps.c187 down(&priv->rtllib->ips_sem); in IPSLeave_wq()
218 down(&priv->rtllib->ips_sem); in rtllib_ips_leave()
/linux-4.1.27/net/batman-adv/
Dgateway_common.c33 uint32_t *down, uint32_t *up) in batadv_parse_gw_bandwidth() argument
65 *down = ldown * 10; in batadv_parse_gw_bandwidth()
69 *down = ldown / 100; in batadv_parse_gw_bandwidth()
118 uint32_t down, up; in batadv_gw_tvlv_container_update() local
129 down = atomic_read(&bat_priv->gw.bandwidth_down); in batadv_gw_tvlv_container_update()
131 gw.bandwidth_down = htonl(down); in batadv_gw_tvlv_container_update()
Dsysfs.c441 uint32_t down, up; in batadv_show_gw_bwidth() local
443 down = atomic_read(&bat_priv->gw.bandwidth_down); in batadv_show_gw_bwidth()
446 return sprintf(buff, "%u.%u/%u.%u MBit\n", down / 10, in batadv_show_gw_bwidth()
447 down % 10, up / 10, up % 10); in batadv_show_gw_bwidth()
/linux-4.1.27/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.1.27/drivers/clk/
Dclk-divider.c189 int down = _get_table_mindiv(table); in _round_down_table() local
197 if ((div - clkt->div) < (div - down)) in _round_down_table()
198 down = clkt->div; in _round_down_table()
201 return down; in _round_down_table()
222 int up, down; in _div_round_closest() local
226 down = parent_rate / rate; in _div_round_closest()
230 down = __rounddown_pow_of_two(down); in _div_round_closest()
233 down = _round_down_table(table, down); in _div_round_closest()
237 down_rate = DIV_ROUND_UP(parent_rate, down); in _div_round_closest()
239 return (rate - up_rate) <= (down_rate - rate) ? up : down; in _div_round_closest()
/linux-4.1.27/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.1.27/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.1.27/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.txt33 1 - pull down
/linux-4.1.27/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.1.27/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.c224 bool down; in edt_ft5x06_ts_isr() local
238 down = type != TOUCH_EVENT_UP; in edt_ft5x06_ts_isr()
241 input_mt_report_slot_state(tsdata->input, MT_TOOL_FINGER, down); in edt_ft5x06_ts_isr()
243 if (!down) in edt_ft5x06_ts_isr()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dste,nomadik.txt16 parameters, such as input, output, pull up, pull down...
39 2: input with pull down,
53 2: sleep input with pull down.
54 3: sleep input and keep last input configuration (no pull, pull up or pull down).
70 0: GPIO pull-up or pull-down resistor is enabled, when pin is an input,
71 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
Dbrcm,cygnus-gpio.txt45 - bias-pull-down:
46 Enable internal pull down resistor
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.
Dlantiq,falcon-pinumx.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,xway-pinumx.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
Dpinctrl-mt65xx.txt53 bias-pull-down, bias-pull-up, input-enable, input-disable, output-low, output-high,
113 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,apq8084-pinctrl.txt119 - bias-pull-down:
122 Definition: The specified pins should be configued as pull down.
Dqcom,msm8960-pinctrl.txt121 - bias-pull-down:
124 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.
Dallwinner,sunxi-pinctrl.txt45 2: Pull-down resistor
Dqcom,pmic-gpio.txt103 - bias-pull-down:
106 Definition: The specified pins should be configured as pull down.
Drenesas,pfc-pinctrl.txt42 pull-up and pull-down).
72 bias-disable, bias-pull-up and bias-pull-down.
/linux-4.1.27/drivers/staging/comedi/drivers/
Dvmk80xx.c251 down(&devpriv->limit_sem); in vmk80xx_ai_insn_read()
300 down(&devpriv->limit_sem); in vmk80xx_ao_insn_write()
340 down(&devpriv->limit_sem); in vmk80xx_ao_insn_read()
369 down(&devpriv->limit_sem); in vmk80xx_di_insn_bits()
417 down(&devpriv->limit_sem); in vmk80xx_do_insn_bits()
452 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_read()
497 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_config()
535 down(&devpriv->limit_sem); in vmk80xx_cnt_insn_write()
578 down(&devpriv->limit_sem); in vmk80xx_pwm_insn_read()
611 down(&devpriv->limit_sem); in vmk80xx_pwm_insn_write()
[all …]
Dusbdux.c240 down(&devpriv->sem); in usbdux_ai_cancel()
368 down(&devpriv->sem); in usbdux_ao_cancel()
659 down(&devpriv->sem); in usbdux_ai_inttrig()
688 down(&devpriv->sem); in usbdux_ai_cmd()
767 down(&devpriv->sem); in usbdux_ai_insn_read()
808 down(&devpriv->sem); in usbdux_ao_insn_read()
827 down(&devpriv->sem); in usbdux_ao_insn_write()
867 down(&devpriv->sem); in usbdux_ao_inttrig()
977 down(&devpriv->sem); in usbdux_ao_cmd()
1050 down(&devpriv->sem); in usbdux_dio_insn_bits()
[all …]
Dusbduxfast.c229 down(&devpriv->sem); in usbduxfast_ai_cancel()
439 down(&devpriv->sem); in usbduxfast_ai_inttrig()
471 down(&devpriv->sem); in usbduxfast_ai_cmd()
821 down(&devpriv->sem); in usbduxfast_ai_insn_read()
895 down(&devpriv->sem); in usbduxfast_attach_common()
1052 down(&devpriv->sem); in usbduxfast_detach()
Ddt9812.c338 down(&devpriv->sem); in dt9812_digital_in()
360 down(&devpriv->sem); in dt9812_digital_out()
447 down(&devpriv->sem); in dt9812_analog_in()
507 down(&devpriv->sem); in dt9812_analog_out()
611 down(&devpriv->sem); in dt9812_ao_insn_read()
849 down(&devpriv->sem); in dt9812_detach()
Dusbduxsigma.c201 down(&devpriv->sem); in usbduxsigma_ai_cancel()
324 down(&devpriv->sem); in usbduxsigma_ao_cancel()
619 down(&devpriv->sem); in usbduxsigma_ai_inttrig()
648 down(&devpriv->sem); in usbduxsigma_ai_cmd()
721 down(&devpriv->sem); in usbduxsigma_ai_insn_read()
774 down(&devpriv->sem); in usbduxsigma_ao_insn_read()
791 down(&devpriv->sem); in usbduxsigma_ao_insn_write()
824 down(&devpriv->sem); in usbduxsigma_ao_inttrig()
925 down(&devpriv->sem); in usbduxsigma_ao_cmd()
989 down(&devpriv->sem); in usbduxsigma_dio_insn_bits()
[all …]
Dni_usb6501.c186 down(&devpriv->sem); in ni6501_port_command()
268 down(&devpriv->sem); in ni6501_counter_command()
581 down(&devpriv->sem); in ni6501_detach()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/regulator/
Dtps62360-regulator.txt13 - ti,enable-pull-down: Enable pull down. This is boolean value.
41 ti,enable-pull-down;
Das3722-regulator.txt7 regulator node. The AS3722 is having 7 DCDC step-down regulators as
/linux-4.1.27/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)
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-bus-iio-frequency-adf435021 down the PLL and its RFOut buffers during REFin changes.
Dsysfs-driver-hid-prodikeys26 The octave can be shifted via software up/down 2 octaves.
Dsysfs-platform-kim8 The device name flows down to architecture specific board
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c37 down(&ieee->wx_sem); in ieee80211_wx_set_freq()
149 down(&ieee->wx_sem); in ieee80211_wx_set_wap()
278 down(&ieee->wx_sem); in ieee80211_wx_set_mode()
370 down(&ieee->wx_sem); in ieee80211_wx_set_scan()
399 down(&ieee->wx_sem); in ieee80211_wx_set_essid()
462 down(&ieee->wx_sem); in ieee80211_wx_set_rawtx()
523 down(&ieee->wx_sem); in ieee80211_wx_set_power()
573 down(&ieee->wx_sem); in ieee80211_wx_get_power()
Dieee80211_softmac.c431 down(&ieee->scan_sem); in ieee80211_softmac_scan_syncro()
503 down(&ieee->scan_sem); in ieee80211_softmac_scan_wq()
587 down(&ieee->scan_sem); in ieee80211_softmac_stop_scan()
1397 down(&ieee->wx_sem); in ieee80211_associate_procedure_wq()
2356 down(&ieee->wx_sem); in ieee80211_start_ibss_wq()
2521 down(&ieee->wx_sem); in ieee80211_associate_retry_wq()
2599 down(&ieee->wx_sem); in ieee80211_softmac_stop_protocol()
2625 down(&ieee->wx_sem); in ieee80211_softmac_start_protocol()
2759 down(&ieee->wx_sem); in ieee80211_softmac_free()
3156 down(&ieee->wx_sem); in ieee80211_wpa_supplicant_ioctl()
/linux-4.1.27/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.1.27/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.1.27/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()
523 down(&ieee->wx_sem); in rtllib_wx_set_rawtx()
584 down(&ieee->wx_sem); in rtllib_wx_set_power()
631 down(&ieee->wx_sem); in rtllib_wx_get_power()
/linux-4.1.27/drivers/virt/
DKconfig27 3) An interrupt handler for shutting down the partition upon
31 partition shuts down.
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/panel/
Dlcd-panel-cgram.txt14 printf "\e[LG2000000001F0E0400;" => 2 = [down]
15 printf "\e[LG3040E1F001F0E0400;" => 3 = [up-down]
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/mfd/
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;
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)
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
Das3722.txt66 function, bias-disable, bias-pull-up, bias-pull-down,
156 bias-pull-down;
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/net/can/
Dsja1000.txt32 <0x02> : TX0 pull-down (default)
36 <0x10> : TX1 pull-down
/linux-4.1.27/kernel/locking/
Dsemaphore.c53 void down(struct semaphore *sem) in down() function
64 EXPORT_SYMBOL(down);
/linux-4.1.27/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.1.27/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.1.27/drivers/tty/vt/
Dkeyboard.c1225 static void kbd_keycode(unsigned int keycode, int down, int hw_raw) in kbd_keycode() argument
1233 struct keyboard_notifier_param param = { .vc = vc, .value = keycode, .down = down }; in kbd_keycode()
1247 sparc_l1_a_state = down; in kbd_keycode()
1250 rep = (down == 2); in kbd_keycode()
1254 if (emulate_raw(vc, keycode, !down << 7)) in kbd_keycode()
1277 put_queue(vc, keycode | (!down << 7)); in kbd_keycode()
1279 put_queue(vc, !down << 7); in kbd_keycode()
1286 if (down) in kbd_keycode()
1330 if (down && !raw_mode) in kbd_keycode()
1355 (*k_handler[type])(vc, keysym & 0xff, !down); in kbd_keycode()
/linux-4.1.27/Documentation/devicetree/bindings/video/
Dti,tfp410.txt8 - powerdown-gpios: power-down gpio
Dthine,thc63lvdm83d13 - pwdn-gpios: Power down control GPIO
Dexynos_hdmi.txt15 c) optional flags and pull up/down.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/drm/tilcdc/
Dtfp410.txt10 - powerdn-gpio: the powerdown GPIO, pulled low to power down the
/linux-4.1.27/Documentation/hwmon/
Dad731425 Currently power down mode is not supported.
Dshtc131 1. blocking (pull the I2C clock line down while performing the measurement) or
Dltc297839 output poly-phase step-down DC/DC controller. LTC3883 is a single phase
40 step-down DC/DC controller. LTM4676 is a dual 13A or single 26A uModule
Dpc8742735 signal. Speeds down to 83 RPM can be measured.
/linux-4.1.27/drivers/regulator/
DKconfig197 The DA9210 is a multi-phase synchronous step down
209 step down converter 12A or 16A DC-DC Buck controlled through an I2C
229 TinyBuck Regulator. The FAN53555 is a step-down switching voltage
294 chip contains six step-down DC/DC converters which can support
369 The MAXIM MAX8973 high-efficiency. three phase, DC-DC step-down
629 high-frequency synchronous step down dc-dc converter optimized
638 three step-down converters and two general-purpose LDO voltage regulators.
646 three step-down converters and two general-purpose LDO voltage regulators.
661 provides three step-down converters and four general-purpose LDO
670 provides six step-down converters and one general-purpose LDO
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/net/ethernet/davicom/
DKconfig21 bit to determine if the link is up or down instead of the more
/linux-4.1.27/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.1.27/arch/nios2/
DKconfig.debug15 This option will slow down process creation somewhat.
/linux-4.1.27/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-ad719215 bridge power down switch found on some converters.
/linux-4.1.27/net/ax25/
DTODO9 Routes to a device being taken down might be deleted by ax25_rt_device_down
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/
Dsun4i.txt15 adjust sensitivity of pen down detection
/linux-4.1.27/Documentation/devicetree/bindings/hwmon/
Dntc_thermistor.txt22 - "pulldown-ohm" Pull down resistor value in ohms
/linux-4.1.27/Documentation/power/
Dtricks.txt17 * use vga text console, shut down X. [If you really want X, you might
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()
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.1.27/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.1.27/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.1.27/drivers/mmc/card/
Dqueue.c56 down(&mq->thread_sem); in mmc_queue_thread()
99 down(&mq->thread_sem); in mmc_queue_thread()
427 down(&mq->thread_sem); in mmc_queue_suspend()
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/
Ddma.h32 } down; member
/linux-4.1.27/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.1.27/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
Dpops_clicks.txt4 Pops and clicks are unwanted audio artifacts caused by the powering up and down
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/Documentation/devicetree/bindings/media/
Drenesas,vsp1.txt3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
/linux-4.1.27/drivers/net/can/softing/
DKconfig16 must bring down the other bus too temporarily.
/linux-4.1.27/drivers/staging/iio/Documentation/dac/
Dmax51738 When the operating system goes to a power down state, the Power Down function
/linux-4.1.27/Documentation/devicetree/bindings/ata/
Dahci-st.txt16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
/linux-4.1.27/Documentation/trace/
Devents-nmi.txt17 and this tracepoint will allow you to drill down and get some
/linux-4.1.27/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt17 internal PLL 1 circuit to be powered down and the
/linux-4.1.27/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.1.27/drivers/staging/gdm72xx/
Dnetlink_k.c41 #define mutex_lock(x) down(x)
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt10 domains, and prevent these PM domains from being powered down, which would
/linux-4.1.27/fs/jbd/
DKconfig23 help track down any problems you are having. By default the
/linux-4.1.27/drivers/staging/gdm724x/
Dnetlink_k.c28 #define mutex_lock(x) down(x)
/linux-4.1.27/drivers/gpu/drm/nouveau/
DKconfig54 may potentially slow down driver operation.
/linux-4.1.27/include/net/
Ddn_dev.h80 void (*down)(struct net_device *); member
/linux-4.1.27/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.1.27/drivers/pinctrl/bcm/
DKconfig39 as bias pull up, pull down, and drive strength configurations, when
/linux-4.1.27/fs/jbd2/
DKconfig28 in order to help track down any problems you are having.
/linux-4.1.27/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.1.27/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.1.27/Documentation/arm/nwfpe/
DNOTES2 been able to track it down yet. This does not occur with the emulator
/linux-4.1.27/arch/ia64/
DKconfig.debug56 and restore instructions. It's useful for tracking down spinlock
/linux-4.1.27/drivers/media/pci/ngene/
Dngene-i2c.c125 down(&dev->i2c_switch_mutex); in ngene_i2c_master_xfer()
/linux-4.1.27/Documentation/watchdog/
Dwdt.txt14 boards physically pull the machine down off their own onboard timers and
/linux-4.1.27/include/xen/
Dxenbus.h76 struct completion down; member
/linux-4.1.27/Documentation/sound/alsa/
Dpowersave.txt34 power-down to the active state. These are often hardly to fix, so
/linux-4.1.27/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.1.27/drivers/staging/rtl8723au/core/
Drtw_pwrctrl.c30 down(&pwrpriv->lock); in ips_enter23a()
64 down(&pwrpriv->lock); in ips_leave23a()
/linux-4.1.27/fs/tracefs/
Dinode.c575 down: in tracefs_remove_recursive()
593 goto down; in tracefs_remove_recursive()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
Drouter.c647 int down = 0; in lnet_parse_rc_info() local
667 down++; in lnet_parse_rc_info()
695 rtr->lr_downis = down + (ptl_status == LNET_NI_STATUS_DOWN); in lnet_parse_rc_info()
1049 down(&the_lnet.ln_rc_signal); in lnet_router_checker_start()
1078 down(&the_lnet.ln_rc_signal); in lnet_router_checker_stop()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/
Dcmd.c488 down(sem); in cmd_work_handler()
1050 down(&cmd->sem); in mlx5_cmd_use_events()
1052 down(&cmd->pages_sem); in mlx5_cmd_use_events()
1069 down(&cmd->sem); in mlx5_cmd_use_polling()
1071 down(&cmd->pages_sem); in mlx5_cmd_use_polling()
/linux-4.1.27/arch/cris/arch-v32/mach-fs/
Ddram_init.S62 lsrq 1, $r4 ; 16 bits. Shift down value.
/linux-4.1.27/Documentation/devicetree/bindings/input/
Dpxa27x-keypad.txt30 for rotary down. It is for rotary 0.
/linux-4.1.27/Documentation/fb/
Dpvr2fb.txt44 nomtrr - disables write combining on frame buffer. This slows down driver
/linux-4.1.27/drivers/staging/rtl8723au/os_dep/
Dusb_intf.c294 down(&pwrpriv->lock); in rtw_suspend()
356 down(&pwrpriv->lock); in rtw_resume()
/linux-4.1.27/Documentation/filesystems/
Dceph.txt75 happens to be down, the mount won't succeed.) The port can be left
132 and is useful for tracking down bugs.
/linux-4.1.27/fs/debugfs/
Dinode.c599 down: in debugfs_remove_recursive()
617 goto down; in debugfs_remove_recursive()
/linux-4.1.27/drivers/staging/unisys/uislib/
Duislib.c1142 down(&poll_dev_lock); in process_incoming()
1149 down(&dev->interrupt_callback_lock); in process_incoming()
1246 down(&poll_dev_lock); in uislib_enable_channel_interrupts()
1268 down(&poll_dev_lock); in uislib_disable_channel_interrupts()
/linux-4.1.27/drivers/staging/i2o/
DREADME69 I'm still chasing down the hang bug.

1234