analog_chf 95 drivers/input/joystick/analog.c static unsigned char analog_chf[] = { 0xf, 0x0, 0x1, 0x9, 0x2, 0x4, 0xc, 0x8, 0x3, 0x5, 0xb, 0x7, 0xd, 0xe, 0xa, 0x6 }; analog_chf 300 drivers/input/joystick/analog.c port->buttons |= 1 << analog_chf[(~u >> 4) & 0xf]; analog_chf 327 drivers/input/joystick/analog.c port->buttons = port->buttons ? (1 << analog_chf[port->buttons]) : 0;