Home
last modified time | relevance | path

Searched refs:XMIT_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/input/joystick/iforce/
Diforce.h86 #define XMIT_SIZE 256 macro
87 #define XMIT_INC(var, n) (var)+=n; (var)&= XMIT_SIZE -1
124 unsigned char xmit_data[XMIT_SIZE];
Diforce-packets.c67 if (CIRC_SPACE(head, tail, XMIT_SIZE) < n+2) { in iforce_send_packet()
85 c = CIRC_SPACE_TO_END(head, tail, XMIT_SIZE); in iforce_send_packet()
Diforce-usb.c52 c = CIRC_CNT_TO_END(iforce->xmit.head, iforce->xmit.tail, XMIT_SIZE); in iforce_usb_xmit()