Searched refs:USERIO_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
31 #define USERIO_BUFSIZE 16 macro45 unsigned char buf[USERIO_BUFSIZE];61 userio->head = (userio->head + 1) % USERIO_BUFSIZE; in userio_device_write()123 USERIO_BUFSIZE); in userio_fetch_data()127 userio->tail = (userio->tail + len) % USERIO_BUFSIZE; in userio_fetch_data()140 u8 buf[USERIO_BUFSIZE]; in userio_char_read()