Home
last modified time | relevance | path

Searched refs:down (Results 1 – 25 of 1602) sorted by relevance

12345678910>>...65

/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-msm8960-cdp.dts124 bias-pull-down;
131 bias-pull-down;
138 bias-pull-down;
146 bias-pull-down;
154 bias-pull-down;
162 bias-pull-down;
170 bias-pull-down;
176 bias-pull-down;
182 bias-pull-down;
189 bias-pull-down;
[all …]
H A Dqcom-msm8960-samsung-expressatt.dts107 bias-pull-down;
114 bias-pull-down;
121 bias-pull-down;
129 bias-pull-down;
137 bias-pull-down;
145 bias-pull-down;
153 bias-pull-down;
159 bias-pull-down;
165 bias-pull-down;
172 bias-pull-down;
[all …]
H A Dqcom-apq8064-sony-xperia-lagan-yuga.dts41 key-volume-down {
106 bias-pull-down;
113 bias-pull-down;
120 bias-pull-down;
128 bias-pull-down;
149 bias-pull-down;
155 bias-pull-down;
161 bias-pull-down;
168 bias-pull-down;
174 bias-pull-down;
[all …]
H A Dqcom-apq8060-dragonboard.dts471 bias-pull-down;
476 bias-pull-down;
482 bias-pull-down;
487 bias-pull-down;
492 bias-pull-down;
497 bias-pull-down;
502 bias-pull-down;
510 bias-pull-down;
516 bias-pull-down;
522 bias-pull-down;
[all …]
H A Dqcom-apq8064-asus-nexus7-flo.dts53 key-volume-down {
218 bias-pull-down;
259 bias-pull-down;
266 bias-pull-down;
274 bias-pull-down;
286 bias-pull-down;
301 bias-pull-down;
311 bias-pull-down;
315 bias-pull-down;
319 bias-pull-down;
[all …]
H A Dqcom-mdm9615.dtsi401 bias-pull-down;
408 bias-pull-down;
416 bias-pull-down;
423 bias-pull-down;
431 bias-pull-down;
439 bias-pull-down;
446 bias-pull-down;
452 bias-pull-down;
458 bias-pull-down;
464 bias-pull-down;
[all …]
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drockchip-pinconf.dtsi14 bias-pull-down;
216 bias-pull-down;
222 bias-pull-down;
228 bias-pull-down;
234 bias-pull-down;
240 bias-pull-down;
246 bias-pull-down;
252 bias-pull-down;
258 bias-pull-down;
264 bias-pull-down;
[all …]
/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-href-ab8500.dtsi52 bias-pull-down;
65 bias-pull-down;
78 bias-pull-down;
91 bias-pull-down;
104 bias-pull-down;
117 bias-pull-down;
130 bias-pull-down;
143 bias-pull-down;
156 bias-pull-down;
169 bias-pull-down;
[all …]
/openbmc/linux/drivers/thunderbolt/
H A Dtmu.c566 struct tb_port *down, *up; in tb_switch_tmu_disable() local
602 ret = disable_enhanced(up, down); in tb_switch_tmu_disable()
624 struct tb_port *down, *up; in tb_switch_tmu_off() local
626 down = tb_switch_downstream_port(sw); in tb_switch_tmu_off()
635 tb_port_tmu_time_sync_disable(down); in tb_switch_tmu_off()
644 disable_enhanced(up, down); in tb_switch_tmu_off()
664 struct tb_port *up, *down; in tb_switch_tmu_enable_bidirectional() local
728 struct tb_port *up, *down; in tb_switch_tmu_enable_unidirectional() local
772 struct tb_port *up, *down; in tb_switch_tmu_enable_enhanced() local
817 struct tb_port *down, *up; in tb_switch_tmu_change_mode_prev() local
[all …]
H A Dclx.c188 struct tb_port *up, *down; in tb_switch_clx_init() local
201 down = tb_switch_downstream_port(sw); in tb_switch_clx_init()
204 tmp = tb_port_clx(down); in tb_switch_clx_init()
217 struct tb_port *up, *down; in tb_switch_pm_secondary_resolve() local
224 down = tb_switch_downstream_port(sw); in tb_switch_pm_secondary_resolve()
322 struct tb_port *up, *down; in tb_switch_clx_enable() local
350 down = tb_switch_downstream_port(sw); in tb_switch_clx_enable()
367 ret = tb_port_clx_enable(down, clx); in tb_switch_clx_enable()
376 tb_port_clx_disable(down, clx); in tb_switch_clx_enable()
399 struct tb_port *up, *down; in tb_switch_clx_disable() local
[all …]
/openbmc/linux/fs/hpfs/
H A Ddnode.c148 if (de->down) { in set_last_pointer()
166 de->down = 1; in set_last_pointer()
192 de->down = 1; in hpfs_add_de()
221 if (de->down) { in fix_up_ptrs()
399 down: in hpfs_add_dirent()
413 goto down; in hpfs_add_dirent()
489 de->down = 0; in move_to_top()
536 down = de->down ? de_down_pointer(de) : 0; in delete_empty_dnode()
582 if (!down) { in delete_empty_dnode()
722 if (de->down) down = de_down_pointer(de); in hpfs_remove_dirent()
[all …]
/openbmc/linux/scripts/
H A Dbloat-o-meter55 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
67 down += old[name]
80 if d<0: shrink, down = shrink+1, down-d
84 return grow, shrink, add, remove, up, down, delta, old, new, otot, ntot
87 grow, shrink, add, remove, up, down, delta, old, new, otot, ntot = \
91 (add, remove, grow, shrink, up, -down, up-down))
/openbmc/qemu/ui/
H A Dkbd-state.c40 void qkbd_state_key_event(QKbdState *kbd, QKeyCode qcode, bool down) in qkbd_state_key_event() argument
44 if (down == false /* got key-up event */ && in qkbd_state_key_event()
61 if (down) { in qkbd_state_key_event()
86 if (down) { in qkbd_state_key_event()
91 if (down) { in qkbd_state_key_event()
102 qemu_input_event_send_key_qcode(kbd->con, qcode, down); in qkbd_state_key_event()
H A Dinput.c228 name, key->down); in qemu_input_event_trace()
232 trace_input_event_key_qcode(idx, name, key->down); in qemu_input_event_trace()
242 trace_input_event_btn(idx, name, btn->down); in qemu_input_event_trace()
411 static InputEvent *qemu_input_event_new_key(KeyValue *key, bool down) in qemu_input_event_new_key() argument
417 evt->u.key.data->down = down; in qemu_input_event_new_key()
421 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down) in qemu_input_event_send_key() argument
424 evt = qemu_input_event_new_key(key, down); in qemu_input_event_send_key()
440 qemu_input_event_send_key_qcode(src, code, down); in qemu_input_event_send_key_number()
448 qemu_input_event_send_key(src, key, down); in qemu_input_event_send_key_qcode()
468 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down) in qemu_input_queue_btn() argument
[all …]
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_lag.sh101 ip link set dev $h4 down
102 ip link set dev $h1 down
126 ip link set dev $h3 down
127 ip link set dev $h2 down
163 ip link set dev $swp3 down
164 ip link set dev $swp2 down
171 ip link set dev $swp4 down
172 ip link set dev $swp1 down
173 ip link set dev br1 down
206 ip link set dev $netdev down
[all …]
H A Dmirror_gre_lag_lacp.sh76 ip link set dev $vrf_name down
117 ip link set dev $h3 down
118 ip link set dev $h4 down
135 ip link set dev vrf-h3 down
162 ip link set dev $swp4 down
163 ip link set dev $swp3 down
170 ip link set dev $swp1 down
207 ip link set dev $h1 down
H A Drouter_bridge_1d_lag.sh147 ip link set dev $h4 down
148 ip link set dev $h1 down
187 ip link set dev $h3 down
188 ip link set dev $h2 down
245 ip link set dev $swp3 down
246 ip link set dev $swp2 down
254 ip link set dev br2 down
255 ip link set dev br1 down
256 ip link set dev $swp4 down
257 ip link set dev $swp1 down
[all …]
H A Dmirror_gre_bridge_1q_lag.sh78 ip link set dev $vrf_name down
161 ip link set dev br1 down
164 ip link set dev $swp4 down
165 ip link set dev $swp3 down
172 ip link set dev $swp1 down
215 ip link set dev $h1 down
236 ip link set dev $down_dev down
245 ip link set dev $up_dev down
H A Drouter_vid_1.sh51 ip link set dev $h1 down
53 ip link set dev vrf-h1 down
75 ip link set dev $h2 down
77 ip link set dev vrf-h2 down
102 ip link set dev $rp2 down
108 ip link set dev $rp1 down
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dmaxim,max77693.yaml41 Valid values: 3300 - 5500, step by 25 (rounded down)
52 Valid values: 2400 - 3400, step by 33 (rounded down)
76 15625 - 250000, step by 15625 (rounded down)
78 15625 - 500000, step by 15625 (rounded down)
84 15625 - 1000000, step by 15625 (rounded down)
86 15625 - 1250000, step by 15625 (rounded down)
88 15625 - 625000, step by 15625 (rounded down)
92 Valid values: 62500 - 1000000, step by 62500 (rounded down)
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dti,da850-pupd.txt3 These SoCs have a separate controller for setting bias (internal pullup/down).
9 - reg: Base address and length of the memory resource used by the pullup/down
22 bias-disable, bias-pull-up, bias-pull-down.
46 pull-down {
48 bias-pull-down;
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dntc-thermistor.yaml20 pull-up resistor or/and a pull-down resistor and a fixed voltage like this:
40 | | Pull-down resistor | Measured voltage (mv)
49 the cases when either pull-up or pull-down resistance is zero.
52 positive voltage and we get the thermistor on top of a pull-down resistor
53 and we take the measure between the thermistor and the pull-down resistor.
55 Conversely if the pull-down resistance is zero, one end of the thermistor is
59 We can use both pull-up and pull-down resistors at the same time, and then
106 description: Pull-down resistance in ohms. Must always be specified, even
112 a pull-up and/or a pull-down resistor. See the description above for
114 to be connected-ground, which usually means a pull-down resistance of
/openbmc/openbmc/poky/meta/recipes-core/ifupdown/files/
H A Dtweak-ptest-script.patch43 >$dir/down-res-out.$test 2>$dir/down-res-err.$test || exitcode=$?
47 echo "====stderr===="; cat $dir/down-res-err.$test) > $dir/down-res.$test
49 … if diff -ub $dir/up.$test $dir/up-res.$test && diff -ub $dir/down.$test $dir/down-res.$test; then
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dethtool_lanes.sh33 ip link set dev $swp2 down
34 ip link set dev $swp1 down
137 ip link set dev $swp2 down
138 ip link set dev $swp1 down
175 ip link set dev $swp2 down
176 ip link set dev $swp1 down
/openbmc/qemu/replay/
H A Dreplay-input.c36 replay_put_byte(key->down); in replay_save_input_event()
40 replay_put_byte(key->down); in replay_save_input_event()
50 replay_put_byte(btn->down); in replay_save_input_event()
96 evt.u.key.data->down = replay_get_byte(); in replay_read_input_event()
100 evt.u.key.data->down = replay_get_byte(); in replay_read_input_event()
110 evt.u.btn.data->down = replay_get_byte(); in replay_read_input_event()

12345678910>>...65