Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/
Draw.c170 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()
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-v4.19/include/uapi/linux/
Dmajor.h153 #define RAW_MAJOR 162 macro