Home
last modified time | relevance | path

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

/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_unbind.c66 rc = write_sysfs_attribute(unbind_attr_path, busid, strlen(busid)); in unbind_device()
84 rc = write_sysfs_attribute(rebind_attr_path, busid, strlen(busid)); in unbind_device()
H A Dusbip_bind.c48 rc = write_sysfs_attribute(bind_attr_path, busid, strlen(busid)); in bind_usbip()
113 rc = write_sysfs_attribute(unbind_attr_path, busid, strlen(busid)); in unbind_other()
H A Dutils.c35 rc = write_sysfs_attribute(match_busid_attr_path, command, in modify_match_busid()
/openbmc/linux/tools/usb/usbip/libsrc/
H A Dsysfs_utils.h6 int write_sysfs_attribute(const char *attr_path, const char *new_value,
H A Dsysfs_utils.c10 int write_sysfs_attribute(const char *attr_path, const char *new_value, in write_sysfs_attribute() function
H A Dvhci_driver.c374 ret = write_sysfs_attribute(attach_attr_path, buff, strlen(buff)); in usbip_vhci_attach_device2()
415 ret = write_sysfs_attribute(detach_attr_path, buff, strlen(buff)); in usbip_vhci_detach_device()
H A Dusbip_host_common.c254 ret = write_sysfs_attribute(sockfd_attr_path, sockfd_buff, in usbip_export_device()