Searched refs:input_get_new_minor (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | input.h | 399 int __must_check input_get_new_minor(int legacy_base, unsigned int legacy_num,
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 829 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 D | joydev.c | 918 minor = input_get_new_minor(JOYDEV_MINOR_BASE, JOYDEV_MINORS, true); in joydev_connect()
|
H A D | input.c | 2697 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 D | evdev.c | 1345 minor = input_get_new_minor(EVDEV_MINOR_BASE, EVDEV_MINORS, true); in evdev_connect()
|