Home
last modified time | relevance | path

Searched refs:host_driver (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/usb/usbip/libsrc/
H A Dusbip_host_driver.c41 struct usbip_host_driver host_driver = { variable
42 .edev_list = LIST_HEAD_INIT(host_driver.edev_list),
H A Dusbip_host_driver.h18 extern struct usbip_host_driver host_driver;
/openbmc/linux/tools/usb/usbip/src/
H A Dusbipd.c621 driver = &host_driver; in main()