Searched refs:hidraw_major (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhidraw.c39 static int hidraw_major; variable
390 dev->dev = device_create(hidraw_class, &hid->dev, MKDEV(hidraw_major, minor),
427 device_destroy(hidraw_class, MKDEV(hidraw_major, hidraw->minor));
446 hidraw_major = MAJOR(dev_id);
457 unregister_chrdev(hidraw_major, "hidraw");
469 dev_t dev_id = MKDEV(hidraw_major, 0);

Completed in 25 milliseconds