/linux-6.3-rc2/rust/alloc/vec/ |
A D | drain.rs | 24 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> { impls 73 impl<'a, T, A: Allocator> AsRef<[T]> for Drain<'a, T, A> { implementation 80 unsafe impl<T: Sync, A: Sync + Allocator> Sync for Drain<'_, T, A> {} implementation 85 impl<T, A: Allocator> Iterator for Drain<'_, T, A> { implementation 99 impl<T, A: Allocator> DoubleEndedIterator for Drain<'_, T, A> { implementation 107 impl<T, A: Allocator> Drop for Drain<'_, T, A> { implementation 176 impl<T, A: Allocator> ExactSizeIterator for Drain<'_, T, A> { implementation 183 unsafe impl<T, A: Allocator> TrustedLen for Drain<'_, T, A> {} implementation [all …]
|
A D | mod.rs | 94 pub use self::drain::Drain; 1953 pub fn drain<R>(&mut self, range: R) -> Drain<'_, T, A> in drain() 1976 Drain { in drain()
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | proc-xscale.S | 216 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
|
A D | proc-arm925.S | 129 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
|
A D | proc-arm926.S | 91 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
|
A D | proc-feroceon.S | 112 mcr p15, 0, r0, c7, c10, 4 @ Drain write buffer
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
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)" ]; 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.
|
A D | dev-decoder.rst | 181 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
|
A D | dev-stateless-decoder.rst | 414 Drain section in Memory-to-memory Stateless Video Decoder Interface
|
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | sleep.S | 146 @ Drain write cache
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | cirrus,cs35l41.yaml | 138 2 = Open Drain INTB
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | pinctrl-st.txt | 8 When a pin is in GPIO mode, Output Enable (OE), Open Drain(OD), and
|
/linux-6.3-rc2/Documentation/driver-api/gpio/ |
A D | intro.rst | 92 Open Drain and Open Source
|
A D | legacy.rst | 406 Emulating Open Drain Signals
|
/linux-6.3-rc2/drivers/gpio/ |
A D | Kconfig | 1021 Input (designated by 'I'), Push-Pull Output ('O'), or Open-Drain
|
/linux-6.3-rc2/drivers/scsi/aic7xxx/ |
A D | aic7xxx.seq | 2274 * a PCI transaction. Drain the fifo.
|