Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
usbip_host_driver.h File Reference
#include <stdint.h>
#include "usbip_common.h"

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_deviceusbip_host_get_device (int num)
 

Variables

struct usbip_host_driver __attribute__
 
struct usbip_host_driverhost_driver
 

Function Documentation

void usbip_host_driver_close ( void  )

Definition at line 298 of file usbip_host_driver.c.

int usbip_host_driver_open ( void  )

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.

struct usbip_exported_device* usbip_host_get_device ( int  num)
read

Definition at line 387 of file usbip_host_driver.c.

int usbip_host_refresh_device_list ( void  )

Definition at line 312 of file usbip_host_driver.c.

Variable Documentation

struct usbip_host_driver* host_driver

Definition at line 31 of file usbip_host_driver.c.