Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dvhci_driver.c126 struct usbip_class_device *usbip_cdev; in check_usbip_device() local
135 usbip_cdev = calloc(1, sizeof(*usbip_cdev)); in check_usbip_device()
136 if (!usbip_cdev) { in check_usbip_device()
140 dlist_unshift(vhci_driver->cdev_list, usbip_cdev); in check_usbip_device()
141 strncpy(usbip_cdev->class_path, class_path, in check_usbip_device()
142 sizeof(usbip_cdev->class_path)); in check_usbip_device()
143 strncpy(usbip_cdev->dev_path, dev_path, in check_usbip_device()
144 sizeof(usbip_cdev->dev_path)); in check_usbip_device()