Searched refs:RAW_MAJOR (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/char/ |
D | raw.c | 170 device_destroy(raw_class, MKDEV(RAW_MAJOR, number)); in bind_set() 176 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set() 315 dev_t dev = MKDEV(RAW_MAJOR, 0); in raw_init() 349 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init() 362 device_destroy(raw_class, MKDEV(RAW_MAJOR, 0)); in raw_exit() 365 unregister_chrdev_region(MKDEV(RAW_MAJOR, 0), max_raw_minors); in raw_exit()
|
/linux-4.4.14/include/uapi/linux/ |
D | major.h | 152 #define RAW_MAJOR 162 macro
|