SW_ID_3DP 292 drivers/input/joystick/sidewinder.c case SW_ID_3DP: SW_ID_3DP 308 drivers/input/joystick/sidewinder.c input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1)); SW_ID_3DP 416 drivers/input/joystick/sidewinder.c if (sw->type == SW_ID_3DP && sw->length == 66 && i != 66) { /* Broken packet, try to fix */ SW_ID_3DP 442 drivers/input/joystick/sidewinder.c if (sw->type == SW_ID_3DP && sw->length == 66 /* Many packets OK */ SW_ID_3DP 456 drivers/input/joystick/sidewinder.c if (sw->type == SW_ID_3DP && sw->length == 22 && sw->fail > SW_BAD) { /* Consecutive bad packets */ SW_ID_3DP 469 drivers/input/joystick/sidewinder.c if (!i && sw->type == SW_ID_3DP) { /* 3D Pro can be in analog mode */ SW_ID_3DP 688 drivers/input/joystick/sidewinder.c sw->type = SW_ID_3DP;