Home
last modified time | relevance | path

Searched refs:up (Results 76 – 100 of 5165) sorted by relevance

12345678910>>...207

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Drouter_bridge_lag.sh91 ip link set dev $h1 up
92 ip link set dev $h4 up
116 ip link set dev $h2 up
117 ip link set dev $h3 up
145 ip link set dev $swp1 up
146 ip link set dev $swp4 up
147 ip link set dev br1 up
155 ip link set dev $swp2 up
156 ip link set dev $swp3 up
208 ip link set dev $netdev up
[all …]
H A Ddual_vxlan_bridge.sh139 ip link set dev br1 up
146 ip link set dev br2 up
148 ip link set dev $rp1 up
154 ip link set dev vx100 up
160 ip link set dev $swp1 up
166 ip link set dev vx200 up
170 ip link set dev $swp2 up
173 ip link set dev $swp2.20 up
237 ip link set dev $in_if up
242 ip link set dev br3 up
[all …]
H A Dbridge_sticky_fdb.sh16 ip link set dev br0 up
17 ip link set dev $h1 up
18 ip link set dev $swp1 up
19 ip link set dev $h2 up
20 ip link set dev $swp2 up
H A Dmirror_gre_bound.sh102 ip link set dev br1 up
105 ip link set dev $swp1 up
108 ip link set dev $swp2 up
118 ip link set dev ul up
123 ip link set dev vrf-ol up
128 ip link set dev gt4 up
133 ip link set dev gt6 up
H A Drouter_broadcast.sh13 ip link set dev vrf-h1 up
14 ip link set dev $h1 up
38 ip link set dev vrf-h2 up
39 ip link set dev $h2 up
63 ip link set dev vrf-h3 up
64 ip link set dev $h3 up
85 ip link set dev $rp1 up
86 ip link set dev $rp2 up
87 ip link set dev $rp3 up
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dvxlan.sh45 ip link set dev $swp1 up
46 ip link set dev $swp2 up
449 ip link set dev br0 up
452 ip link set dev br1 up
655 ip link set dev br0 up
658 ip link set dev br1 up
793 ip link set dev br0 up
830 ip link set dev br0 up
934 ip link set dev br0 up
1081 ip link set dev br0 up
[all …]
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dntc-thermistor.yaml17 up table and interpolation to get from resistance to temperature.
20 pull-up resistor or/and a pull-down resistor and a fixed voltage like this:
22 + e.g. 5V = pull-up voltage (puv)
26 | | Pull-up resistor
49 the cases when either pull-up or pull-down resistance is zero.
56 connected to ground and we get the thermistor under the pull-up resistor
57 and we take the measure between the pull-up resistor and the thermistor.
59 We can use both pull-up and pull-down resistors at the same time, and then
97 description: Pull-up voltage in micro volts. Must always be specified.
101 description: Pull-up resistance in ohms. Must always be specified, even
[all …]
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dimage-fleecing.out3 --- Setting up images ---
11 --- Setting up Fleecing Graph ---
16 --- Setting up NBD Export ---
72 --- Setting up images ---
80 --- Setting up Fleecing Graph ---
86 --- Setting up NBD Export ---
142 --- Setting up images ---
157 --- Setting up NBD Export ---
214 --- Setting up images ---
229 --- Setting up NBD Export ---
[all …]
/openbmc/linux/drivers/firmware/efi/
H A Druntime-wrappers.c354 up(&efi_runtime_lock); in virt_efi_get_time()
365 up(&efi_runtime_lock); in virt_efi_set_time()
378 up(&efi_runtime_lock); in virt_efi_get_wakeup_time()
389 up(&efi_runtime_lock); in virt_efi_set_wakeup_time()
405 up(&efi_runtime_lock); in virt_efi_get_variable()
418 up(&efi_runtime_lock); in virt_efi_get_next_variable()
434 up(&efi_runtime_lock); in virt_efi_set_variable()
449 up(&efi_runtime_lock); in virt_efi_set_variable_nb()
468 up(&efi_runtime_lock); in virt_efi_query_variable_info()
487 up(&efi_runtime_lock); in virt_efi_query_variable_info_nb()
[all …]
/openbmc/linux/net/caif/
H A Dcaif_dev.c160 caifd->layer.up-> in caif_flow_cb()
161 ctrlcmd(caifd->layer.up, in caif_flow_cb()
229 caifd->layer.up->ctrlcmd(caifd->layer.up, in transmit()
258 if (!caifd || !caifd->layer.up || !caifd->layer.up->receive || in receive()
269 err = caifd->layer.up->receive(caifd->layer.up, pkt); in receive()
295 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd) { in dev_flowctrl()
303 caifd->layer.up->ctrlcmd(caifd->layer.up, in dev_flowctrl()
425 if (!caifd || !caifd->layer.up || !caifd->layer.up->ctrlcmd) { in caif_device_notify()
434 caifd->layer.up->ctrlcmd(caifd->layer.up, in caif_device_notify()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c279 lockdep_assert_held_once(&up->port.lock); in __aspeed_vuart_set_throttle()
281 up->ier &= ~irqs; in __aspeed_vuart_set_throttle()
283 up->ier |= irqs; in __aspeed_vuart_set_throttle()
284 serial_out(up, UART_IER, up->ier); in __aspeed_vuart_set_throttle()
309 struct uart_8250_port *up = vuart->port; in aspeed_vuart_unthrottle_exp() local
317 aspeed_vuart_unthrottle(&up->port); in aspeed_vuart_unthrottle_exp()
353 __aspeed_vuart_set_throttle(up, true); in aspeed_vuart_handle_irq()
363 serial8250_read_char(up, lsr); in aspeed_vuart_handle_irq()
364 lsr = serial_in(up, UART_LSR); in aspeed_vuart_handle_irq()
373 serial8250_modem_status(up); in aspeed_vuart_handle_irq()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh83 ip link set dev $DEV up
94 ip link set dev veth1 up
109 ip link set dev $DEV up
131 ip link set dev $DEV up
142 ip link set dev veth1 up
162 ip link set dev $DEV up
176 ip link set dev $DEV up
185 ip link set dev veth1 up
197 ip link set dev $DEV up
211 ip link set dev $DEV up
[all …]
/openbmc/u-boot/drivers/serial/
H A Dserial_mpc8xx.c84 smc_uart_t __iomem *up; in serial_mpc8xx_probe() local
91 up = (smc_uart_t __iomem *)&cp->cp_dparam[PROFF_SMC]; in serial_mpc8xx_probe()
93 out_be16(&up->smc_rpbase, 0); in serial_mpc8xx_probe()
129 out_be16(&up->smc_rbase, CPM_SERIAL_BASE); in serial_mpc8xx_probe()
130 out_be16(&up->smc_tbase, CPM_SERIAL_BASE + sizeof(cbd_t)); in serial_mpc8xx_probe()
131 out_8(&up->smc_rfcr, SMC_EB); in serial_mpc8xx_probe()
132 out_8(&up->smc_tfcr, SMC_EB); in serial_mpc8xx_probe()
152 out_be16(&up->smc_mrblr, CONFIG_SYS_SMC_RXBUFLEN); in serial_mpc8xx_probe()
153 out_be16(&up->smc_maxidl, CONFIG_SYS_MAXIDLE); in serial_mpc8xx_probe()
/openbmc/linux/tools/testing/selftests/netfilter/
H A Dipip-conntrack-mtu.sh102 ip -net ${r_a} link set $dev up
133 ip -net ${r_b} link set $dev up
145 ip -net ${c_a} link set dev lo up
146 ip -net ${c_a} link set dev veth0 up
151 ip -net ${c_b} link set dev veth0 up
152 ip -net ${c_b} link set dev lo up
159 ip -net ${r_w} link set dev lo up
160 ip -net ${r_w} link set dev veth0 up mtu 1400
161 ip -net ${r_w} link set dev veth1 up mtu 1400
H A Dipvs.sh77 ip netns exec ns0 ip link set veth01 up
78 ip netns exec ns0 ip link set veth02 up
82 ip netns exec ns0 ip link set br0 up
85 ip netns exec ns1 ip link set lo up
86 ip netns exec ns1 ip link set veth10 up
88 ip netns exec ns1 ip link set veth12 up
91 ip netns exec ns2 ip link set lo up
92 ip netns exec ns2 ip link set veth21 up
94 ip netns exec ns2 ip link set veth20 up
175 ip netns exec ns1 ip link set tunl0 up
[all …]
/openbmc/linux/tools/testing/selftests/net/
H A Damt.sh117 ip -netns "${ns}" link set dev lo up
124 ip link set l_gw netns "${LISTENER}" up
125 ip link set gw_l netns "${GATEWAY}" up
126 ip link set gw_relay netns "${GATEWAY}" up
127 ip link set relay_gw netns "${RELAY}" up
128 ip link set relay_src netns "${RELAY}" up
129 ip link set src_relay netns "${SOURCE}" up mtu 1400
142 ip netns exec "${GATEWAY}" ip link set br0 up
144 ip netns exec "${GATEWAY}" ip link set gw_l up
157 ip netns exec "${RELAY}" ip link set amtr up
[all …]
H A Dfib_nexthop_nongw.sh68 ip -n h1 link set lo up
70 ip -n h2 link set lo up
74 ip -n h1 link set eth0 up
79 ip -n h1 link set veth0 up
81 ip -n h2 link set veth1 up
/openbmc/linux/drivers/usb/host/
H A Duhci-debug.c561 struct uhci_debug *up; in uhci_debug_open() local
564 up = kmalloc(sizeof(*up), GFP_KERNEL); in uhci_debug_open()
565 if (!up) in uhci_debug_open()
569 if (!up->data) { in uhci_debug_open()
570 kfree(up); in uhci_debug_open()
574 up->size = 0; in uhci_debug_open()
577 up->size = uhci_sprint_schedule(uhci, up->data, in uhci_debug_open()
581 file->private_data = up; in uhci_debug_open()
596 return simple_read_from_buffer(buf, nbytes, ppos, up->data, up->size); in uhci_debug_read()
603 kfree(up->data); in uhci_debug_release()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dfsl,mxs-pinctrl.txt6 voltage and pull-up.
20 information about pull-up. For this reason, even seemingly boolean values are
26 One is to set up a group of pins for a function, both mux selection and pin
52 since config node is only meant to set up pin configurations.
69 - fsl,pull-up: Integer.
70 0: MXS_PULL_DISABLE - Disable the internal pull-up
71 1: MXS_PULL_ENABLE - Enable the internal pull-up
74 Also, some pins doesn't have a pull up, in that case, setting the fsl,pull-up
102 fsl,pull-up = <MXS_PULL_ENABLE>;
107 fsl,pull-up = <MXS_PULL_DISABLE>;
[all …]
H A Dsamsung,pinctrl-wakeup-interrupt.yaml7 title: Samsung S3C/S5P/Exynos SoC pin controller - wake-up interrupt controller
18 External wake-up interrupts for Samsung S3C/S5P/Exynos SoC pin controller.
19 For S3C24xx, S3C64xx, S5PV210 and Exynos4210 compatible wake-up interrupt
20 controllers, only one pin-controller device node can include external wake-up
21 interrupts child node (in other words, only one External wake-up interrupts
24 external wake-up interrupts child node.
43 Interrupt used by multiplexed external wake-up interrupts.
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-pumpkin.dts199 mediatek,pull-up-adv = <3>;
208 mediatek,pull-up-adv = <3>;
217 mediatek,pull-up-adv = <3>;
226 mediatek,pull-up-adv = <3>;
235 mediatek,pull-up-adv = <3>;
244 mediatek,pull-up-adv = <3>;
253 mediatek,pull-up-adv = <3>;
278 mediatek,pull-up-adv = <01>;
307 mediatek,pull-up-adv = <01>;
325 mediatek,pull-up-adv = <01>;
[all …]
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/fru/vegman-fru-handler/
H A Dbaseboard-fru-handler.sh22 local up=""
24 up=true
27 if [ "${up}" = true ]; then
31 if [ "${up}" = true ]; then
32 ip link set dev "${iface}" up ||:
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/
H A Dbond-break-lacpdu-tx.sh49 ip link set fbond up
64 ip link set veth1-end up
65 ip link set veth2-end up
66 ip link set fab-br0 up
67 ip link set fbond up
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dqcom-mdm9615-wp8548-mangoh-green.dts61 bias-pull-up;
169 * - 11: CARD_DETECT_IOT0 (in pull-up)
170 * - 12: CARD_DETECT_IOT2 (in pull-up)
171 * - 13: CARD_DETECT_IOT1 (in pull-up)
172 * - 14: GPIOEXP_INT3 (in active low / pull-up)
201 * - 2: GPIO_IOT2_RESET (out active low / pull-up)
202 * - 3: GPIO_IOT1_RESET (out active low / pull-up)
203 * - 4: GPIO_IOT0_RESET (out active low / pull-up)
214 * - 15: RS232_Enable (out active high / pull-up)
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqru1000-idp.dts244 bias-pull-up;
249 bias-pull-up;
254 bias-pull-up;
259 bias-pull-up;
264 bias-pull-up;
269 bias-pull-up;
274 bias-pull-up;
279 bias-pull-up;
284 bias-pull-up;
289 bias-pull-up;
[all …]

12345678910>>...207