Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | usbip_host_driver |
struct | usbip_exported_device |
Functions | |
int | usbip_host_driver_open (void) |
void | usbip_host_driver_close (void) |
int | usbip_host_refresh_device_list (void) |
int | usbip_host_export_device (struct usbip_exported_device *edev, int sockfd) |
struct usbip_exported_device * | usbip_host_get_device (int num) |
Variables | |
struct usbip_host_driver | __attribute__ |
struct usbip_host_driver * | host_driver |
Definition at line 298 of file usbip_host_driver.c.
Definition at line 258 of file usbip_host_driver.c.
int usbip_host_export_device | ( | struct usbip_exported_device * | edev, |
int | sockfd | ||
) |
Definition at line 335 of file usbip_host_driver.c.
|
read |
Definition at line 387 of file usbip_host_driver.c.
Definition at line 312 of file usbip_host_driver.c.
struct usbip_host_driver* host_driver |
Definition at line 31 of file usbip_host_driver.c.