Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/char/
Draw.c171 device_destroy(raw_class, MKDEV(RAW_MAJOR, number)); in bind_set()
177 dev_t raw = MKDEV(RAW_MAJOR, number); in bind_set()
318 dev_t dev = MKDEV(RAW_MAJOR, 0); in raw_init()
352 device_create(raw_class, NULL, MKDEV(RAW_MAJOR, 0), NULL, "rawctl"); in raw_init()
365 device_destroy(raw_class, MKDEV(RAW_MAJOR, 0)); in raw_exit()
368 unregister_chrdev_region(MKDEV(RAW_MAJOR, 0), max_raw_minors); in raw_exit()
/linux-3.4.99/include/linux/
Dmajor.h150 #define RAW_MAJOR 162 macro