Home
last modified time | relevance | path

Searched refs:IBUF_SIZE (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/drivers/usb/
Dusblcd.c32 #define IBUF_SIZE 0x1000 macro
199 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_lcd()
268 if (!(lcd->ibuf = (char *) kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_lcd()
Drio500.c57 #define IBUF_SIZE 0x1000 macro
394 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()
464 if (!(rio->ibuf = (char *) kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_rio()
Dscanner.c695 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_scanner()
1065 if (!(scn->ibuf = (char *)kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_scanner()
Dscanner.h349 #define IBUF_SIZE 32768 macro
/linux-2.4.37.9/drivers/char/ip2/
Di2lib.h70 #define IBUF_SIZE 512 // character capacity of input buffer per channel macro
143 UCHAR Ibuf[IBUF_SIZE + 2];
Di2lib.c288 pCh->infl.room = IBUF_SIZE - 1; in i2InitChannels()
290 pCh->whenSendFlow = (IBUF_SIZE/5)*4; // when 80% full in i2InitChannels()
868 count += IBUF_SIZE; in i2Input()
876 amountToMove = IBUF_SIZE - stripIndex; in i2Input()
892 if (stripIndex >= IBUF_SIZE) { in i2Input()
893 stripIndex -= IBUF_SIZE; in i2Input()
944 count += IBUF_SIZE; in i2InputFlush()
999 count += IBUF_SIZE;
1446 static unsigned char junkBuffer[IBUF_SIZE];
1511 if ( ((unsigned int)count) > IBUF_SIZE ) { in i2StripFifo()
[all …]