Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Danalog.c95 static unsigned char analog_chf[] = { 0xf, 0x0, 0x1, 0x9, 0x2, 0x4, 0xc, 0x8, 0x3, 0x5, 0xb, 0x7, 0xd, 0xe, 0xa, 0x6 }; 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()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Danalog.c89 static unsigned char analog_chf[] = { 0xf, 0x0, 0x1, 0x9, 0x2, 0x4, 0xc, 0x8, 0x3, 0x5, 0xb, 0x7, 0xd, 0xe, 0xa, 0x6 }; variable
233 port->buttons |= 1 << analog_chf[(~u >> 4) & 0xf]; in analog_button_read()
260 port->buttons = port->buttons ? (1 << analog_chf[port->buttons]) : 0; in analog_poll()

Completed in 3 milliseconds