| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-pisp-fe.rst | 10 Raspberry Pi PiSP Front End configuration format 13 The Raspberry Pi PiSP Front End image signal processor is configured by 20 provide detailed description of the Front End configuration and programming 29 Raspberry Pi PiSP Front End statistics format 32 The Raspberry Pi PiSP Front End image signal processor provides statistics data 39 provide detailed description of the Front End configuration and programming
|
| H A D | metafmt-pisp-be.rst | 10 Raspberry Pi PiSP Back End configuration format 13 The Raspberry Pi PiSP Back End memory-to-memory image signal processor is 18 The PiSP Back End processes images in tiles, and its configuration requires 49 Raspberry Pi PiSP Back End uAPI data types 53 PiSP Back End. The section is informative only, for a detailed description of
|
| /linux/rust/syn/ |
| H A D | lookahead.rs | 296 pub struct End; struct 298 impl Copy for End {} implementation 300 impl Clone for End { implementation 306 impl Peek for End { implementation 310 impl CustomToken for End { implementation 334 impl Sealed for End {} implementation
|
| H A D | buffer.rs | 28 End(isize, isize), enumerator 49 entries.push(Entry::End(0, 0)); // we replace this below in recursive_new() 53 entries.push(Entry::End( in recursive_new() 76 entries.push(Entry::End(-(entries.len() as isize), 0)); in new2() 121 static EMPTY_ENTRY: UnsafeSyncEntry = UnsafeSyncEntry(Entry::End(0, 0)); in empty() 138 while let Entry::End(..) = unsafe { &*ptr } { in create() 312 Entry::End(..) => return None, in token_tree() 327 Entry::End(_, offset) => { in span() 356 Entry::End(..) => return None, in skip() 375 Entry::End(_, offset) => match unsafe { &*self.scope.offset(*offset) } { in scope_delimiter() [all …]
|
| H A D | punctuated.rs | 210 self.last.take().map(|t| Pair::End(*t)) in pop() 510 Pair::End(a) => { in do_extend() 574 .or_else(|| self.last.next().map(Pair::End)) in next() 586 .map(Pair::End) in next_back() 624 .or_else(|| self.last.next().map(Pair::End)) in next() 636 .map(Pair::End) in next_back() 664 .or_else(|| self.last.next().map(Pair::End)) in next() 676 .map(Pair::End) in next_back() 955 End(T), enumerator 963 Pair::Punctuated(t, _) | Pair::End(t) => t, in into_value() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | raspberrypi-pisp-be.rst | 4 Raspberry Pi PiSP Back End Memory-to-Memory ISP (pisp-be) 7 The PiSP Back End 10 The PiSP Back End is a memory-to-memory Image Signal Processor (ISP) which reads 18 The PiSP Back End ISP processes images in tiles. The handling of image 25 in DRAM memory and processing them in the PiSP Back End to obtain images usable 32 The Raspberry Pi PiSP Back End (pisp-be) driver is located under
|
| /linux/arch/mips/boot/compressed/ |
| H A D | ld.script | 22 /* End of text section */ 42 /* End of data section */
|
| /linux/Documentation/firmware-guide/acpi/ |
| H A D | method-tracing.rst | 89 …[ 0.187214] exdebug-0398 ex_trace_point : Opcode End [0xf5905a20:-NamePath-] execution. 91 [ 0.187594] exdebug-0398 ex_trace_point : Opcode End [0xf5905f60:One] execution. 92 [ 0.187789] exdebug-0398 ex_trace_point : Opcode End [0xf5905cc0:LEqual] execution. 95 [ 0.188334] exdebug-0398 ex_trace_point : Opcode End [0xf5905f60:One] execution. 96 [ 0.188524] exdebug-0398 ex_trace_point : Opcode End [0xf5905cc0:Return] execution. 97 [ 0.188712] exdebug-0398 ex_trace_point : Opcode End [0xf5905c88:If] execution. 98 …[ 0.188903] exdebug-0398 ex_trace_point : Method End [0xf58394d8:\_SB.PCI0.LPCB.ECOK] …
|
| /linux/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 28 _etext = .; /* End of text section */ 33 /* End of data goes *here* so that freeing init code works properly. */
|
| H A D | vmlinux-std.lds | 27 _etext = .; /* End of text section */ 39 _edata = .; /* End of data section */
|
| /linux/Documentation/arch/riscv/ |
| H A D | vm-layout.rst | 36 Start addr | Offset | End addr | Size | VM area description 73 Start addr | Offset | End addr | Size | VM area description 109 Start addr | Offset | End addr | Size | VM area description
|
| /linux/arch/sparc/lib/ |
| H A D | udivdi3.S | 43 ! End of inline udiv_qrnnd 81 ! End of inline udiv_qrnnd 107 ! End of inline udiv_qrnnd 186 ! End of inline udiv_qrnnd
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_lwt_seg6local.sh | |
| /linux/tools/testing/selftests/net/ |
| H A D | srv6_end_x_next_csid_l3vpn_test.sh | 613 encap seg6local action End.X nh6 "${net_prefix}::${adj}" \ 634 encap seg6local action End.X nh6 "${nh6_ll_addr}" \ 775 encap seg6local action End.DT46 vrftable "${VRF_TID}" \ 1088 encap seg6local action End.X nh6 :: \
|
| H A D | srv6_end_next_csid_l3vpn_test.sh | 592 encap seg6local action End flavors next-csid \ 688 encap seg6local action End.DT46 vrftable "${VRF_TID}" \ 973 encap seg6local action End flavors next-csid ${layout} \
|
| H A D | srv6_end_flavors_test.sh | 7 # This script is designed to test the support for "flavors" in the SRv6 End 11 # or extend the existing SRv6 End, End.X and End.T behaviors. For the sake of 17 # The End, End.X, and End.T behaviors can support these flavors either 19 # Currently in this selftest we consider only the PSP flavor for the SRv6 End 26 # A PSP enabled SRv6 End behavior instance processes the SRH by: 36 # Although the PSP flavor can be set for any SRv6 End behavio [all...] |
| H A D | srv6_hl2encap_red_l2vpn_test.sh | 343 encap seg6local action End dev "${DUMMY_DEVNAME}" 419 encap seg6local action End.DX2 oif "${RT2HS_DEVNAME}" \
|
| H A D | srv6_hencap_red_l3vpn_test.sh | 388 encap seg6local action End dev "${VRF_DEVNAME}" 394 encap seg6local action End.DT46 vrftable "${VRF_TID}" \
|
| /linux/drivers/media/platform/ti/am437x/ |
| H A D | Kconfig | 12 Support for AM437x Video Processing Front End based Video
|
| /linux/drivers/iio/afe/ |
| H A D | Kconfig | 3 # Analog Front End drivers
|
| /linux/Documentation/devicetree/bindings/net/can/ |
| H A D | ti_hecc.txt | 1 Texas Instruments High End CAN Controller (HECC)
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | ti-am437x-vpfe.txt | 4 The Video Processing Front End (VPFE) is a key component for image capture
|
| /linux/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-g12b-s922x-khadas-vim3.dts | 28 * The End User is not expected to uncomment the following except for
|
| H A D | meson-g12b-a311d-khadas-vim3.dts | 28 * The End User is not expected to uncomment the following except for
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | pxa_camera.rst | 59 | | capture list / running | DMA Irq End | not | 93 transfer is not started. On "End Of Frame" interrupt, the irq handler
|