Searched refs:IBUF_SIZE (Results 1 – 6 of 6) sorted by relevance
32 #define IBUF_SIZE 0x1000 macro199 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_lcd()268 if (!(lcd->ibuf = (char *) kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_lcd()
57 #define IBUF_SIZE 0x1000 macro394 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_rio()464 if (!(rio->ibuf = (char *) kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_rio()
695 this_read = (count >= IBUF_SIZE) ? IBUF_SIZE : count; in read_scanner()1065 if (!(scn->ibuf = (char *)kmalloc(IBUF_SIZE, GFP_KERNEL))) { in probe_scanner()
349 #define IBUF_SIZE 32768 macro
70 #define IBUF_SIZE 512 // character capacity of input buffer per channel macro143 UCHAR Ibuf[IBUF_SIZE + 2];
288 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 …]