Searched refs:RAW_MAJOR (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/char/ |
| D | raw.c | 139 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set() 308 dev_t dev = MKDEV(RAW_MAJOR, 0); in raw_init() 341 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init() 354 device_destroy(raw_class, MKDEV(RAW_MAJOR, 0)); in raw_exit() 357 unregister_chrdev_region(MKDEV(RAW_MAJOR, 0), max_raw_minors); in raw_exit()
|
| /Linux-v5.10/include/uapi/linux/ |
| D | major.h | 153 #define RAW_MAJOR 162 macro
|