/openbmc/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra210-p2595.dtsi | 20 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 29 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 38 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 47 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 56 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 64 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 72 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 80 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 88 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 96 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
H A D | tegra210-p2571.dts | 21 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 30 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 39 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 48 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 57 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 65 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 73 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 81 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 89 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 97 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
H A D | tegra210-p2597.dtsi | 54 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 63 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 72 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 81 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 90 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 98 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 106 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 113 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 120 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 127 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
H A D | tegra210-p2894.dtsi | 36 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 45 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 54 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 63 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 72 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 80 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 88 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 96 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 104 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 112 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
H A D | tegra210-smaug.dts | 55 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 64 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 73 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 82 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 91 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 100 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 108 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 116 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 124 nvidia,open-drain = <TEGRA_PIN_DISABLE>; 132 nvidia,open-drain = <TEGRA_PIN_DISABLE>; [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | drain.rs | 14 /// This `struct` is created by [`Vec::drain`]. 21 /// let iter: std::vec::Drain<'_, _> = v.drain(..); 23 #[stable(feature = "drain", since = "1.6.0")] 24 pub struct Drain< struct 39 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Drain<'_, T, A> { argument 41 f.debug_tuple("Drain").field(&self.iter.as_slice()).finish() in fmt() 45 impl<'a, T, A: Allocator> Drain<'a, T, A> { impl 52 /// let mut drain = vec.drain(..); 53 /// assert_eq!(drain.as_slice(), &['a', 'b', 'c']); 54 /// let _ = drain.next().unwrap(); [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-gpio.yaml | 23 active high using open drain with (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN) 25 open drain. 31 active high using open drain with (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN) 33 open drain. 56 i2c-gpio,sda-open-drain: 60 the GPIO line used for SDA into open drain mode, and that something is 63 i2c-gpio,scl-open-drain: 67 GPIO line used for SCL into open drain mode, and that something is not 73 Therefore disable open-drain. This property is mutually-exclusive 74 with i2c-gpio,sda-open-drain. [all …]
|
/openbmc/linux/sound/soc/au1x/ |
H A D | psc-ac97.c | 79 wmb(); /* drain writebuffer */ in au1xpsc_ac97_read() 87 wmb(); /* drain writebuffer */ in au1xpsc_ac97_read() 99 wmb(); /* drain writebuffer */ in au1xpsc_ac97_read() 119 wmb(); /* drain writebuffer */ in au1xpsc_ac97_write() 127 wmb(); /* drain writebuffer */ in au1xpsc_ac97_write() 137 wmb(); /* drain writebuffer */ in au1xpsc_ac97_write() 149 wmb(); /* drain writebuffer */ in au1xpsc_ac97_warm_reset() 152 wmb(); /* drain writebuffer */ in au1xpsc_ac97_warm_reset() 162 wmb(); /* drain writebuffer */ in au1xpsc_ac97_cold_reset() 164 wmb(); /* drain writebuffer */ in au1xpsc_ac97_cold_reset() [all …]
|
H A D | psc-i2s.c | 150 wmb(); /* drain writebuffer */ in au1xpsc_i2s_configure() 160 wmb(); /* drain writebuffer */ in au1xpsc_i2s_configure() 162 wmb(); /* drain writebuffer */ in au1xpsc_i2s_configure() 175 wmb(); /* drain writebuffer */ in au1xpsc_i2s_configure() 195 wmb(); /* drain writebuffer */ in au1xpsc_i2s_start() 197 wmb(); /* drain writebuffer */ in au1xpsc_i2s_start() 206 wmb(); /* drain writebuffer */ in au1xpsc_i2s_start() 218 wmb(); /* drain writebuffer */ in au1xpsc_i2s_stop() 229 wmb(); /* drain writebuffer */ in au1xpsc_i2s_stop() 231 wmb(); /* drain writebuffer */ in au1xpsc_i2s_stop() [all …]
|
/openbmc/linux/arch/arm/boot/dts/nuvoton/ |
H A D | nuvoton-npcm730-gsj-gpio.dtsi | 84 drive-open-drain; 114 drive-open-drain; 129 drive-open-drain; 134 drive-open-drain; 139 drive-open-drain; 144 drive-open-drain; 149 drive-open-drain; 154 drive-open-drain; 159 drive-open-drain; 164 drive-open-drain; [all …]
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-arm1020.S | 86 mcr p15, 0, ip, c7, c10, 4 @ drain WB 141 mcr p15, 0, ip, c7, c10, 4 @ drain WB 145 mcr p15, 0, ip, c7, c10, 4 @ drain WB 155 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 177 mcr p15, 0, ip, c7, c10, 4 @ drain WB 186 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 219 mcr p15, 0, ip, c7, c10, 4 @ drain WB 227 mcr p15, 0, ip, c7, c10, 4 @ drain WB 245 mcr p15, 0, ip, c7, c10, 4 @ drain WB 250 mcr p15, 0, ip, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-mohawk.S | 63 mcr p15, 0, ip, c7, c10, 4 @ drain WB 81 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer 117 mcrne p15, 0, ip, c7, c10, 0 @ drain write buffer 147 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 182 mcr p15, 0, r0, c7, c10, 4 @ drain WB 203 mcr p15, 0, r0, c7, c10, 4 @ drain WB 229 mcr p15, 0, r0, c7, c10, 4 @ drain WB 248 mcr p15, 0, r0, c7, c10, 4 @ drain WB 266 mcr p15, 0, r0, c7, c10, 4 @ drain WB 304 mcr p15, 0, r0, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-feroceon.S | 73 mcr p15, 0, r0, c7, c10, 4 @ drain WB 96 mcr p15, 0, ip, c7, c10, 4 @ drain WB 116 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer 162 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 191 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 225 mcr p15, 0, r0, c7, c10, 4 @ drain WB 247 mcr p15, 0, r0, c7, c10, 4 @ drain WB 261 mcr p15, 0, r0, c7, c10, 4 @ drain WB 288 mcr p15, 0, r0, c7, c10, 4 @ drain WB 324 mcr p15, 0, r0, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-arm925.S | 110 mcr p15, 0, ip, c7, c10, 4 @ drain WB 129 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer 176 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 213 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 246 mcr p15, 0, r0, c7, c10, 4 @ drain WB 267 mcr p15, 0, r0, c7, c10, 4 @ drain WB 295 mcr p15, 0, r0, c7, c10, 4 @ drain WB 316 mcr p15, 0, r0, c7, c10, 4 @ drain WB 338 mcr p15, 0, r0, c7, c10, 4 @ drain WB 378 mcr p15, 0, r0, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-arm926.S | 70 mcr p15, 0, ip, c7, c10, 4 @ drain WB 91 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer 139 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 176 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 209 mcr p15, 0, r0, c7, c10, 4 @ drain WB 230 mcr p15, 0, r0, c7, c10, 4 @ drain WB 258 mcr p15, 0, r0, c7, c10, 4 @ drain WB 279 mcr p15, 0, r0, c7, c10, 4 @ drain WB 301 mcr p15, 0, r0, c7, c10, 4 @ drain WB 341 mcr p15, 0, r0, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-arm922.S | 80 mcr p15, 0, ip, c7, c10, 4 @ drain WB 141 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 167 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 200 mcr p15, 0, r0, c7, c10, 4 @ drain WB 221 mcr p15, 0, r0, c7, c10, 4 @ drain WB 247 mcr p15, 0, r0, c7, c10, 4 @ drain WB 266 mcr p15, 0, r0, c7, c10, 4 @ drain WB 283 mcr p15, 0, r0, c7, c10, 4 @ drain WB 356 mcr p15, 0, ip, c7, c10, 4 @ drain WB 373 mcr p15, 0, r0, c7, c10, 4 @ drain WB [all …]
|
H A D | proc-arm1020e.S | 86 mcr p15, 0, ip, c7, c10, 4 @ drain WB 141 mcr p15, 0, ip, c7, c10, 4 @ drain WB 154 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 183 mcrne p15, 0, ip, c7, c10, 4 @ drain WB 221 mcr p15, 0, ip, c7, c10, 4 @ drain WB 243 mcr p15, 0, ip, c7, c10, 4 @ drain WB 272 mcr p15, 0, ip, c7, c10, 4 @ drain WB 294 mcr p15, 0, ip, c7, c10, 4 @ drain WB 314 mcr p15, 0, ip, c7, c10, 4 @ drain WB 390 mcr p15, 0, r1, c7, c10, 4 @ drain WB [all …]
|
/openbmc/linux/drivers/spi/ |
H A D | spi-au1550.c | 130 wmb(); /* drain writebuffer */ in au1550_spi_mask_ack_all() 136 wmb(); /* drain writebuffer */ in au1550_spi_mask_ack_all() 144 wmb(); /* drain writebuffer */ in au1550_spi_reset_fifos() 147 wmb(); /* drain writebuffer */ in au1550_spi_reset_fifos() 177 wmb(); /* drain writebuffer */ in au1550_spi_chipsel() 179 wmb(); /* drain writebuffer */ in au1550_spi_chipsel() 207 wmb(); /* drain writebuffer */ in au1550_spi_chipsel() 210 wmb(); /* drain writebuffer */ in au1550_spi_chipsel() 240 wmb(); /* drain writebuffer */ in au1550_spi_setupxfer() 242 wmb(); /* drain writebuffer */ in au1550_spi_setupxfer() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-bdrv-drain.c | 84 /* We want this request to stay until the polling loop in drain waits for in bdrv_test_co_preadv() 520 * thread, @drain_thread = 1 means that they are called from iothread 1. Drain 587 * but the drain in this thread can continue immediately after in test_iothread_common() 675 * emulate some actual activity (probably some I/O) here so that drain in test_job_run() 1026 * Test what happens when some BDS has some children, you drain one of 1054 * it will stall until a drain occurs */ in do_test_delete_by_drain() 1094 /* Drain the child while the read operation is still pending. in do_test_delete_by_drain() 1097 * and the coroutine will exit while this drain operation is still in do_test_delete_by_drain() 1206 * will indirectly drain the write request, too. 1213 * BDRV_POLL_WHILE() at the end of the drain, this should work fine. [all …]
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | intro.rst | 51 other value (notably, "open drain" signaling). 92 Open Drain and Open Source 94 Sometimes shared signals need to use "open drain" (where only the low signal 101 One common example of an open drain signal is a shared active-low IRQ line. 102 Also, bidirectional data bus signals sometimes use open drain signals. 104 Some GPIO controllers directly support open drain and open source outputs; many 105 don't. When you need open drain signaling but your hardware doesn't directly 116 high signal and configuring the GPIO as input for low. This open drain/open
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | dev-encoder.rst | 61 node [shape = circle, label="Drain"] Drain; 69 Encoding -> Drain [ label = "V4L2_ENC_CMD_STOP" ]; 74 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(OUTPUT)" ]; 75 Drain -> Reset [ label = "VIDIOC_STREAMOFF(CAPTURE)" ]; 479 buffers queued to ``OUTPUT`` (e.g. during drain or ``EOS``), because of the 548 configuration change to be allowed. To do this, it may follow the `Drain` 556 Drain chapter 561 drain sequence described below. After the drain sequence ends, the client has 565 1. Begin the drain sequence by issuing :c:func:`VIDIOC_ENCODER_CMD`. 583 not streaming, but at the same time it will not initiate the `Drain` [all …]
|
/openbmc/linux/drivers/w1/masters/ |
H A D | w1-gpio.c | 30 * This will OVERRIDE open drain emulation and force-pull in w1_gpio_set_pullup() 37 * open drain emulation in the GPIO library. in w1_gpio_set_pullup() 75 /* Enforce open drain mode by default */ in w1_gpio_probe() 86 * already set the line into open drain mode, so we should just in w1_gpio_probe() 88 * open drain will happen transparently. in w1_gpio_probe() 90 if (of_property_present(np, "linux,open-drain")) in w1_gpio_probe() 127 * If we are using open drain emulation from the GPIO library, in w1_gpio_probe()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | i2c-gpio.h | 15 * @sda_is_open_drain: SDA is configured as open drain, i.e. the pin 22 * Therefore disable open-drain. 23 * @scl_is_open_drain: SCL is set up as open drain. Same requirements 27 * Therefore disable open-drain.
|
/openbmc/linux/Documentation/devicetree/bindings/serio/ |
H A D | ps2-gpio.yaml | 19 active high using open drain with (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN) 20 from <dt-bindings/gpio/gpio.h> since the signal is open drain by 27 active high using open drain with (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN) 28 from <dt-bindings/gpio/gpio.h> since the signal is open drain by
|
/openbmc/qemu/python/qemu/machine/ |
H A D | console_socket.py | 5 which can drain a socket and optionally dump the bytes to file. 31 :param drain: Optionally, drains the socket and places the bytes 38 drain: bool = False): 59 if drain: 81 """Kick off a thread to drain the socket.""" 83 # This allows our drain thread to not block
|