Searched refs:hat (Results 1 – 4 of 4) sorted by relevance
| /drivers/input/joystick/ |
| A D | sidewinder.c | 285 int hat, i, j; in sw_parse() local 292 if (sw_check(GB(0,64)) || (hat = (GB(6,1) << 3) | GB(60,3)) > 8) in sw_parse() 302 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 303 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 336 if (!sw_parity(GB(0,48)) || (hat = GB(42,4)) > 8) in sw_parse() 345 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 346 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse() 357 if (!sw_parity(GB(0,43)) || (hat = GB(28,4)) > 8) in sw_parse() 365 input_report_abs(dev, ABS_HAT0X, sw_hat_to_axis[hat].x); in sw_parse() 366 input_report_abs(dev, ABS_HAT0Y, sw_hat_to_axis[hat].y); in sw_parse()
|
| A D | guillemot.c | 43 int hat; member 119 if (guillemot->type->hat) { in guillemot_poll() 224 if (guillemot->type->hat) { in guillemot_connect()
|
| /drivers/pwm/ |
| A D | Makefile | 6 obj-$(CONFIG_PWM_ARGON_FAN_HAT) += pwm-argon-fan-hat.o
|
| A D | Kconfig | 76 will be called pwm-argon-fan-hat. 545 official RPI PoE hat
|
Completed in 10 milliseconds