Home
last modified time | relevance | path

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

123

/linux-3.4.99/drivers/staging/vt6656/
Dcontrol.h39 #define CONTROLnsRequestOut(Device, Request, Value, Index, Length, Buffer) \ argument
40 PIPEnsControlOut(Device, Request, Value, Index, Length, Buffer)
42 #define CONTROLnsRequestOutAsyn(Device, Request, Value, Index, Length, Buffer) \ argument
43 PIPEnsControlOutAsyn(Device, Request, Value, Index, Length, Buffer)
45 #define CONTROLnsRequestIn(Device, Request, Value, Index, Length, Buffer) \ argument
46 PIPEnsControlIn(Device, Request, Value, Index, Length, Buffer)
/linux-3.4.99/arch/mips/fw/arc/
Dfile.c17 ArcGetDirectoryEntry(ULONG FileID, struct linux_vdirent *Buffer, in ArcGetDirectoryEntry() argument
20 return ARC_CALL4(get_vdirent, FileID, Buffer, N, Count); in ArcGetDirectoryEntry()
36 ArcRead(ULONG FileID, VOID *Buffer, ULONG N, ULONG *Count) in ArcRead() argument
38 return ARC_CALL4(read, FileID, Buffer, N, Count); in ArcRead()
48 ArcWrite(ULONG FileID, PVOID Buffer, ULONG N, PULONG Count) in ArcWrite() argument
50 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-3.4.99/drivers/video/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-3.4.99/drivers/staging/sm7xx/
DKconfig2 tristate "Silicon Motion SM7XX Frame Buffer Support"
8 Frame Buffer driver for the Silicon Motion SM7XX serial graphic card.
/linux-3.4.99/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
472 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
562 mcr p15, 0, ip, c7, c10, 4 @ Drain Write (& Fill) Buffer
/linux-3.4.99/drivers/scsi/
DBusLogic.c3209 char *Buffer; in BusLogic_ProcDirectoryInfo() local
3218 Buffer = HostAdapter->MessageBuffer; in BusLogic_ProcDirectoryInfo()
3220 Length += sprintf(&Buffer[Length], "\n\ in BusLogic_ProcDirectoryInfo()
3223 Length += sprintf(&Buffer[Length], "\n\n\ in BusLogic_ProcDirectoryInfo()
3232 …Length += sprintf(&Buffer[Length], " %2d %s", TargetID, (TargetFlags->TaggedQueuingSupported ? (T… in BusLogic_ProcDirectoryInfo()
3235 Length += sprintf(&Buffer[Length], in BusLogic_ProcDirectoryInfo()
3238 Length += sprintf(&Buffer[Length], "\n\ in BusLogic_ProcDirectoryInfo()
3245 …Length += sprintf(&Buffer[Length], " %2d %9u %9u", TargetID, TargetStatistics[TargetID].ReadCo… in BusLogic_ProcDirectoryInfo()
3247 …Length += sprintf(&Buffer[Length], " %9u%09u", TargetStatistics[TargetID].TotalBytesRead.Billi… in BusLogic_ProcDirectoryInfo()
3249 Length += sprintf(&Buffer[Length], " %9u", TargetStatistics[TargetID].TotalBytesRead.Units); in BusLogic_ProcDirectoryInfo()
[all …]
/linux-3.4.99/drivers/message/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-3.4.99/Documentation/i2o/
Dioctl64 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-3.4.99/drivers/staging/bcm/
DMacros.h244 #define IP_HEADER(Buffer) ((IPHeaderFormat *)(Buffer)) argument
/linux-3.4.99/drivers/hv/
Dring_buffer.c405 void *Buffer, u32 buflen) in hv_ringbuffer_peek() argument
430 Buffer, in hv_ringbuffer_peek()
/linux-3.4.99/drivers/media/dvb/ngene/
Dngene-core.c506 void FillTSBuffer(void *Buffer, int Length, u32 Flags) in FillTSBuffer() argument
508 u32 *ptr = Buffer; in FillTSBuffer()
510 memset(Buffer, TS_FILLER, Length); in FillTSBuffer()
955 void *Buffer = pci_alloc_consistent(pci_dev, Buffer1Length, in AllocateRingBuffers() local
959 if (Buffer == NULL) in AllocateRingBuffers()
962 Cur->Buffer1 = Buffer; in AllocateRingBuffers()
988 Buffer = pci_alloc_consistent(pci_dev, Buffer2Length, &tmp); in AllocateRingBuffers()
991 if (Buffer == NULL) in AllocateRingBuffers()
994 Cur->Buffer2 = Buffer; in AllocateRingBuffers()
/linux-3.4.99/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-3.4.99/drivers/staging/iio/Documentation/
Dring.txt1 Buffer support within IIO
/linux-3.4.99/arch/arm/boot/compressed/
Dhead-shark.S53 bic r3, r3, #0xC @ Write Buffer and DCache
/linux-3.4.99/drivers/staging/iio/
DTODO41 Ring Buffer:
/linux-3.4.99/Documentation/networking/
Dgianfar.txt13 To stash RX Buffer Descriptors in the L2, echo 'on' or '1' to
/linux-3.4.99/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-3.4.99/drivers/staging/iio/accel/
DKconfig77 prompt "Buffer type"
/linux-3.4.99/drivers/staging/winbond/
Dwb35reg.c644 u32 CardComputeCrc(u8 *Buffer, u32 Length) in CardComputeCrc() argument
653 CurByte = Buffer[i]; in CardComputeCrc()
/linux-3.4.99/drivers/video/console/
DKconfig23 bool "Enable Scrollback Buffer in System RAM"
38 int "Scrollback Buffer Size (in KB)"
/linux-3.4.99/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
/linux-3.4.99/Documentation/sound/alsa/
Dhdspm.txt68 The Card supports the readout of the actual Buffer-pointer,
320 actual Buffer Position --- not implemented
/linux-3.4.99/Documentation/fb/
Dframebuffer.txt1 The Frame Buffer Device
113 3. Frame Buffer Resolution Maintenance

123