Home
last modified time | relevance | path

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

/Linux-v6.6/rust/alloc/vec/
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> { impl
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
151 unsafe impl<T: Send, A: Send + Allocator> Send 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
179 struct DropGuard<'r, 'a, T, A: Allocator>(&'r mut Drain<'a, T, A>); in drop()
[all …]
Dmod.rs90 pub use self::drain::Drain;
2129 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A> in drain()
2150 Drain { in drain()
/Linux-v6.6/arch/arm/mm/
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
Dproc-arm925.S129 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
Dproc-arm926.S91 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
Dproc-feroceon.S116 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
/Linux-v6.6/Documentation/userspace-api/media/v4l/
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 section in Memory-to-Memory Stateful Video Encoder Interface
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.
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 section in Memory-to-Memory Stateful Video Decoder Interface
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
Ddev-stateless-decoder.rst414 Drain section in Memory-to-memory Stateless Video Decoder Interface
/Linux-v6.6/arch/arm/mach-omap1/
Dsleep.S146 @ Drain write cache
/Linux-v6.6/Documentation/devicetree/bindings/pinctrl/
Dpinctrl-st.txt8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
/Linux-v6.6/Documentation/driver-api/gpio/
Dintro.rst92 Open Drain and Open Source
Dlegacy.rst376 Emulating Open Drain Signals
/Linux-v6.6/drivers/gpio/
DKconfig1067 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
/Linux-v6.6/drivers/scsi/aic7xxx/
Daic7xxx.seq2274 * a PCI transaction. Drain the fifo.