SW_LENGTH 411 drivers/input/joystick/sidewinder.c unsigned char buf[SW_LENGTH]; SW_LENGTH 475 drivers/input/joystick/sidewinder.c i = sw_read_packet(sw->gameport, buf, SW_LENGTH, 0); /* Read normal data packet */ SW_LENGTH 477 drivers/input/joystick/sidewinder.c sw_read_packet(sw->gameport, buf, SW_LENGTH, i); /* Read ID packet, this initializes the stick */ SW_LENGTH 584 drivers/input/joystick/sidewinder.c buf = kmalloc(SW_LENGTH, GFP_KERNEL); SW_LENGTH 585 drivers/input/joystick/sidewinder.c idbuf = kmalloc(SW_LENGTH, GFP_KERNEL); SW_LENGTH 602 drivers/input/joystick/sidewinder.c i = sw_read_packet(gameport, buf, SW_LENGTH, 0); /* Read normal packet */ SW_LENGTH 609 drivers/input/joystick/sidewinder.c i = sw_read_packet(gameport, buf, SW_LENGTH, 0); /* Retry reading packet */ SW_LENGTH 618 drivers/input/joystick/sidewinder.c j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Read ID. This initializes the stick */ SW_LENGTH 624 drivers/input/joystick/sidewinder.c i = sw_read_packet(gameport, buf, SW_LENGTH, 0); /* Retry reading packet */ SW_LENGTH 632 drivers/input/joystick/sidewinder.c j = sw_read_packet(gameport, idbuf, SW_LENGTH, i); /* Retry reading ID */ SW_LENGTH 643 drivers/input/joystick/sidewinder.c i = sw_read_packet(gameport, buf, SW_LENGTH, 0); /* Read data packet */