Home
last modified time | relevance | path

Searched refs:down (Results 26 – 50 of 1602) sorted by relevance

12345678910>>...65

/openbmc/u-boot/doc/
H A DREADME.t1040-l2switch53 0 enabled down 10 half
54 1 enabled down 10 half
55 2 enabled down 10 half
57 4 disabled down - half
58 5 disabled down - half
59 6 disabled down - half
60 7 disabled down - half
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dvctrl.txt19 circuitry which shuts down the regulator when the
25 avoid this situation the vctrl driver breaks down
28 - min-slew-down-rate : Describes how slowly the regulator voltage will decay
29 down in the worst case (lightest expected load).
47 min-slew-down-rate = <225>;
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-f2xm1.c6 long double arg, down, up; member
1132 if (!check_equal(ld_res, tests[i].down) && in main()
1135 tests[i].arg, tests[i].down, tests[i].up, ld_res); in main()
H A Dtest-i386-fyl2xp1.c6 long double arg0, arg1, down, up; member
1147 if (!check_equal(ld_res, tests[i].down) && in main()
1150 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fpatan.c6 long double arg0, arg1, down, up; member
1062 if (!check_equal(ld_res, tests[i].down) && in main()
1065 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
H A Dtest-i386-fyl2x.c6 long double arg0, arg1, down, up; member
1152 if (!check_equal(ld_res, tests[i].down) && in main()
1155 tests[i].arg0, tests[i].arg1, tests[i].down, tests[i].up, in main()
/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_sticky_fdb.sh25 ip link set dev $swp2 down
26 ip link set dev $h2 down
27 ip link set dev $swp1 down
28 ip link set dev $h1 down
H A Dethtool_extended_state.sh59 ip link set dev $swp1 down
91 ip link set dev $swp2 down
92 ip link set dev $swp1 down
108 ip link set dev $swp3 down
H A Dbridge_mdb_port_down.sh19 ip link set dev $swp2 down
28 ip link set dev $swp2 down
83 ip link set dev $swp1 down
84 ip link set dev $swp2 down
/openbmc/linux/tools/testing/radix-tree/
H A Dmain.c15 void __gang_check(unsigned long middle, long down, long up, int chunk, int hop) in __gang_check() argument
22 for (idx = -down; idx < up; idx++) in __gang_check()
25 item_check_absent(&tree, middle - down - 1); in __gang_check()
26 for (idx = -down; idx < up; idx++) in __gang_check()
31 item_gang_check_present(&tree, middle - down, up + down, in __gang_check()
33 item_full_scan(&tree, middle - down, down + up, chunk); in __gang_check()
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt8186-pinctrl.yaml64 Identifying i2c pins pull up/down type which is RSEL. It can support RSEL
112 bias-pull-down:
116 description: mt8186 pull down PUPD/R0/R1 type define value.
118 description: mt8186 pull down RSEL type define value.
120 description: mt8186 pull down RSEL type si unit value(ohm).
122 For pull down type is normal, it don't need add RSEL & R1R0 define
124 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
128 For pull down type is RSEL, it can add RSEL define & resistance
140 bias-pull-down = <MTK_PULL_SET_RSEL_001>;
152 bias-pull-down = <75000>;
[all …]
H A Dmediatek,mt8195-pinctrl.yaml57 Identifying i2c pins pull up/down type which is RSEL. It can support RSEL
105 bias-pull-down:
109 description: mt8195 pull down PUPD/R0/R1 type define value.
111 description: mt8195 pull down RSEL type define value.
113 description: mt8195 pull down RSEL type si unit value(ohm).
115 For pull down type is normal, it don't need add RSEL & R1R0 define
117 For pull down type is PUPD/R0/R1 type, it can add R1R0 define to
121 For pull down type is RSEL, it can add RSEL define & resistance
136 bias-pull-down = <MTK_PULL_SET_RSEL_001>;
148 bias-pull-down = <75000>;
[all …]
/openbmc/qemu/include/ui/
H A Dinput.h45 void qemu_input_event_send_key(QemuConsole *src, KeyValue *key, bool down);
46 void qemu_input_event_send_key_number(QemuConsole *src, int num, bool down);
47 void qemu_input_event_send_key_qcode(QemuConsole *src, QKeyCode q, bool down);
52 int qemu_input_key_value_to_scancode(const KeyValue *value, bool down,
56 void qemu_input_queue_btn(QemuConsole *src, InputButton btn, bool down);
/openbmc/linux/drivers/macintosh/
H A 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()
H A 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()
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()
571 if (down) in adbhid_buttons_input()
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-flakey.rst10 <up interval> seconds, then exhibits unreliable behaviour for <down
22 <dev path> <offset> <up interval> <down interval> \
34 <down interval>:
55 During <down interval>, replace <Nth_byte> of the data of
71 During <down interval>, replace random byte in a read bio
76 During <down interval>, replace random byte in a write bio
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts130 * - 10: UART_EXP1_ENn (out active low / pull-down)
131 * - 11: UART_EXP1_IN (out pull-down)
132 * - 12: UART_EXP2_IN (out pull-down)
133 * - 13: SDIO_SEL (out pull-down)
134 * - 14: SPI_EXP1_ENn (out active low / pull-down)
135 * - 15: SPI_EXP1_IN (out pull-down)
207 * - 8: UART_EXP2_ENn (out active low / pull-down)
H A Dqcom-apq8064-ifc6410.dts214 bias-pull-down;
238 bias-pull-down;
244 bias-pull-down;
250 bias-pull-down;
256 bias-pull-down;
262 bias-pull-down;
266 bias-pull-down;
270 bias-pull-down;
H A Dqcom-apq8064-cm-qs600.dts103 bias-pull-down;
127 bias-pull-down;
133 bias-pull-down;
139 bias-pull-down;
145 bias-pull-down;
149 bias-pull-down;
/openbmc/linux/arch/mips/cavium-octeon/
H A Dflash_setup.c35 down(&octeon_bootbus_sem); in octeon_flash_map_read()
45 down(&octeon_bootbus_sem); in octeon_flash_map_write()
53 down(&octeon_bootbus_sem); in octeon_flash_map_copy_from()
61 down(&octeon_bootbus_sem); in octeon_flash_map_copy_to()
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt7986a-rfb.dts126 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
130 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
155 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
159 bias-pull-down = <MTK_PUPD_SET_R1R0_10>; /* pull-down 50K */
/openbmc/linux/drivers/input/mouse/
H A Dgpio_mouse.c34 struct gpio_desc *down; member
62 y = gpiod_get_value(gpio->down) - gpiod_get_value(gpio->up); in gpio_mouse_scan()
91 gmouse->down = devm_gpiod_get(dev, "down", GPIOD_IN); in gpio_mouse_probe()
92 if (IS_ERR(gmouse->down)) in gpio_mouse_probe()
93 return PTR_ERR(gmouse->down); in gpio_mouse_probe()
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Dlag_lib.sh62 ip link set dev "$name" down
90 local state=${1:-down}
145 ip netns exec ${CLIENT} ip link set eth0 down
146 ip netns exec ${CLIENT} ip link set eth1 down
166 ip netns exec ${SWITCH} ip link set eth0 down
169 ip netns exec ${SWITCH} ip link set eth1 down
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dlag_lib.sh62 ip link set dev "$name" down
90 local state=${1:-down}
145 ip netns exec ${CLIENT} ip link set eth0 down
146 ip netns exec ${CLIENT} ip link set eth1 down
166 ip netns exec ${SWITCH} ip link set eth0 down
169 ip netns exec ${SWITCH} ip link set eth1 down
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dnvidia,tegra20-sdhci.yaml112 nvidia,pad-autocal-pull-down-offset-1v8:
117 nvidia,pad-autocal-pull-down-offset-1v8-timeout:
122 nvidia,pad-autocal-pull-down-offset-3v3:
127 nvidia,pad-autocal-pull-down-offset-3v3-timeout:
132 nvidia,pad-autocal-pull-down-offset-sdr104:
136 nvidia,pad-autocal-pull-down-offset-hs400:
233 description: pull-up/down configuration for 3.3 V
235 description: pull-up/down configuration for 1.8 V
238 description: pull-up/down configuration for 3.3 V
303 nvidia,pad-autocal-pull-down-offset-3v3 = <0x7d>;
[all …]

12345678910>>...65