Home
last modified time | relevance | path

Searched refs:Drain (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/rust/alloc/vec/
H A Ddrain.rs24 pub struct Drain< struct
39 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Drain<'_, T, A> { implementation
45 impl<'a, T, A: Allocator> Drain<'a, T, A> { implementation
142 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> { implementation
149 unsafe impl<T: Sync, A: Sync + Allocator> Sync for Drain<'_, T, A> {} implementation
154 impl<T, A: Allocator> Iterator for Drain<'_, T, A> { implementation
168 impl<T, A: Allocator> DoubleEndedIterator for Drain<'_, T, A> { implementation
176 impl<T, A: Allocator> Drop for Drain<'_, T, A> { implementation
245 impl<T, A: Allocator> ExactSizeIterator for Drain<'_, T, A> { implementation
252 unsafe impl<T, A: Allocator> TrustedLen for Drain<'_, T, A> {} implementation
[all …]
H A Dmod.rs90 pub use self::drain::Drain;
2130 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A> in drain()
2151 Drain { in drain()
/openbmc/linux/arch/arm/mm/
H A Dproc-xscale.S216 mcrne p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
245 mcrne p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
269 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
291 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
312 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
336 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
353 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
371 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
474 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
562 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
H A Dproc-arm926.S91 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
H A Dproc-arm925.S129 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
H A Dproc-feroceon.S116 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-encoder.rst61 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)" ];
548 configuration change to be allowed. To do this, it may follow the `Drain`
556 Drain chapter
583 not streaming, but at the same time it will not initiate the `Drain`
683 1. Perform the `Drain` sequence to ensure all the in-flight encoding finishes
695 `V4L2_ENC_CMD_STOP` of the `Drain` sequence.
H A Ddev-decoder.rst181 node [shape = circle, label="Drain"] Drain;
193 Decoding -> Drain [ label = "V4L2_DEC_CMD_STOP" ];
202 EoS -> Drain [ label = "Implicit\ndrain" ];
204 Drain -> Stopped [ label = "All CAPTURE\nbuffers dequeued\nor\nVIDIOC_STREAMOFF(CAPTURE)" ];
205 Drain -> Seek [ label = "VIDIOC_STREAMOFF(OUTPUT)" ];
953 ``V4L2_BUF_FLAG_LAST`` flag, similarly to the `Drain` sequence above.
975 explicit `Drain` sequence. The decoder is stopped after it completes.
996 Drain chapter
1023 not streaming, but at the same time it will not initiate the `Drain`
1095 will initiate the `Drain` sequence, which the client must handle as described
H A Ddev-stateless-decoder.rst414 Drain chapter
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dcirrus,cs35l45.yaml82 1 = Open Drain
H A Dcirrus,cs35l41.yaml146 2 = Open Drain INTB
/openbmc/linux/arch/arm/mach-omap1/
H A Dsleep.S146 @ Drain write cache
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/openbmc/linux/Documentation/driver-api/gpio/
H A Dintro.rst92 Open Drain and Open Source
H A Dlegacy.rst376 Emulating Open Drain Signals
/openbmc/linux/drivers/gpio/
H A DKconfig1075 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic7xxx.seq2274 * a PCI transaction. Drain the fifo.