Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usbip_event.c File Reference
#include <linux/kthread.h>
#include <linux/export.h>
#include "usbip_common.h"

Go to the source code of this file.

Functions

int usbip_start_eh (struct usbip_device *ud)
 
 EXPORT_SYMBOL_GPL (usbip_start_eh)
 
void usbip_stop_eh (struct usbip_device *ud)
 
 EXPORT_SYMBOL_GPL (usbip_stop_eh)
 
void usbip_event_add (struct usbip_device *ud, unsigned long event)
 
 EXPORT_SYMBOL_GPL (usbip_event_add)
 
int usbip_event_happened (struct usbip_device *ud)
 
 EXPORT_SYMBOL_GPL (usbip_event_happened)
 

Function Documentation

EXPORT_SYMBOL_GPL ( usbip_start_eh  )
EXPORT_SYMBOL_GPL ( usbip_stop_eh  )
EXPORT_SYMBOL_GPL ( usbip_event_add  )
EXPORT_SYMBOL_GPL ( usbip_event_happened  )
void usbip_event_add ( struct usbip_device ud,
unsigned long  event 
)

Definition at line 106 of file usbip_event.c.

int usbip_event_happened ( struct usbip_device ud)

Definition at line 115 of file usbip_event.c.

int usbip_start_eh ( struct usbip_device ud)

Definition at line 81 of file usbip_event.c.

void usbip_stop_eh ( struct usbip_device ud)

Definition at line 96 of file usbip_event.c.