Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/joystick/
H A Danalog.c89 static unsigned char analog_chf[] = { 0xf, 0x0, 0x1, 0x9, 0x2, 0x4, 0xc, 0x8, 0x3, 0x5, 0xb, 0x7, 0… 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()