Home
last modified time | relevance | path

Searched refs:RAW_MAJOR (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/char/
Draw.c169 device_destroy(raw_class, MKDEV(RAW_MAJOR, number)); in bind_set()
175 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set()
314 dev_t dev = MKDEV(RAW_MAJOR, 0); in raw_init()
348 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init()
361 device_destroy(raw_class, MKDEV(RAW_MAJOR, 0)); in raw_exit()
364 unregister_chrdev_region(MKDEV(RAW_MAJOR, 0), max_raw_minors); in raw_exit()
/linux-4.1.27/include/uapi/linux/
Dmajor.h152 #define RAW_MAJOR 162 macro