Home
last modified time | relevance | path

Searched refs:input_get_new_minor (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/
H A Dinput.h399 int __must_check input_get_new_minor(int legacy_base, unsigned int legacy_num,
/openbmc/linux/drivers/input/
H A Dmousedev.c829 minor = input_get_new_minor(MOUSEDEV_MIX, 1, false); in mousedev_reserve_minor()
833 minor = input_get_new_minor(MOUSEDEV_MINOR_BASE, in mousedev_reserve_minor()
H A Djoydev.c918 minor = input_get_new_minor(JOYDEV_MINOR_BASE, JOYDEV_MINORS, true); in joydev_connect()
H A Dinput.c2697 int input_get_new_minor(int legacy_base, unsigned int legacy_num, in input_get_new_minor() function
2718 EXPORT_SYMBOL(input_get_new_minor);
H A Devdev.c1345 minor = input_get_new_minor(EVDEV_MINOR_BASE, EVDEV_MINORS, true); in evdev_connect()