/linux-4.1.27/arch/mips/fw/arc/ |
D | file.c | 16 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()
|
D | tree.c | 43 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/ |
D | vt1636.c | 125 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/ |
D | smb2pdu.h | 236 __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 …]
|
D | smb2pdu.c | 715 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/ |
D | proc-xscale.S | 218 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
|
D | Kconfig | 34 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/ |
D | README.ioctl | 64 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/ |
D | bman.txt | 1 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
|
D | bman-portals.txt | 1 QorIQ DPAA Buffer Manager Portals Device Tree Binding
|
/linux-4.1.27/Documentation/devicetree/bindings/net/can/ |
D | m_can.txt | 20 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/ |
D | ngene-core.c | 498 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()
|
D | ngene.h | 896 void FillTSBuffer(void *Buffer, int Length, u32 Flags);
|
/linux-4.1.27/drivers/hv/ |
D | ring_buffer.c | 400 void *Buffer, u32 buflen) in hv_ringbuffer_peek() argument 425 Buffer, in hv_ringbuffer_peek()
|
/linux-4.1.27/drivers/video/console/ |
D | Kconfig | 26 bool "Enable Scrollback Buffer in System RAM" 41 int "Scrollback Buffer Size (in KB)"
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 1 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:
|
D | coresight.txt | 78 * ETB = Embedded Trace Buffer 101 ETB: Embedded Trace Buffer
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | ring.txt | 1 Buffer support within IIO
|
/linux-4.1.27/drivers/hwtracing/coresight/ |
D | Kconfig | 48 This enables support for the Embedded Trace Buffer version 1.0 driver
|
/linux-4.1.27/drivers/staging/iio/ |
D | TODO | 52 Ring Buffer:
|
/linux-4.1.27/drivers/block/ |
D | DAC960.c | 5755 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/ |
D | osd.txt | 108 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
|
D | ChangeLog.ips | 51 4.70.09 - Use a Common ( Large Buffer ) for Flashing from the JCRM CD
|
D | ChangeLog.megaraid | 75 > Buffer I/O error on device sda6, logical block 522067228
|
D | st.txt | 184 Buffer allocation uses chunks of memory having sizes 2^n * (page
|
D | BusLogic.txt | 436 excessive preallocation of DMA Bounce Buffer memory. Target Devices that
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | hdspm.txt | 68 The Card supports the readout of the actual Buffer-pointer, 320 actual Buffer Position --- not implemented
|
D | ALSA-Configuration.txt | 980 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/ |
D | mvebu-gated-clock.txt | 67 13 bm Buffer Management
|
/linux-4.1.27/Documentation/fb/ |
D | framebuffer.txt | 1 The Frame Buffer Device 113 3. Frame Buffer Resolution Maintenance
|
D | api.txt | 1 The Frame Buffer Device API
|
/linux-4.1.27/Documentation/ |
D | DMA-ISA-LPC.txt | 26 Part II - Buffer allocation
|
D | xillybus.txt | 28 -- Buffer allocation 342 Buffer allocation
|
D | 00-INDEX | 163 - the DMA Buffer Sharing API Guide
|
D | dma-buf-sharing.txt | 1 DMA Buffer Sharing API Guide
|
D | kprobes.txt | 204 1.4.3 Preparing Detour Buffer
|
D | DMA-API-HOWTO.txt | 57 | | Virtual |Buffer| Mapping | |
|
/linux-4.1.27/drivers/message/fusion/lsi/ |
D | mpi_targ.h | 99 CMD_BUFFER_DESCRIPTOR Buffer[1]; /* 0Ch */ member
|
D | mpi_history.txt | 79 * 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/ |
D | synclink.c | 766 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/ |
D | README | 94 Buffer-cache hash table entries: 2048 (order: 0, 8192 bytes)
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-decoder-api.txt | 124 Buffer fullness
|
D | fw-encoder-api.txt | 116 VBV Buffer used by encoder
|
/linux-4.1.27/Documentation/video4linux/ |
D | videobuf | 16 Buffer types 261 Buffer allocation
|
/linux-4.1.27/drivers/isdn/hardware/eicon/ |
D | debug.c | 96 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/ |
D | Kconfig.debug | 158 bool "Expand Trace Buffer greater than 16 entries"
|
/linux-4.1.27/Documentation/networking/ |
D | udplite.txt | 172 Payload: 1536 bytes Send Buffer: 1024 bytes
|
D | arcnet-hardware.txt | 2956 SW2 1-3: Memory Buffer/PROM Address
|
/linux-4.1.27/arch/arm/ |
D | Kconfig | 1132 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/ |
D | relay.txt | 297 Buffer-only channels
|
D | xfs-delayed-logging-design.txt | 206 Log Buffer +-V1-+-V2-+----V3----+ 217 Memory Buffer +-V1-+-V2-+----V3----+
|
D | proc.txt | 563 fb Frame Buffer devices (2.4)
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 1794 tristate "HD64461 Frame Buffer support" 2219 tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
|
/linux-4.1.27/scripts/genksyms/ |
D | parse.tab.c_shipped | 1498 /* Buffer for error messages, and its allocated size. */
|
/linux-4.1.27/crypto/ |
D | Kconfig | 590 tristate "SHA1 digest algorithm (x86_64 Multi-Buffer, Experimental)"
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.tab.c_shipped | 1453 /* Buffer for error messages, and its allocated size. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-parser.tab.c_shipped | 1319 /* Buffer for error messages, and its allocated size. */
|