Home
last modified time | relevance | path

Searched refs:input_open_device (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/input/
H A Dapm-power.c71 error = input_open_device(handle); in apmpower_connect()
H A Devbug.c46 error = input_open_device(handle); in evbug_connect()
H A Dinput-leds.c113 error = input_open_device(&leds->handle); in input_leds_connect()
H A Dmousedev.c430 retval = input_open_device(&mousedev->handle); in mousedev_open_device()
H A Dinput.c629 int input_open_device(struct input_handle *handle) in input_open_device() function
674 EXPORT_SYMBOL(input_open_device);
H A Djoydev.c207 retval = input_open_device(&joydev->handle); in joydev_open_device()
H A Devdev.c400 retval = input_open_device(&evdev->handle); in evdev_open_device()
/openbmc/linux/drivers/macintosh/
H A Dmac_hid.c120 error = input_open_device(handle); in mac_hid_emumouse_connect()
/openbmc/linux/net/rfkill/
H A Dinput.c237 error = input_open_device(handle); in rfkill_connect()
/openbmc/linux/include/linux/
H A Dinput.h412 int input_open_device(struct input_handle *);
/openbmc/linux/drivers/tty/
H A Dsysrq.c982 error = input_open_device(&sysrq->handle); in sysrq_connect()
/openbmc/linux/drivers/tty/vt/
H A Dkeyboard.c1593 error = input_open_device(handle); in kbd_connect()