Searched refs:input_setup_polling (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/drivers/input/misc/
H A Drb532_button.c70 error = input_setup_polling(input, rb532_button_poll);
H A Dcobalt_btns.c103 error = input_setup_polling(input, handle_buttons);
H A Dsgi_btns.c110 error = input_setup_polling(input, handle_buttons);
H A Dgpio_decoder.c98 err = input_setup_polling(input, gpio_decoder_poll_gpios);
H A Dmma8450.c170 err = input_setup_polling(input, mma8450_poll);
H A Dapanel.c165 err = input_setup_polling(idev, apanel_poll);
/linux-master/drivers/macintosh/ams/
H A Dams-input.c75 error = input_setup_polling(input, ams_idev_poll);
/linux-master/drivers/input/
H A Dinput-poller.c68 int input_setup_polling(struct input_dev *dev, function
92 EXPORT_SYMBOL(input_setup_polling); variable
/linux-master/drivers/input/mouse/
H A Dgpio_mouse.c131 error = input_setup_polling(input, gpio_mouse_scan);
/linux-master/drivers/platform/x86/
H A Dwinmate-fm07-keys.c106 ret = input_setup_polling(input, fm07keys_poll);
/linux-master/drivers/input/keyboard/
H A Dclps711x-keypad.c155 err = input_setup_polling(input, clps711x_keypad_poll);
H A Djornada680_kbd.c216 error = input_setup_polling(input_dev, jornadakbd680_poll);
H A Dadc-keys.c170 error = input_setup_polling(input, adc_keys_poll);
H A Dtca6416-keypad.c254 error = input_setup_polling(input, tca6416_keys_scan);
H A Dmpr121_touchkey.c315 error = input_setup_polling(input_dev, mpr_touchkey_report);
H A Dqt2160.c371 error = input_setup_polling(input, qt2160_get_key_matrix);
H A Dgpio_keys_polled.c348 error = input_setup_polling(input, gpio_keys_polled_poll);
/linux-master/drivers/input/tests/
H A Dinput_test.c59 KUNIT_ASSERT_EQ(test, input_setup_polling(input_dev, input_test_poll), 0);
/linux-master/drivers/input/joystick/
H A Dqwiic-joystick.c102 err = input_setup_polling(priv->dev, qwiic_poll);
H A Dadc-joystick.c257 input_setup_polling(input, adc_joystick_poll);
H A Dadafruit-seesaw.c271 err = input_setup_polling(seesaw->input_dev, seesaw_poll);
/linux-master/drivers/input/touchscreen/
H A Dts4800-ts.c187 error = input_setup_polling(input_dev, ts4800_ts_poll);
H A Dtps6507x-ts.c266 error = input_setup_polling(input_dev, tps6507x_ts_poll);
H A Draspberrypi-ts.c193 error = input_setup_polling(input, rpi_ts_poll);
/linux-master/include/linux/
H A Dinput.h389 int input_setup_polling(struct input_dev *dev,

Completed in 175 milliseconds

12