Searched refs:sw_print_packet (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dsidewinder.c526 * sw_print_packet() prints the contents of a SideWinder packet.
529 static void sw_print_packet(char *name, int length, unsigned char *buf, char bits) function
717 sw_print_packet("ID", j * 3, idbuf, 3);
718 sw_print_packet("Data", i * m, buf, m);
724 sw_print_packet("ID", j * 3, idbuf, 3);
725 sw_print_packet("Data", i * m, buf, m);

Completed in 135 milliseconds