Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dmajor.h29 #define INPUT_MAJOR 13 macro
/linux-2.6.39/drivers/input/
Dinput.c2154 err = register_chrdev(INPUT_MAJOR, "input", &input_fops); in input_init()
2156 pr_err("unable to register char major %d", INPUT_MAJOR); in input_init()
2170 unregister_chrdev(INPUT_MAJOR, "input"); in input_exit()
Devdev.c938 evdev->dev.devt = MKDEV(INPUT_MAJOR, EVDEV_MINOR_BASE + minor); in evdev_connect()
Dmousedev.c890 mousedev->dev.devt = MKDEV(INPUT_MAJOR, MOUSEDEV_MINOR_BASE + minor); in mousedev_create()
Djoydev.c880 joydev->dev.devt = MKDEV(INPUT_MAJOR, JOYDEV_MINOR_BASE + minor); in joydev_connect()