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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/core/
H A Ddevio.c1628 static struct cdev usb_device_cdev = { variable in typeref:struct:cdev
1643 cdev_init(&usb_device_cdev, &usbdev_file_operations);
1644 retval = cdev_add(&usb_device_cdev, USB_DEVICE_DEV, USB_DEVICE_MAX);
1654 cdev_del(&usb_device_cdev);
1675 cdev_del(&usb_device_cdev);

Completed in 93 milliseconds