Searched refs:USBIP_HOST_DRV_NAME (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/staging/usbip/userspace/src/ |
D | usbip_unbind.c | 33 " -b, --busid=<busid> Unbind " USBIP_HOST_DRV_NAME ".ko from " 58 usbip_host_drv = sysfs_open_driver(bus_type, USBIP_HOST_DRV_NAME); in unbind_device() 60 err("could not open %s driver: %s", USBIP_HOST_DRV_NAME, in unbind_device() 67 err("%s is not in use by any devices", USBIP_HOST_DRV_NAME); in unbind_device() 73 !strncmp(dev->driver_name, USBIP_HOST_DRV_NAME, in unbind_device() 74 strlen(USBIP_HOST_DRV_NAME))) { in unbind_device() 82 USBIP_HOST_DRV_NAME); in unbind_device()
|
D | usbip_bind.c | 40 " -b, --busid=<busid> Bind " USBIP_HOST_DRV_NAME ".ko to device " 71 USBIP_HOST_DRV_NAME, attr_name); in bind_usbip() 168 if (!strncmp(USBIP_HOST_DRV_NAME, intf_dev->driver_name, in unbind_other() 226 USBIP_HOST_DRV_NAME); in bind_device() 238 err("could not bind device to %s", USBIP_HOST_DRV_NAME); in bind_device()
|
D | usbip.c | 86 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko", 92 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
|
D | utils.c | 51 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); in modify_match_busid()
|
D | usbipd.c | 450 USBIP_HOST_DRV_NAME ".ko!"); in do_standalone_mode()
|
/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/ |
D | usbip_host_driver.c | 188 dbg("bind " USBIP_HOST_DRV_NAME ".ko to a usb device to be " in refresh_exported_devices() 240 USBIP_HOST_DRV_NAME); in open_sysfs_host_driver()
|
D | usbip_common.h | 28 #define USBIP_HOST_DRV_NAME "usbip-host" macro
|