Searched refs:input_open_device (Results 1 - 11 of 11) sorted by relevance

/linux-4.1.27/drivers/input/
H A Dapm-power.c75 error = input_open_device(handle); apmpower_connect()
H A Devbug.c65 error = input_open_device(handle); evbug_connect()
H A Dinput.c581 * input_open_device - open input device
587 int input_open_device(struct input_handle *handle) input_open_device() function
621 EXPORT_SYMBOL(input_open_device); variable
700 * that there are no threads in the middle of input_open_device() input_disconnect_device()
2295 * it once it is opened using input_open_device().
H A Djoydev.c202 retval = input_open_device(&joydev->handle); joydev_open_device()
H A Dmousedev.c433 retval = input_open_device(&mousedev->handle); mousedev_open_device()
H A Devdev.c374 retval = input_open_device(&evdev->handle); evdev_open_device()
/linux-4.1.27/drivers/macintosh/
H A Dmac_hid.c119 error = input_open_device(handle); mac_hid_emumouse_connect()
/linux-4.1.27/include/linux/
H A Dinput.h83 * input_open_device(). The driver must prepare the device
105 * device. It is used by input_open_device() and input_close_device()
110 * causes input_open_device*() fail with -ENODEV.
379 int input_open_device(struct input_handle *);
/linux-4.1.27/net/rfkill/
H A Dinput.c240 error = input_open_device(handle); rfkill_connect()
/linux-4.1.27/drivers/tty/
H A Dsysrq.c897 error = input_open_device(&sysrq->handle); sysrq_connect()
/linux-4.1.27/drivers/tty/vt/
H A Dkeyboard.c1425 error = input_open_device(handle); kbd_connect()

Completed in 583 milliseconds