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

/drivers/staging/usbip/userspace/libsrc/
H A Dusbip_host_driver.h33 struct sysfs_device *sudev; member in struct:usbip_exported_device
H A Dusbip_host_driver.c114 edev->sudev = sysfs_open_device_path(sdevpath);
115 if (!edev->sudev) {
120 read_usb_device(edev->sudev, &edev->udev);
141 if (edev && edev->sudev)
142 sysfs_close_device(edev->sudev);
175 struct sysfs_device *sudev; local
196 sudev = sysfs_get_device_parent(suintf);
197 if (!sudev) {
202 if (check_new(sudev_list, sudev)) {
204 dlist_unshift(sudev_list, sudev);
[all...]
H A Dvhci_driver.c15 struct sysfs_device *sudev; local
17 sudev = sysfs_open_device("usb", busid);
18 if (!sudev) {
22 read_usb_device(sudev, &idev->udev);
23 sysfs_close_device(sudev);

Completed in 110 milliseconds