Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/fs/cifs/
Dsmb2pdu.h236 __u8 Buffer[1]; /* variable length GSS security buffer */ member
249 __u8 Buffer[1]; /* variable length GSS security buffer */ member
262 __u8 Buffer[1]; /* variable length GSS security buffer */ member
283 __u8 Buffer[1]; /* variable length */ member
467 __u8 Buffer[0]; member
488 __u8 Buffer[1]; member
498 __u8 Buffer[0]; member
638 __u8 Buffer[0]; member
719 __u8 Buffer[1]; member
730 __u8 Buffer[1]; member
[all …]
Dsmb2pdu.c715 if (offsetof(struct smb2_sess_setup_rsp, Buffer) - 4 != in SMB2_sess_setup()
726 rc = decode_ntlmssp_challenge(rsp->Buffer, in SMB2_sess_setup()
1308 cpu_to_le32(offsetof(struct smb2_ioctl_req, Buffer) - 4); in SMB2_ioctl()
2010 offsetof(struct smb2_write_req, Buffer) - 4); in smb2_async_writev()
2093 offsetof(struct smb2_write_req, Buffer) - 4); in SMB2_write()
2209 bufptr = req->Buffer; in SMB2_query_directory()
2227 iov[1].iov_base = (char *)(req->Buffer); in SMB2_query_directory()
2330 memcpy(req->Buffer, *data, *size); in send_set_info()
/linux-4.1.27/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.
947 bool "PL310 errata: no automatic Store Buffer drain"
949 On revisions of the PL310 prior to r3p2, the Store Buffer does
/linux-4.1.27/drivers/staging/i2o/
DREADME.ioctl64 void *resbuf; /* Buffer for result */
65 u32 *reslen; /* Buffer length in bytes */
81 ENOBUFS Buffer not large enough. If this occurs, the required
93 void *resbuf; /* Buffer for result */
94 u32 *reslen; /* Buffer length in bytes */
110 ENOBUFS Buffer not large enough. If this occurs, the required
145 ENOBUFS Buffer not large enough. If this occurs, the required
182 ENOBUFS Buffer not large enough. If this occurs, the required
343 void *resbuf; /* Buffer for reply HTML page */
367 ENOBUFS Buffer not large enough. If this occurs, the required
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/hv/
Dring_buffer.c400 void *Buffer, u32 buflen) in hv_ringbuffer_peek() argument
425 Buffer, in hv_ringbuffer_peek()
/linux-4.1.27/drivers/video/console/
DKconfig26 bool "Enable Scrollback Buffer in System RAM"
41 int "Scrollback Buffer Size (in KB)"
/linux-4.1.27/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.1.27/drivers/staging/iio/Documentation/
Dring.txt1 Buffer support within IIO
/linux-4.1.27/drivers/hwtracing/coresight/
DKconfig48 This enables support for the Embedded Trace Buffer version 1.0 driver
/linux-4.1.27/drivers/staging/iio/
DTODO52 Ring Buffer:
/linux-4.1.27/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.1.27/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
Dst.txt184 Buffer allocation uses chunks of memory having sizes 2^n * (page
DBusLogic.txt436 excessive preallocation of DMA Bounce Buffer memory. Target Devices that
/linux-4.1.27/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.1.27/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt67 13 bm Buffer Management
/linux-4.1.27/Documentation/fb/
Dframebuffer.txt1 The Frame Buffer Device
113 3. Frame Buffer Resolution Maintenance
Dapi.txt1 The Frame Buffer Device API
/linux-4.1.27/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.1.27/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.1.27/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…
4047 static int save_tx_buffer_request(struct mgsl_struct *info,const char *Buffer, unsigned int BufferS… in save_tx_buffer_request() argument
4057 memcpy( ptx->buffer, Buffer, BufferSize); in save_tx_buffer_request()
6885 const char *Buffer, unsigned int BufferSize) in mgsl_load_tx_dma_buffer() argument
6892 mgsl_trace_block(info,Buffer, min_t(int, BufferSize, DMABUFFERSIZE), 1); in mgsl_load_tx_dma_buffer()
6935 mgsl_load_pci_memory(pBufEntry->virt_addr, Buffer,Copycount); in mgsl_load_tx_dma_buffer()
6937 memcpy(pBufEntry->virt_addr, Buffer, Copycount); in mgsl_load_tx_dma_buffer()
6942 Buffer += Copycount; in mgsl_load_tx_dma_buffer()
/linux-4.1.27/Documentation/cris/
DREADME94 Buffer-cache hash table entries: 2048 (order: 0, 8192 bytes)
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-decoder-api.txt124 Buffer fullness
Dfw-encoder-api.txt116 VBV Buffer used by encoder
/linux-4.1.27/Documentation/video4linux/
Dvideobuf16 Buffer types
261 Buffer allocation
/linux-4.1.27/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.1.27/arch/blackfin/
DKconfig.debug158 bool "Expand Trace Buffer greater than 16 entries"
/linux-4.1.27/Documentation/networking/
Dudplite.txt172 Payload: 1536 bytes Send Buffer: 1024 bytes
Darcnet-hardware.txt2956 SW2 1-3: Memory Buffer/PROM Address
/linux-4.1.27/arch/arm/
DKconfig1132 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption"
1138 optimisation in the Cortex-A9 Store Buffer may lead to data
1140 register of the Cortex-A9 which disables the Store Buffer
1168 bool "ARM errata: no automatic Store Buffer drain"
1172 r2p0) erratum. The Store Buffer does not have any automatic draining
/linux-4.1.27/Documentation/filesystems/
Drelay.txt297 Buffer-only channels
Dxfs-delayed-logging-design.txt206 Log Buffer +-V1-+-V2-+----V3----+
217 Memory Buffer +-V1-+-V2-+----V3----+
Dproc.txt563 fb Frame Buffer devices (2.4)
/linux-4.1.27/drivers/video/fbdev/
DKconfig1794 tristate "HD64461 Frame Buffer support"
2219 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
/linux-4.1.27/scripts/genksyms/
Dparse.tab.c_shipped1498 /* Buffer for error messages, and its allocated size. */
/linux-4.1.27/crypto/
DKconfig590 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)"
/linux-4.1.27/scripts/kconfig/
Dzconf.tab.c_shipped1453 /* Buffer for error messages, and its allocated size. */
/linux-4.1.27/scripts/dtc/
Ddtc-parser.tab.c_shipped1319 /* Buffer for error messages, and its allocated size. */