Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/drivers/video/fbdev/via/
Dvt1636.c125 u8 Buffer[2]; in viafb_lvds_identify_vt1636() local
135 0x00, &Buffer[0])) in viafb_lvds_identify_vt1636()
137 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x01, &Buffer[1]); in viafb_lvds_identify_vt1636()
139 if (!((Buffer[0] == 0x06) && (Buffer[1] == 0x11))) in viafb_lvds_identify_vt1636()
143 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x02, &Buffer[0]); in viafb_lvds_identify_vt1636()
144 viafb_i2c_readbyte(i2c_adapter, VT1636_LVDS_I2C_ADDR, 0x03, &Buffer[1]); in viafb_lvds_identify_vt1636()
145 if ((Buffer[0] == 0x45) && (Buffer[1] == 0x33)) { in viafb_lvds_identify_vt1636()
/linux-4.4.14/fs/cifs/
Dsmb2pdu.h263 __u8 Buffer[1]; /* variable length GSS security buffer */ member
280 __u8 Buffer[1]; /* variable length GSS security buffer */ member
293 __u8 Buffer[1]; /* variable length GSS security buffer */ member
317 __u8 Buffer[1]; /* variable length */ member
501 __u8 Buffer[0]; member
522 __u8 Buffer[1]; member
532 __u8 Buffer[0]; member
748 __u8 Buffer[0]; member
829 __u8 Buffer[1]; member
840 __u8 Buffer[1]; member
[all …]
Dsmb2pdu.c774 if (offsetof(struct smb2_sess_setup_rsp, Buffer) - 4 != in SMB2_sess_setup()
785 rc = decode_ntlmssp_challenge(rsp->Buffer, in SMB2_sess_setup()
1494 cpu_to_le32(offsetof(struct smb2_ioctl_req, Buffer) - 4); in SMB2_ioctl()
2203 offsetof(struct smb2_write_req, Buffer) - 4); in smb2_async_writev()
2286 offsetof(struct smb2_write_req, Buffer) - 4); in SMB2_write()
2402 bufptr = req->Buffer; in SMB2_query_directory()
2420 iov[1].iov_base = (char *)(req->Buffer); in SMB2_query_directory()
2523 memcpy(req->Buffer, *data, *size); in send_set_info()
/linux-4.4.14/arch/arm/mm/
Dproc-xscale.S218 mcrne p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
247 mcrne p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
271 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
293 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
314 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
338 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
355 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
373 mcr p15, 0, r0, c7, c10, 4 @ Drain Write (& Fill) Buffer
476 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
564 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
DKconfig34 A 32-bit RISC processor with 8kByte Cache, Write Buffer and
159 Branch Target Buffer, Unified TLB and cache line size 16.
956 bool "PL310 errata: no automatic Store Buffer drain"
958 On revisions of the PL310 prior to r3p2, the Store Buffer does
/linux-4.4.14/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 a
Dbman-portals.txt1 QorIQ DPAA Buffer Manager Portals Device Tree Binding
/linux-4.4.14/Documentation/dmaengine/
Dpxa_dma.txt63 Buffer 1 Buffer 2
71 Buffer 1 Buffer 2 Buffer 3
/linux-4.4.14/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-4.4.14/drivers/media/pci/ngene/
Dngene-core.c498 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
500 u32 *ptr = Buffer; in FillTSBuffer()
502 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
946 void *Buffer = pci_alloc_consistent(pci_dev, Buffer1Length, in AllocateRingBuffers() local
950 if (Buffer == NULL) in AllocateRingBuffers()
953 Cur->Buffer1 = Buffer; in AllocateRingBuffers()
979 Buffer = pci_alloc_consistent(pci_dev, Buffer2Length, &tmp); in AllocateRingBuffers()
982 if (Buffer == NULL) in AllocateRingBuffers()
985 Cur->Buffer2 = Buffer; in AllocateRingBuffers()
Dngene.h896 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
/linux-4.4.14/drivers/hv/
Dring_buffer.c465 void *Buffer, u32 buflen) in hv_ringbuffer_peek() argument
490 Buffer, in hv_ringbuffer_peek()
/linux-4.4.14/drivers/video/console/
DKconfig26 bool "Enable Scrollback Buffer in System RAM"
41 int "Scrollback Buffer Size (in KB)"
/linux-4.4.14/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:
Dcoresight.txt78 * ETB = Embedded Trace Buffer
101 ETB: Embedded Trace Buffer
/linux-4.4.14/drivers/staging/iio/Documentation/
Dring.txt1 Buffer support within IIO
/linux-4.4.14/drivers/block/
DDAC960.c5755 static unsigned char Buffer[DAC960_LineBufferSize]; in DAC960_Message() local
5760 Length = vsprintf(Buffer, Format, Arguments); in DAC960_Message()
5764 DAC960_ControllerCount, Buffer); in DAC960_Message()
5774 Buffer); in DAC960_Message()
5785 Buffer); in DAC960_Message()
5791 if (Buffer[0] != '\n' || Length > 1) in DAC960_Message()
5794 Controller->ControllerNumber, Buffer); in DAC960_Message()
5796 else printk("%s", Buffer); in DAC960_Message()
5802 Controller->CurrentStatusLength], Buffer); in DAC960_Message()
5808 strcpy(Controller->ProgressBuffer, Buffer); in DAC960_Message()
[all …]
/linux-4.4.14/drivers/staging/iio/
DTODO52 Ring Buffer:
/linux-4.4.14/drivers/hwtracing/coresight/
DKconfig48 This enables support for the Embedded Trace Buffer version 1.0 driver
/linux-4.4.14/Documentation/scsi/
Dosd.txt108 members in the CDB. Up to 3 segments can be deployed in the IN-Buffer and up to
109 4 in the OUT-Buffer. The ASCII illustration below depicts a secure-read with
DChangeLog.ips51 4.70.09 - Use a Common ( Large Buffer ) for Flashing from the JCRM CD
DChangeLog.megaraid75 > Buffer I/O error on device sda6, logical block 522067228
DBusLogic.txt436 excessive preallocation of DMA Bounce Buffer memory. Target Devices that
Dst.txt243 Buffer allocation uses chunks of memory having sizes 2^n * (page
/linux-4.4.14/Documentation/sound/alsa/
Dhdspm.txt68 The Card supports the readout of the actual Buffer-pointer,
320 actual Buffer Position --- not implemented
DALSA-Configuration.txt980 stage of boot sequence. See "Early Buffer Allocation"
1658 stage of boot sequence. See "Early Buffer Allocation"
2278 Early Buffer Allocation
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt68 13 bm Buffer Management
/linux-4.4.14/Documentation/fb/
Dframebuffer.txt1 The Frame Buffer Device
113 3. Frame Buffer Resolution Maintenance
Dapi.txt1 The Frame Buffer Device API
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi_targ.h99 CMD_BUFFER_DESCRIPTOR Buffer[1]; /* 0Ch */ member
Dmpi_history.txt79 * 08-19-04 01.05.01 Added defines for Host Buffer Access Control doorbell.
169 * 02-22-05 01.05.07 Added Host Page Buffer Persistent flag to IOC Facts
702 * 04-29-04 01.02.04 Added message structures for Diagnostic Buffer Post and
/linux-4.4.14/Documentation/
DDMA-ISA-LPC.txt26 Part II - Buffer allocation
Dxillybus.txt28 -- Buffer allocation
342 Buffer allocation
D00-INDEX163 - the DMA Buffer Sharing API Guide
Ddma-buf-sharing.txt1 DMA Buffer Sharing API Guide
Dkprobes.txt204 1.4.3 Preparing Detour Buffer
DDMA-API-HOWTO.txt57 | | Virtual |Buffer| Mapping | |
/linux-4.4.14/drivers/tty/
Dsynclink.c766 static void mgsl_load_tx_dma_buffer( struct mgsl_struct *info, const char *Buffer, unsigned int Buf…
783 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferS…
4037 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferS… in save_tx_buffer_request() argument
4047 memcpy( ptx->buffer, Buffer, BufferSize); in save_tx_buffer_request()
6876 const char *Buffer, unsigned int BufferSize) in mgsl_load_tx_dma_buffer() argument
6883 mgsl_trace_block(info,Buffer, min_t(int, BufferSize, DMABUFFERSIZE), 1); in mgsl_load_tx_dma_buffer()
6926 mgsl_load_pci_memory(pBufEntry->virt_addr, Buffer,Copycount); in mgsl_load_tx_dma_buffer()
6928 memcpy(pBufEntry->virt_addr, Buffer, Copycount); in mgsl_load_tx_dma_buffer()
6933 Buffer += Copycount; in mgsl_load_tx_dma_buffer()
/linux-4.4.14/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt124 Buffer fullness
Dfw-encoder-api.txt116 VBV Buffer used by encoder
/linux-4.4.14/Documentation/cris/
DREADME94 Buffer-cache hash table entries: 2048 (order: 0, 8192 bytes)
/linux-4.4.14/Documentation/video4linux/
Dvideobuf16 Buffer types
261 Buffer allocation
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-class-cxl13 AFU Error Buffer contents. The contents of this file are
/linux-4.4.14/drivers/isdn/hardware/eicon/
Ddebug.c96 static void queueInit(MSG_QUEUE *Q, byte *Buffer, dword sizeBuffer) { in queueInit() argument
98 Q->Base = Q->Head = Q->Tail = Buffer; in queueInit()
99 Q->High = Buffer + sizeBuffer; in queueInit()
/linux-4.4.14/arch/blackfin/
DKconfig.debug158 bool "Expand Trace Buffer greater than 16 entries"
/linux-4.4.14/drivers/staging/fsl-mc/
DREADME.txt199 -DPBP (Datapath Buffer Pool): represents a hardware buffer
/linux-4.4.14/Documentation/networking/
Dudplite.txt172 Payload: 1536 bytes Send Buffer: 1024 bytes
Darcnet-hardware.txt2956 SW2 1-3: Memory Buffer/PROM Address
/linux-4.4.14/arch/arm/
DKconfig1145 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1151 optimisation in the Cortex-A9 Store Buffer may lead to data
1153 register of the Cortex-A9 which disables the Store Buffer
1181 bool "ARM errata: no automatic Store Buffer drain"
1185 r2p0) erratum. The Store Buffer does not have any automatic draining
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt121 resulting in data lost because the buffer was full. See 'Buffer handling' below
455 Buffer handling
/linux-4.4.14/Documentation/filesystems/
Drelay.txt297 Buffer-only channels
Dxfs-delayed-logging-design.txt206 Log Buffer +-V1-+-V2-+----V3----+
217 Memory Buffer +-V1-+-V2-+----V3----+
Dproc.txt581 fb Frame Buffer devices (2.4)
/linux-4.4.14/drivers/video/fbdev/
DKconfig1796 tristate "HD64461 Frame Buffer support"
2222 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
/linux-4.4.14/scripts/genksyms/
Dparse.tab.c_shipped1481 /* Buffer for error messages, and its allocated size. */
/linux-4.4.14/crypto/
DKconfig673 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)"
/linux-4.4.14/scripts/dtc/
Ddtc-parser.tab.c_shipped1257 /* Buffer for error messages, and its allocated size. */
/linux-4.4.14/scripts/kconfig/
Dzconf.tab.c_shipped1475 /* Buffer for error messages, and its allocated size. */