Home
last modified time | relevance | path

Searched refs:input_setup_polling (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/drivers/input/
H A Dinput-poller.c68 int input_setup_polling(struct input_dev *dev, in input_setup_polling() function
92 EXPORT_SYMBOL(input_setup_polling);
/openbmc/linux/drivers/input/misc/
H A Drb532_button.c70 error = input_setup_polling(input, rb532_button_poll); in rb532_button_probe()
H A Dgpio_decoder.c98 err = input_setup_polling(input, gpio_decoder_poll_gpios); in gpio_decoder_probe()
H A Dsgi_btns.c110 error = input_setup_polling(input, handle_buttons); in sgi_buttons_probe()
H A Dcobalt_btns.c103 error = input_setup_polling(input, handle_buttons); in cobalt_buttons_probe()
H A Dmma8450.c170 err = input_setup_polling(input, mma8450_poll); in mma8450_probe()
H A Dapanel.c165 err = input_setup_polling(idev, apanel_poll); in apanel_probe()
/openbmc/linux/drivers/macintosh/ams/
H A Dams-input.c75 error = input_setup_polling(input, ams_idev_poll); in ams_input_enable()
/openbmc/linux/drivers/platform/x86/
H A Dwinmate-fm07-keys.c106 ret = input_setup_polling(input, fm07keys_poll); in fm07keys_probe()
/openbmc/linux/drivers/input/joystick/
H A Dqwiic-joystick.c102 err = input_setup_polling(priv->dev, qwiic_poll); in qwiic_probe()
H A Dadc-joystick.c257 input_setup_polling(input, adc_joystick_poll); in adc_joystick_probe()
H A Dpsxpad-spi.c353 err = input_setup_polling(idev, psxpad_spi_poll); in psxpad_spi_probe()
/openbmc/linux/drivers/input/mouse/
H A Dgpio_mouse.c131 error = input_setup_polling(input, gpio_mouse_scan); in gpio_mouse_probe()
/openbmc/linux/drivers/input/keyboard/
H A Dclps711x-keypad.c155 err = input_setup_polling(input, clps711x_keypad_poll); in clps711x_keypad_probe()
H A Dadc-keys.c170 error = input_setup_polling(input, adc_keys_poll); in adc_keys_probe()
H A Djornada680_kbd.c216 error = input_setup_polling(input_dev, jornadakbd680_poll); in jornada680kbd_probe()
H A Dtca6416-keypad.c255 error = input_setup_polling(input, tca6416_keys_scan); in tca6416_keypad_probe()
H A Dmpr121_touchkey.c315 error = input_setup_polling(input_dev, mpr_touchkey_report); in mpr_touchkey_probe()
H A Dqt2160.c371 error = input_setup_polling(input, qt2160_get_key_matrix); in qt2160_probe()
H A Dgpio_keys_polled.c348 error = input_setup_polling(input, gpio_keys_polled_poll); in gpio_keys_polled_probe()
/openbmc/linux/drivers/input/tests/
H A Dinput_test.c59 KUNIT_ASSERT_EQ(test, input_setup_polling(input_dev, input_test_poll), 0); in input_test_polling()
/openbmc/linux/drivers/input/touchscreen/
H A Dts4800-ts.c187 error = input_setup_polling(input_dev, ts4800_ts_poll); in ts4800_ts_probe()
H A Draspberrypi-ts.c193 error = input_setup_polling(input, rpi_ts_poll); in rpi_ts_probe()
H A Dtps6507x-ts.c266 error = input_setup_polling(input_dev, tps6507x_ts_poll); in tps6507x_ts_probe()
/openbmc/linux/include/linux/
H A Dinput.h389 int input_setup_polling(struct input_dev *dev,

12