Searched refs:roccat_cdev (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 Dhid-roccat.c69 static struct cdev roccat_cdev; variable in typeref:struct:cdev
411 cdev_init(&roccat_cdev, &roccat_ops);
412 cdev_add(&roccat_cdev, dev_id, ROCCAT_MAX_DEVICES);
421 cdev_del(&roccat_cdev);

Completed in 153 milliseconds