Searched refs:sw_btn (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.c102 static short sw_btn[][12] = { variable
325 input_report_key(dev, sw_btn[SW_ID_3DP][j], !GB(j+8,1));
345 input_report_key(sw->dev[i], sw_btn[SW_ID_GP][j], !GB(i*15+j+4,1));
368 input_report_key(dev, sw_btn[SW_ID_PP][j], !GB(j,1));
388 input_report_key(dev, sw_btn[SW_ID_FSP][j], !GB(j+10,1));
410 input_report_key(dev, sw_btn[SW_ID_FFW][j], !GB(j+22,1));
777 for (j = 0; (code = sw_btn[sw->type][j]); j++)

Completed in 117 milliseconds