Home
last modified time | relevance | path

Searched refs:Buffer (Results 1 – 25 of 106) sorted by relevance

12345

/Linux-v5.4/drivers/video/fbdev/via/
Dvt1636.c111 u8 Buffer[2]; in viafb_lvds_identify_vt1636() local
121 0x00, &Buffer[0])) in viafb_lvds_identify_vt1636()
123 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x01, &Buffer[1]); in viafb_lvds_identify_vt1636()
125 if (!((Buffer[0] == 0x06) && (Buffer[1] == 0x11))) in viafb_lvds_identify_vt1636()
129 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x02, &Buffer[0]); in viafb_lvds_identify_vt1636()
130 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x03, &Buffer[1]); in viafb_lvds_identify_vt1636()
131 if ((Buffer[0] == 0x45) && (Buffer[1] == 0x33)) { in viafb_lvds_identify_vt1636()
/Linux-v5.4/arch/mips/fw/arc/
Dfile.c16 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, in ArcGetDirectoryEntry() argument
19 return ARC_CALL4(get_vdirent, FileID, Buffer, N, Count); in ArcGetDirectoryEntry()
35 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
37 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
47 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
49 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
Dtree.c43 ArcGetConfigurationData(VOID *Buffer, pcomponent *Current) in ArcGetConfigurationData() argument
45 return ARC_CALL2(component_data, Buffer, Current); in ArcGetConfigurationData()
/Linux-v5.4/Documentation/driver-api/
Dframe-buffer.rst1 Frame Buffer Library
31 Frame Buffer Memory
37 Frame Buffer Colormap
43 Frame Buffer Video Mode Database
52 Frame Buffer Macintosh Video Mode Database
58 Frame Buffer Fonts
Ddma-buf.rst1 Buffer Sharing and Synchronization
86 discussion below on `CPU Access to DMA Buffer Objects`_ for the full details.
97 CPU Access to DMA Buffer Objects
/Linux-v5.4/fs/cifs/
Dsmb2pdu.h355 __u8 Buffer[1]; /* variable length GSS security buffer */ member
372 __u8 Buffer[1]; /* variable length GSS security buffer */ member
385 __u8 Buffer[1]; /* variable length GSS security buffer */ member
411 __u8 Buffer[1]; /* variable length */ member
691 __u8 Buffer[0]; member
719 __u8 Buffer[1]; member
729 __u8 Buffer[0]; member
1007 __u8 Buffer[126]; member
1059 __u8 Buffer[0]; member
1147 __u8 Buffer[1]; member
[all …]
/Linux-v5.4/tools/perf/util/c++/
Dclang-test.cpp59 auto Buffer = perf::getBPFObjectFromModule(&*M); in test__clang_to_obj() local
60 if (!Buffer) in test__clang_to_obj()
Dclang.cpp145 std::unique_ptr<SmallVectorImpl<char>> Buffer(new SmallVector<char, 0>()); in getBPFObjectFromModule() local
146 raw_svector_ostream ostream(*Buffer); in getBPFObjectFromModule()
163 return Buffer; in getBPFObjectFromModule()
/Linux-v5.4/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
/Linux-v5.4/Documentation/gpu/
Damdgpu.rst28 Buffer Objects
37 PRIME Buffer Sharing
41 :doc: PRIME Buffer Sharing
/Linux-v5.4/Documentation/driver-api/dmaengine/
Dpxa_dma.rst75 Buffer 1 Buffer 2
86 Buffer 1 Buffer 2 Buffer 3
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/
Dbman.txt1 QorIQ DPAA Buffer Manager Device Tree Bindings
13 The Buffer Manager is part of the Data-Path Acceleration Architecture (DPAA).
68 for BMan Free Buffer Proxy Records (FBPR). This memory is reserved/allocated as
Dbman-portals.txt1 QorIQ DPAA Buffer Manager Portals Device Tree Binding
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa/
DKconfig10 Depends on Freescale Buffer Manager and Queue Manager
/Linux-v5.4/Documentation/media/uapi/v4l/
Dbuffer.rst123 Buffer reallocation is an expensive operation. To avoid that cost, drivers can
432 - Buffer of a single-planar video capture stream, see
436 - Buffer of a multi-planar video capture stream, see
440 - Buffer of a single-planar video output stream, see
444 - Buffer of a multi-planar video output stream, see :ref:`output`.
447 - Buffer for video overlay, see :ref:`overlay`.
450 - Buffer of a raw VBI capture stream, see :ref:`raw-vbi`.
453 - Buffer of a raw VBI output stream, see :ref:`raw-vbi`.
456 - Buffer of a sliced VBI capture stream, see :ref:`sliced`.
459 - Buffer of a sliced VBI output stream, see :ref:`sliced`.
[all …]
/Linux-v5.4/Documentation/fb/
Dindex.rst4 Frame Buffer
/Linux-v5.4/Documentation/devicetree/bindings/net/can/
Dm_can.txt20 RAM and each element(e.g Rx FIFO or Tx Buffer and etc)
32 elements are used for each FIFO/Buffer.
/Linux-v5.4/Documentation/x86/
Dmds.rst12 - Microarchitectural Store Buffer Data Sampling (MSBDS) (CVE-2018-12126)
13 - Microarchitectural Fill Buffer Data Sampling (MFBDS) (CVE-2018-12130)
17 MSBDS leaks Store Buffer Entries which can be speculatively forwarded to a
25 MFBDS leaks Fill Buffer Entries. Fill buffers are used internally to manage
167 protected against cross Hyper-Thread attacks because the Fill Buffer and
/Linux-v5.4/drivers/media/pci/ngene/
Dngene-core.c481 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
483 u32 *ptr = Buffer; in FillTSBuffer()
485 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
921 void *Buffer = pci_alloc_consistent(pci_dev, Buffer1Length, in AllocateRingBuffers() local
925 if (Buffer == NULL) in AllocateRingBuffers()
928 Cur->Buffer1 = Buffer; in AllocateRingBuffers()
954 Buffer = pci_alloc_consistent(pci_dev, Buffer2Length, &tmp); in AllocateRingBuffers()
957 if (Buffer == NULL) in AllocateRingBuffers()
960 Cur->Buffer2 = Buffer; in AllocateRingBuffers()
/Linux-v5.4/drivers/iio/dummy/
DKconfig40 Buffer handling elements of industrial I/O reference driver.
/Linux-v5.4/Documentation/virt/kvm/devices/
Dxive.txt29 - Interrupt Pending Buffer (IPB)
39 2. Event State Buffer (ESB)
41 Each source is associated with an Event State Buffer (ESB) with
/Linux-v5.4/Documentation/trace/
Dring-buffer-design.txt1 Lockless Ring Buffer Design
49 The Generic Ring Buffer
224 Buffer page
235 Buffer page
247 Buffer page
259 Buffer page
271 Buffer page
391 Making the Ring Buffer Lockless:
/Linux-v5.4/Documentation/devicetree/bindings/net/
Dmarvell-neta-bm.txt1 * Marvell Armada 380/XP Buffer Manager driver (BM)
/Linux-v5.4/Documentation/misc-devices/
Dibmvmc.rst154 hypervisor receives this information, it sends Add Buffer messages to the
167 Add Buffer _
169 Add Buffer Response | - Perform N Iterations
/Linux-v5.4/Documentation/networking/device_drivers/freescale/dpaa2/
Dethernet-driver.rst39 object and uses Buffer Pools (DPBPs), I/O Portals (DPIOs) and Concentrators
98 queues ---------------------- | | Buffer pool |

12345