Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usbip.h File Reference

Go to the source code of this file.

Functions

int usbip_attach (int argc, char *argv[])
 
int usbip_detach (int argc, char *argv[])
 
int usbip_list (int argc, char *argv[])
 
int usbip_bind (int argc, char *argv[])
 
int usbip_unbind (int argc, char *argv[])
 
void usbip_attach_usage (void)
 
void usbip_detach_usage (void)
 
void usbip_list_usage (void)
 
void usbip_bind_usage (void)
 
void usbip_unbind_usage (void)
 

Function Documentation

int usbip_attach ( int  argc,
char argv[] 
)

Definition at line 190 of file usbip_attach.c.

void usbip_attach_usage ( void  )

Definition at line 41 of file usbip_attach.c.

int usbip_bind ( int  argc,
char argv[] 
)

Definition at line 248 of file usbip_bind.c.

void usbip_bind_usage ( void  )

Definition at line 43 of file usbip_bind.c.

int usbip_detach ( int  argc,
char argv[] 
)

Definition at line 75 of file usbip_detach.c.

void usbip_detach_usage ( void  )

Definition at line 40 of file usbip_detach.c.

int usbip_list ( int  argc,
char argv[] 
)

Definition at line 260 of file usbip_list.c.

void usbip_list_usage ( void  )

Definition at line 43 of file usbip_list.c.

int usbip_unbind ( int  argc,
char argv[] 
)

Definition at line 157 of file usbip_unbind.c.

void usbip_unbind_usage ( void  )

Definition at line 36 of file usbip_unbind.c.