/linux/drivers/input/ ! |
H A D | input-poller.c | 68 int input_setup_polling(struct input_dev *dev, in input_setup_polling() function 92 EXPORT_SYMBOL(input_setup_polling);
|
/linux/drivers/input/misc/ ! |
H A D | rb532_button.c | 70 error = input_setup_polling(input, rb532_button_poll); in rb532_button_probe()
|
H A D | gpio_decoder.c | 98 err = input_setup_polling(input, gpio_decoder_poll_gpios); in gpio_decoder_probe()
|
H A D | cobalt_btns.c | 103 error = input_setup_polling(input, handle_buttons); in cobalt_buttons_probe()
|
H A D | sgi_btns.c | 110 error = input_setup_polling(input, handle_buttons); in sgi_buttons_probe()
|
H A D | qnap-mcu-input.c | 129 ret = input_setup_polling(input, qnap_mcu_input_poll); in qnap_mcu_input_probe()
|
H A D | apanel.c | 165 err = input_setup_polling(idev, apanel_poll); in apanel_probe()
|
H A D | kxtj9.c | 465 err = input_setup_polling(input_dev, kxtj9_poll); in kxtj9_probe()
|
H A D | wistron_btns.c | 1230 error = input_setup_polling(wistron_idev, wistron_poll); in setup_input_dev()
|
/linux/drivers/macintosh/ams/ ! |
H A D | ams-input.c | 75 error = input_setup_polling(input, ams_idev_poll); in ams_input_enable()
|
/linux/drivers/platform/x86/ ! |
H A D | winmate-fm07-keys.c | 106 ret = input_setup_polling(input, fm07keys_poll); in fm07keys_probe()
|
H A D | hdaps.c | 579 ret = input_setup_polling(hdaps_idev, hdaps_mousedev_poll); in hdaps_init()
|
/linux/drivers/input/joystick/ ! |
H A D | qwiic-joystick.c | 102 err = input_setup_polling(priv->dev, qwiic_poll); in qwiic_probe()
|
H A D | adafruit-seesaw.c | 286 err = input_setup_polling(seesaw->input_dev, seesaw_poll); in seesaw_probe()
|
H A D | adc-joystick.c | 282 input_setup_polling(input, adc_joystick_poll); in adc_joystick_probe()
|
H A D | psxpad-spi.c | 353 err = input_setup_polling(idev, psxpad_spi_poll); in psxpad_spi_probe()
|
/linux/drivers/input/mouse/ ! |
H A D | gpio_mouse.c | 131 error = input_setup_polling(input, gpio_mouse_scan); in gpio_mouse_probe()
|
/linux/drivers/input/keyboard/ ! |
H A D | clps711x-keypad.c | 155 err = input_setup_polling(input, clps711x_keypad_poll); in clps711x_keypad_probe()
|
H A D | adc-keys.c | 167 error = input_setup_polling(input, adc_keys_poll); in adc_keys_probe()
|
H A D | jornada680_kbd.c | 216 error = input_setup_polling(input_dev, jornadakbd680_poll); in jornada680kbd_probe()
|
H A D | qt2160.c | 371 error = input_setup_polling(input, qt2160_get_key_matrix); in qt2160_probe()
|
/linux/drivers/input/touchscreen/ ! |
H A D | raspberrypi-ts.c | 191 error = input_setup_polling(input, rpi_ts_poll); in rpi_ts_probe()
|
H A D | ts4800-ts.c | 186 error = input_setup_polling(input_dev, ts4800_ts_poll); in ts4800_ts_probe()
|
H A D | tps6507x-ts.c | 266 error = input_setup_polling(input_dev, tps6507x_ts_poll); in tps6507x_ts_probe()
|
/linux/drivers/hwmon/ ! |
H A D | applesmc.c | 1204 ret = input_setup_polling(applesmc_idev, applesmc_idev_poll); in applesmc_create_accelerometer()
|