attr_path          10 tools/usb/usbip/libsrc/sysfs_utils.c int write_sysfs_attribute(const char *attr_path, const char *new_value,
attr_path          16 tools/usb/usbip/libsrc/sysfs_utils.c 	fd = open(attr_path, O_WRONLY);
attr_path          18 tools/usb/usbip/libsrc/sysfs_utils.c 		dbg("error opening attribute %s", attr_path);
attr_path          24 tools/usb/usbip/libsrc/sysfs_utils.c 		dbg("error writing to attribute %s", attr_path);
attr_path           6 tools/usb/usbip/libsrc/sysfs_utils.h int write_sysfs_attribute(const char *attr_path, const char *new_value,