Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/core/
H A Ddevio.c2887 static struct cdev usb_device_cdev; variable
2899 cdev_init(&usb_device_cdev, &usbdev_file_operations); in usb_devio_init()
2900 retval = cdev_add(&usb_device_cdev, USB_DEVICE_DEV, USB_DEVICE_MAX); in usb_devio_init()
2918 cdev_del(&usb_device_cdev); in usb_devio_cleanup()