Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/usbip/userspace/src/
Dusbip_unbind.c33 " -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()
Dusbip_bind.c40 " -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()
Dusbip.c86 .help = "Bind device to " USBIP_HOST_DRV_NAME ".ko",
92 .help = "Unbind device from " USBIP_HOST_DRV_NAME ".ko",
Dutils.c51 SYSFS_DRIVERS_NAME, USBIP_HOST_DRV_NAME, attr_name); in modify_match_busid()
Dusbipd.c450 USBIP_HOST_DRV_NAME ".ko!"); in do_standalone_mode()
/linux-3.4.99/drivers/staging/usbip/userspace/libsrc/
Dusbip_host_driver.c188 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()
Dusbip_common.h28 #define USBIP_HOST_DRV_NAME "usbip-host" macro