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

/linux-4.1.27/drivers/input/
H A Dmousedev.c827 minor = input_get_new_minor(MOUSEDEV_MIX, 1, false); mousedev_reserve_minor()
831 minor = input_get_new_minor(MOUSEDEV_MINOR_BASE, mousedev_reserve_minor()
H A Dinput.c2368 * input_get_new_minor - allocates a new input minor number
2378 int input_get_new_minor(int legacy_base, unsigned int legacy_num, input_get_new_minor() function
2399 EXPORT_SYMBOL(input_get_new_minor); variable
H A Djoydev.c832 minor = input_get_new_minor(JOYDEV_MINOR_BASE, JOYDEV_MINORS, true); joydev_connect()
H A Devdev.c1149 minor = input_get_new_minor(EVDEV_MINOR_BASE, EVDEV_MINORS, true); evdev_connect()
/linux-4.1.27/include/linux/
H A Dinput.h366 int __must_check input_get_new_minor(int legacy_base, unsigned int legacy_num,

Completed in 118 milliseconds