Home
last modified time | relevance | path

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

123456

/linux-6.6.21/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-6.6.21/arch/mips/fw/arc/
Dfile.c16 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
18 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
22 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
24 return ARC_CALL4(write, FileID, Buffer, N, Count); in ArcWrite()
/linux-6.6.21/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
/linux-6.6.21/Documentation/driver-api/tty/
Dtty_buffer.rst4 TTY Buffer
14 Flip Buffer Management
35 Buffer Locking
/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h333 __u8 Buffer[]; /* variable length */ member
621 __u8 Buffer[]; /* variable length GSS security buffer */ member
642 __u8 Buffer[]; /* variable length GSS security buffer */ member
659 __u8 Buffer[]; /* variable length GSS security buffer */ member
744 __u8 Buffer[]; member
759 __u8 Buffer[]; member
783 __u8 Buffer[]; member
794 __u8 Buffer[]; member
898 __u8 Buffer[]; member
906 __u8 Buffer[]; member
[all …]
/linux-6.6.21/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-6.6.21/fs/smb/server/
Dsmb2pdu.c1787 if (negblob_off < offsetof(struct smb2_sess_setup_req, Buffer)) { in smb2_sess_setup()
1922 iov_len = offsetof(struct smb2_sess_setup_rsp, Buffer) + in smb2_sess_setup()
1954 treename = smb_strndup_from_utf16(req->Buffer, in smb2_tree_connect()
2262 name = smb_strndup_from_utf16(req->Buffer, le16_to_cpu(req->NameLength), in create_smb2_pipe()
2295 err = ksmbd_iov_pin_rsp(work, rsp, offsetof(struct smb2_create_rsp, Buffer)); in create_smb2_pipe()
2701 *(char *)req->Buffer == '\\') { in smb2_open()
2707 name = smb2_get_name(req->Buffer, in smb2_open()
3346 iov_len = offsetof(struct smb2_create_rsp, Buffer); in smb2_open()
3356 lease_ccontext = (struct create_context *)rsp->Buffer; in smb2_open()
3358 create_lease_buf(rsp->Buffer, opinfo->o_lease); in smb2_open()
[all …]
/linux-6.6.21/Documentation/trace/coresight/
Dcoresight-trbe.rst4 Trace Buffer Extension (TRBE).
13 Trace Buffer Extension (TRBE) is a percpu hardware which captures in system
/linux-6.6.21/Documentation/devicetree/bindings/arm/
Darm,trace-buffer-extension.yaml8 title: ARM Trace Buffer Extensions
14 Arm Trace Buffer Extension (TRBE) is a per CPU component
Darm,coresight-etb10.yaml7 title: Arm CoreSight Embedded Trace Buffer
23 The CoreSight Embedded Trace Buffer stores traces in a dedicated SRAM that is
/linux-6.6.21/Documentation/gpu/amdgpu/display/
Ddc-glossary.rst126 Frame Buffer
129 Frame Buffer Compression
156 Line Buffer
/linux-6.6.21/Documentation/driver-api/dmaengine/
Dpxa_dma.rst75 Buffer 1 Buffer 2
86 Buffer 1 Buffer 2 Buffer 3
/linux-6.6.21/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-6.6.21/Documentation/devicetree/bindings/iio/frequency/
Dadi,adf4377.yaml49 GPIO that controls the Enable Clock 1 Output Buffer Pin.
54 GPIO that controls the Enable Clock 2 Output Buffer Pin.
/linux-6.6.21/drivers/net/ethernet/freescale/dpaa/
DKconfig10 Depends on Freescale Buffer Manager and Queue Manager
/linux-6.6.21/Documentation/userspace-api/media/v4l/
Dbuffer.rst116 Buffer reallocation is an expensive operation. To avoid that cost, drivers can
396 - Buffer of a single-planar video capture stream, see
400 - Buffer of a multi-planar video capture stream, see
404 - Buffer of a single-planar video output stream, see
408 - Buffer of a multi-planar video output stream, see :ref:`output`.
411 - Buffer for video overlay, see :ref:`overlay`.
414 - Buffer of a raw VBI capture stream, see :ref:`raw-vbi`.
417 - Buffer of a raw VBI output stream, see :ref:`raw-vbi`.
420 - Buffer of a sliced VBI capture stream, see :ref:`sliced`.
423 - Buffer of a sliced VBI output stream, see :ref:`sliced`.
[all …]
/linux-6.6.21/Documentation/fb/
Dindex.rst4 Frame Buffer
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-driver-dma-idxd53 It's not visible when the device does not support Read Buffer
127 device. See DSA spec v1.2 9.2.8 GENCFG on Global Read Buffer Limit.
128 It's not visible when the device does not support Read Buffer
284 spec v1.2 9.2.18 GRPCFG Use Global Read Buffer Limit.
285 It's not visible when the device does not support Read Buffer
295 It's not visible when the device does not support Read Buffer
305 It's not visible when the device does not support Read Buffer
/linux-6.6.21/Documentation/gpu/amdgpu/
Ddriver-core.rst115 IB (Indirect Buffer)
130 Buffer Objects
139 PRIME Buffer Sharing
143 :doc: PRIME Buffer Sharing
/linux-6.6.21/Documentation/arch/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
183 protected against cross Hyper-Thread attacks because the Fill Buffer and
/linux-6.6.21/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()
919 void *Buffer = dma_alloc_coherent(&pci_dev->dev, in AllocateRingBuffers() local
923 if (Buffer == NULL) in AllocateRingBuffers()
926 Cur->Buffer1 = Buffer; in AllocateRingBuffers()
952 Buffer = dma_alloc_coherent(&pci_dev->dev, Buffer2Length, in AllocateRingBuffers()
956 if (Buffer == NULL) in AllocateRingBuffers()
959 Cur->Buffer2 = Buffer; in AllocateRingBuffers()
/linux-6.6.21/Documentation/devicetree/bindings/net/can/
Dbosch,m_can.yaml57 and each element(e.g Rx FIFO or Tx Buffer and etc) number
67 are used to specify how many elements are used for each FIFO/Buffer.
/linux-6.6.21/drivers/iio/dummy/
DKconfig41 Buffer handling elements of industrial I/O reference driver.
/linux-6.6.21/Documentation/virt/kvm/devices/
Dxive.rst32 - Interrupt Pending Buffer (IPB)
42 2. Event State Buffer (ESB)
44 Each source is associated with an Event State Buffer (ESB) with

123456