Searched refs:analog_chf (Results 1 – 1 of 1) sorted by relevance
/drivers/input/joystick/ |
D | analog.c | 95 static unsigned char analog_chf[] = { 0xf, 0x0, 0x1, 0x9, 0x2, 0x4, 0xc, 0x8, 0x3, 0x5, 0xb, 0x7, 0… variable 300 port->buttons |= 1 << analog_chf[(~u >> 4) & 0xf]; in analog_button_read() 327 port->buttons = port->buttons ? (1 << analog_chf[port->buttons]) : 0; in analog_poll()
|