Searched refs:USBIP_HOST_DRV_NAME (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/tools/usb/usbip/src/
H A Dusbip_bind.c41 " -b, --busid=<busid> Bind " USBIP_HOST_DRV_NAME ".ko to device "
58 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); bind_usbip()
113 if (!strncmp(USBIP_HOST_DRV_NAME, driver, unbind_other()
114 strlen(USBIP_HOST_DRV_NAME))) { unbind_other()
163 USBIP_HOST_DRV_NAME); bind_device()
175 err("could not bind device to %s", USBIP_HOST_DRV_NAME); bind_device()
H A Dusbip_unbind.c34 " -b, --busid=<busid> Unbind " USBIP_HOST_DRV_NAME ".ko from "
76 USBIP_HOST_DRV_NAME, unbind_attr_name); unbind_device()
94 USBIP_HOST_DRV_NAME, rebind_attr_name); unbind_device()
H A Dutils.c36 SYSFS_BUS_TYPE, SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, modify_match_busid()
H A Dusbip.c87 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko",
93 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
H A Dusbipd.c496 USBIP_HOST_DRV_NAME ".ko!"); do_standalone_mode()
/linux-4.1.27/tools/usb/usbip/libsrc/
H A Dusbip_common.h30 #define USBIP_HOST_DRV_NAME "usbip-host" macro
H A Dusbip_host_driver.c138 if (driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME)) { udev_list_entry_foreach()

Completed in 276 milliseconds