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

/linux-master/tools/usb/usbip/libsrc/
H A Dvhci_driver.c121 attr_status = udev_device_get_sysattr_value(vhci_driver->hc_device,
138 static int get_nports(struct udev_device *hc_device) argument
142 attr_nports = udev_device_get_sysattr_value(hc_device, "nports");
162 platform = udev_device_get_parent(vhci_driver->hc_device);
246 struct udev_device *hc_device; local
255 hc_device =
259 if (!hc_device) {
264 nports = get_nports(hc_device);
279 vhci_driver->hc_device = hc_device;
[all...]
H A Dvhci_driver.h39 struct udev_device *hc_device; member in struct:usbip_vhci_driver

Completed in 105 milliseconds