Searched refs:USBIP_HOST_DRV_NAME (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/usb/usbip/src/ |
D | usbip_bind.c | 41 " -b, --busid=<busid> Bind " USBIP_HOST_DRV_NAME ".ko to device " 58 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); in bind_usbip() 113 if (!strncmp(USBIP_HOST_DRV_NAME, driver, in unbind_other() 114 strlen(USBIP_HOST_DRV_NAME))) { in unbind_other() 172 USBIP_HOST_DRV_NAME); in bind_device() 184 err("could not bind device to %s", USBIP_HOST_DRV_NAME); in bind_device()
|
D | usbip_unbind.c | 34 " -b, --busid=<busid> Unbind " USBIP_HOST_DRV_NAME ".ko from " 76 USBIP_HOST_DRV_NAME, unbind_attr_name); in unbind_device() 94 USBIP_HOST_DRV_NAME, rebind_attr_name); in unbind_device()
|
D | usbip.c | 87 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", 93 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
|
D | utils.c | 37 SYSFS_BUS_TYPE, SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, in modify_match_busid()
|
/Linux-v4.19/tools/usb/usbip/libsrc/ |
D | usbip_host_driver.c | 36 return driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME); in is_my_device() 49 USBIP_HOST_DRV_NAME ".ko!"); in usbip_host_driver_open()
|
D | usbip_common.h | 33 #define USBIP_HOST_DRV_NAME "usbip-host" macro
|