Home
last modified time | relevance | path

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

/linux-4.4.14/tools/usb/usbip/libsrc/
Dvhci_driver.c304 char attach_attr_path[SYSFS_PATH_MAX]; in usbip_vhci_attach_device2() local
314 snprintf(attach_attr_path, sizeof(attach_attr_path), "%s/%s", in usbip_vhci_attach_device2()
316 dbg("attach attribute path: %s", attach_attr_path); in usbip_vhci_attach_device2()
318 ret = write_sysfs_attribute(attach_attr_path, buff, strlen(buff)); in usbip_vhci_attach_device2()