/linux-4.4.14/arch/arm/boot/dts/ |
D | qcom-msm8960-cdp.dts | 58 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 …]
|
D | ste-href-ab8500.dtsi | 56 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 …]
|
D | ste-href-ab8505.dtsi | 44 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 …]
|
D | qcom-apq8064-ifc6410.dts | 72 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;
|
D | qcom-apq8064-cm-qs600.dts | 62 bias-pull-down; 86 bias-pull-down; 92 bias-pull-down; 98 bias-pull-down; 104 bias-pull-down;
|
D | lpc4357-ea4357-devkit.dts | 348 bias-pull-down; 363 bias-pull-down; 370 bias-pull-down; 405 bias-pull-down; 429 bias-pull-down; 445 bias-pull-down;
|
D | imx6qdl-microsom-ar8035.dtsi | 75 /* AR8035 pin strapping: PHYADDR#0: pull down */ 77 /* AR8035 pin strapping: PHYADDR#1: pull down */ 83 /* AR8035 pin strapping: MODE#0: pull down */
|
D | imx6dl-riotboard.dts | 386 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 */
|
D | dove-sbc-a510.dts | 51 * 0.3 DVI transmitter TI TFP410 PD# (active low power down) 52 * 0.4 LVDS transmitter DS90C365 PD# (active low power down)
|
D | imx6qdl-nitrogen6_max.dtsi | 168 volume-down { 659 /* RS485 DEN: pull down */ 661 /* RS485/!RS232 Select: pull down (rs232) */ 663 /* ON: pull down */
|
D | lpc4350-hitex-eval.dts | 74 label = "joy:down"; 323 bias-pull-down;
|
/linux-4.4.14/fs/hpfs/ |
D | dnode.c | 144 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 …]
|
D | anode.c | 26 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 …]
|
D | map.c | 289 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()
|
D | hpfs.h | 308 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
|
D | hpfs_fn.h | 108 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/ |
D | bloat-o-meter | 33 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/ |
D | rtl_wx.c | 68 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 …]
|
D | rtl_ps.c | 185 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/ |
D | r8192U_wx.c | 74 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/ |
D | clk-divider.c | 194 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/ |
D | via-pmu-event.c | 59 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()
|
D | adbhid.c | 516 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 …]
|
D | via-pmu-event.h | 6 extern void via_pmu_event(int key, int down);
|
D | adb.c | 256 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/ |
D | max77693.txt | 54 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 …]
|
D | qcom-rpm.txt | 164 - 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;
|
D | da9063.txt | 61 - 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
|
D | rn5t618.txt | 3 Ricoh RN5T618 is a power management IC which integrates 3 step-down
|
D | twl4030-power.txt | 22 down during off-idle. Note that this does not work on all boards
|
D | s2mps11.txt | 23 down. When the system is suspended it will always go down thus triggerring
|
/linux-4.4.14/arch/mips/cavium-octeon/ |
D | flash_setup.c | 34 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/ |
D | gateway_common.c | 44 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()
|
D | sysfs.c | 460 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/ |
D | st,sta350.txt | 12 - 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>;
|
D | st,sta32x.txt | 12 - power-down-gpios: a GPIO spec for the power down pin. If specified, 80 power-down-gpios = <&gpio1 16 0>;
|
D | ak5386.txt | 11 - reset-gpio : a GPIO spec for the reset/power down pin.
|
D | tlv320aic3x.txt | 28 is powered down.
|
D | rt5677.txt | 34 1 - pull down
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | sleep-s3c2410.S | 54 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/ |
D | egalax_ts.c | 75 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()
|
D | s3c2410_ts.c | 109 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()
|
D | w90p910_ts.c | 59 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()
|
D | edt-ft5x06.c | 227 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/ |
D | vmk80xx.c | 252 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/ |
D | dm-flakey.txt | 9 <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/ |
D | msm8916-pins.dtsi | 36 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/ |
D | ste,nomadik.txt | 18 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.
|
D | pinctrl-vt8500.txt | 24 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
|
D | nvidia,tegra20-pinmux.txt | 6 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 */
|
D | img,tz1090-pdc-pinctrl.txt | 44 - 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
|
D | brcm,bcm2835-gpio.txt | 33 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
|
D | img,tz1090-pinctrl.txt | 44 - 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.
|
D | brcm,cygnus-gpio.txt | 49 - bias-pull-down: 50 Enable internal pull down resistor
|
D | lantiq,pinctrl-falcon.txt | 54 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin. 55 0: none, 1: down
|
D | ste,abx500.txt | 278 bias-pull-down; 290 bias-pull-down;
|
D | samsung-pinctrl.txt | 46 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.
|
D | pinctrl-palmas.txt | 43 Options: function, bias-disable, bias-pull-up, bias-pull-down, 85 bias-pull-down;
|
D | lantiq,pinctrl-xway.txt | 61 - lantiq,pull: Integer, representing the pull-down/up to apply to the pin. 62 0: none, 1: down, 2: up.
|
D | pinctrl-bindings.txt | 4 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
|
D | nxp,lpc1850-scu.txt | 17 - bias-pull-down
|
D | pinctrl-mt65xx.txt | 58 bias-pull-down, bias-pull-up, input-enable, input-disable, output-low, output-high, 118 bias-pull-down;
|
D | marvell,dove-pinctrl.txt | 68 cpu-pwr-down Pin is used for CPU_PWRDWN 69 standby-pwr-down Pin is used for STBY_PWRDWN
|
D | nvidia,tegra210-pinmux.txt | 42 - 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.
|
D | qcom,msm8960-pinctrl.txt | 121 - bias-pull-down: 124 Definition: The specified pins should be configued as pull down.
|
D | qcom,apq8084-pinctrl.txt | 119 - bias-pull-down: 122 Definition: The specified pins should be configued as pull down.
|
D | qcom,msm8916-pinctrl.txt | 127 - bias-pull-down: 130 Definition: The specified pins should be configued as pull down.
|
D | img,pistachio-pinctrl.txt | 44 - bias-pull-down: Enable weak pull-down.
|
D | pinctrl-atlas7.txt | 48 bias-pull-down;
|
D | atmel,at91-pio4-pinctrl.txt | 37 bias-pull-down, bias-pull-up, drive-open-drain, input-schmitt-enable,
|
D | qcom,pmic-gpio.txt | 103 - bias-pull-down: 106 Definition: The specified pins should be configured as pull down.
|
/linux-4.4.14/Documentation/arm/ |
D | cluster-pm-race-avoidance.txt | 1 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/ |
D | alias.txt | 25 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
|
D | cxacru.txt | 60 "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)
|
D | operstates.txt | 6 <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
|
D | tcp.txt | 19 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.
|
D | igb.txt | 74 WoL will be enabled on the system during the next shut down or reboot. 76 loaded when shutting down or rebooting the system.
|
D | mac80211-injection.txt | 4 mac80211 now allows arbitrary packets to be injected down any Monitor Mode
|
D | skfp.txt | 128 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/ |
D | qcom,idle-state.txt | 33 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/ |
D | tps62360-regulator.txt | 13 - ti,enable-pull-down: Enable pull down. This is boolean value. 41 ti,enable-pull-down;
|
D | regulator.txt | 45 - regulator-pull-down: Enable pull down resistor when the regulator is disabled.
|
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_softmac_wx.c | 37 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/ |
D | ipaq-micro-keys.c | 47 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()
|
D | amikbd.c | 188 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()
|
D | atakbd.c | 195 static void atakbd_interrupt(unsigned char scancode, char down) in atakbd_interrupt() argument 209 input_report_key(atakbd_dev, scancode, down); in atakbd_interrupt()
|
D | hilkbd.c | 116 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/ |
D | tunnel_pci.c | 59 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()
|
D | tunnel_pci.h | 22 struct tb_port *down);
|
/linux-4.4.14/drivers/staging/rtl8192e/ |
D | rtllib_softmac_wx.c | 38 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/ |
D | Kconfig | 27 3) An interrupt handler for shutting down the partition upon 31 partition shuts down.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | da9062-onkey.txt | 17 - 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/ |
D | sysfs-class-power | 47 - 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
|
D | sysfs-platform-chipidea-usb-otg | 24 application running on the A-device wants to power down 54 vbus error, then A-device will power down the bus.
|
D | sysfs-driver-hid-prodikeys | 26 The octave can be shifted via software up/down 2 octaves.
|
D | sysfs-bus-iio-frequency-adf4350 | 21 down the PLL and its RFOut buffers during REFin changes.
|
D | sysfs-platform-kim | 8 The device name flows down to architecture specific board
|
/linux-4.4.14/Documentation/devicetree/bindings/power/reset/ |
D | ltc2952-poweroff.txt | 3 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/ |
D | dcdbas.txt | 49 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.)
|
D | BUG-HUNTING | 56 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.
|
D | logo.txt | 8 scale down to smaller sizes and are better for letterheads or whatever
|
D | braille-console.txt | 22 page up/down keys go at the top/bottom of the screen, and the home key goes back
|
D | ramoops.txt | 20 * "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
|
D | bcache.txt | 112 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/ |
D | lcd-panel-cgram.txt | 14 printf "\e[LG2000000001F0E0400;" => 2 = [down] 15 printf "\e[LG3040E1F001F0E0400;" => 3 = [up-down]
|
/linux-4.4.14/drivers/hid/ |
D | hid-magicmouse.c | 184 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/ |
D | divsi3.S | 87 !! 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/ |
D | nfsd-admin-interfaces.txt | 26 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/ |
D | keyboard.h | 12 int down; /* Pressure of the key? */ member
|
D | gpio_mouse.h | 49 int down; member
|
D | semaphore.h | 39 extern void down(struct semaphore *sem);
|
/linux-4.4.14/Documentation/devicetree/bindings/net/can/ |
D | sja1000.txt | 32 <0x02> : TX0 pull-down (default) 36 <0x10> : TX1 pull-down
|
/linux-4.4.14/kernel/locking/ |
D | semaphore.c | 53 void down(struct semaphore *sem) in down() function 64 EXPORT_SYMBOL(down);
|
/linux-4.4.14/drivers/mfd/ |
D | wm8350-gpio.c | 155 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/ |
D | authorization.txt | 7 not) in a system. This feature will allow you to implement a lock-down 26 lock down): 30 Remove the lock down:
|
D | chipidea.txt | 56 7) A-device power down the bus. 60 A-device should disconnect with B-device and power down the bus.
|
D | rio.txt | 34 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/ |
D | ti-phy.txt | 8 "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/ |
D | mt8173-evb.dts | 112 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/ |
D | ti,tfp410.txt | 8 - powerdown-gpios: power-down gpio
|
/linux-4.4.14/arch/mn10300/lib/ |
D | do_csum.S | 90 # cut 16-31 bytes down to 0-15 141 # compress the checksum down to 16 bits
|
D | memmove.S | 29 # work top down 91 # cut 4-7 words down to 0-3
|
D | memset.S | 69 # cut 4-7 words down to 0-3
|
D | memcpy.S | 75 # cut 4-7 words down to 0-3
|
/linux-4.4.14/fs/affs/ |
D | affs.h | 288 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/ |
D | DefaultKeyAssignments | 8 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/ |
D | cache.inc | 39 # and wait for it to calm down 100 # and wait for it to calm down
|
D | cache-dbg-flush-by-tag.S | 94 # round cacheline addr down
|
D | cache-inv-by-reg.S | 139 and L1_CACHE_TAG_MASK,d0 # round start addr down
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | head.S | 71 ; R4 = BSS size in longwords (rounded down) 104 srli r4, #2 ; R4 = BSS size in longwords (rounded down)
|
/linux-4.4.14/Documentation/hwmon/ |
D | ad7314 | 25 Currently power down mode is not supported.
|
D | shtc1 | 31 1. blocking (pull the I2C clock line down while performing the measurement) or
|
D | pc87427 | 35 signal. Speeds down to 83 RPM can be measured.
|
/linux-4.4.14/Documentation/devicetree/bindings/display/tilcdc/ |
D | tfp410.txt | 10 - powerdn-gpio: the powerdown GPIO, pulled low to power down the
|
/linux-4.4.14/drivers/regulator/ |
D | Kconfig | 207 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/ |
D | keyboard.c | 1327 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/ |
D | devices.txt | 44 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/ |
D | Kconfig | 5 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/ |
D | hp_sdc.c | 909 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/ |
D | thine,thc63lvdm83d.txt | 13 - pwdn-gpios: Power down control GPIO
|
/linux-4.4.14/drivers/net/ethernet/davicom/ |
D | Kconfig | 21 bit to determine if the link is up or down instead of the more
|
/linux-4.4.14/Documentation/input/ |
D | gamepad.txt | 43 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)
|
D | sentelic.txt | 104 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 …]
|
D | yealink.txt | 55 down down 63 The "up" and "down" keys, are symbolised by arrows on the button.
|
D | notifier.txt | 8 - 'down' is 1 for a key press event, 0 for a key release;
|
/linux-4.4.14/arch/nios2/ |
D | Kconfig.debug | 15 This option will slow down process creation somewhat.
|
/linux-4.4.14/net/ax25/ |
D | TODO | 9 Routes to a device being taken down might be deleted by ax25_rt_device_down
|
/linux-4.4.14/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-ad7192 | 15 bridge power down switch found on some converters.
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | sun4i.txt | 15 adjust sensitivity of pen down detection
|
/linux-4.4.14/Documentation/power/ |
D | suspend-and-cpuhotplug.txt | 61 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()
|
D | tricks.txt | 17 * use vga text console, shut down X. [If you really want X, you might
|
D | states.txt | 70 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/ |
D | ntc_thermistor.txt | 23 - "pulldown-ohm" Pull down resistor value in ohms
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-samsung.txt | 14 [flags and pull up/down]
|
D | gpio-poweroff.txt | 22 low to power down the board set it to "Active Low", otherwise set
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | Kconfig | 60 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/ |
D | aoe.txt | 71 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/ |
D | queue.c | 56 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/ |
D | dma.h | 32 } down; member
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 10 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/ |
D | overview.txt | 41 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/ |
D | hgpk.c | 348 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()
|
D | synaptics.h | 159 unsigned int down:1; member
|
D | gpio_mouse.c | 40 y = (gpio_get_value(gpio->down) ^ gpio->polarity) in gpio_mouse_scan()
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dev.c | 298 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/ |
D | ibmphp_hpc.c | 798 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/ |
D | host_interface.c | 528 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 …]
|
D | wilc_msgqueue.c | 136 down(&pHandle->hSem); in wilc_mq_recv()
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 59 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/ |
D | Kconfig | 16 must bring down the other bus too temporarily.
|
/linux-4.4.14/drivers/staging/iio/Documentation/dac/ |
D | max517 | 38 When the operating system goes to a power down state, the Power Down function
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | renesas,vsp1.txt | 3 The VSP1 is a video processing engine that supports up-/down-scaling, alpha
|
/linux-4.4.14/Documentation/devicetree/bindings/soc/rockchip/ |
D | power_domain.txt | 4 powered up/down by software based on different application scenes to save power.
|
/linux-4.4.14/Documentation/devicetree/bindings/ata/ |
D | ahci-st.txt | 16 - resets : The power-down, soft-reset and power-reset lines of SATA IP
|
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/ |
D | adv7343.txt | 17 internal PLL 1 circuit to be powered down and the
|
/linux-4.4.14/Documentation/trace/ |
D | events-nmi.txt | 17 and this tracepoint will allow you to drill down and get some
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 55 ; 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/ |
D | Kconfig | 54 may potentially slow down driver operation.
|
/linux-4.4.14/drivers/staging/gdm72xx/ |
D | netlink_k.c | 41 #define mutex_lock(x) down(x)
|
/linux-4.4.14/include/net/ |
D | dn_dev.h | 80 void (*down)(struct net_device *); member
|
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/ |
D | renesas-memory-controllers.txt | 10 domains, and prevent these PM domains from being powered down, which would
|
/linux-4.4.14/Documentation/devicetree/bindings/display/exynos/ |
D | exynos_hdmi.txt | 15 c) optional flags and pull up/down.
|
/linux-4.4.14/drivers/staging/gdm724x/ |
D | netlink_k.c | 28 #define mutex_lock(x) down(x)
|
/linux-4.4.14/Documentation/block/ |
D | cfq-iosched.txt | 23 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/ |
D | Kconfig | 39 as bias pull up, pull down, and drive strength configurations, when
|
/linux-4.4.14/fs/jbd2/ |
D | Kconfig | 28 in order to help track down any problems you are having.
|
/linux-4.4.14/Documentation/scsi/ |
D | scsi_fc_transport.txt | 141 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/ |
D | dn_dev.c | 94 .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/ |
D | router.c | 635 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/ |
D | NOTES | 2 been able to track it down yet. This does not occur with the emulator
|
/linux-4.4.14/arch/ia64/ |
D | Kconfig.debug | 56 and restore instructions. It's useful for tracking down spinlock
|
/linux-4.4.14/drivers/media/pci/ngene/ |
D | ngene-i2c.c | 125 down(&dev->i2c_switch_mutex); in ngene_i2c_master_xfer()
|
/linux-4.4.14/Documentation/watchdog/ |
D | wdt.txt | 14 boards physically pull the machine down off their own onboard timers and
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mt8173-cpu-dvfs.txt | 16 needs to do "voltage tracking" to step by step scale up/down Vproc and
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | powersave.txt | 34 power-down to the active state. These are often hardly to fix, so
|
/linux-4.4.14/include/xen/ |
D | xenbus.h | 76 struct completion down; member
|
/linux-4.4.14/Documentation/kbuild/ |
D | makefiles.txt | 15 --- 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/ |
D | libata.xml.db | 80 API-sata-down-spd-limit 82 API-ata-down-xfermask-limit
|
/linux-4.4.14/fs/tracefs/ |
D | inode.c | 574 down: in tracefs_remove_recursive() 592 goto down; in tracefs_remove_recursive()
|
/linux-4.4.14/drivers/staging/rtl8723au/core/ |
D | rtw_pwrctrl.c | 30 down(&pwrpriv->lock); in ips_enter23a() 64 down(&pwrpriv->lock); in ips_leave23a()
|