Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/usb/usbip/src/
A Dusbip_bind.c29 " -b, --busid=<busid> Bind " USBIP_HOST_DRV_NAME ".ko to device "
46 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); in bind_usbip()
101 if (!strncmp(USBIP_HOST_DRV_NAME, driver, in unbind_other()
102 strlen(USBIP_HOST_DRV_NAME))) { in unbind_other()
160 USBIP_HOST_DRV_NAME); in bind_device()
172 err("could not bind device to %s", USBIP_HOST_DRV_NAME); in bind_device()
A Dusbip_unbind.c22 " -b, --busid=<busid> Unbind " USBIP_HOST_DRV_NAME ".ko from "
64 USBIP_HOST_DRV_NAME, unbind_attr_name); in unbind_device()
82 USBIP_HOST_DRV_NAME, rebind_attr_name); in unbind_device()
A Dusbip.c75 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko",
81 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
A Dutils.c25 SYSFS_BUS_TYPE, SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, in modify_match_busid()
/linux-6.3-rc2/tools/usb/usbip/libsrc/
A Dusbip_host_driver.c24 return driver != NULL && !strcmp(driver, USBIP_HOST_DRV_NAME); in is_my_device()
37 USBIP_HOST_DRV_NAME ".ko!"); in usbip_host_driver_open()
A Dusbip_common.h33 #define USBIP_HOST_DRV_NAME "usbip-host" macro

Completed in 5 milliseconds