Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dvhci_driver.c496 struct sysfs_attribute *attr_detach; in usbip_vhci_detach_device() local
500 attr_detach = sysfs_get_device_attr(vhci_driver->hc_device, "detach"); in usbip_vhci_detach_device()
501 if (!attr_detach) { in usbip_vhci_detach_device()
510 ret = sysfs_write_attribute(attr_detach, buff, strlen(buff)); in usbip_vhci_detach_device()