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

Go to the source code of this file.

Data Structures

struct  oz_usb_ctx
 

Functions

int oz_usb_init (void)
 
void oz_usb_term (void)
 
int oz_usb_start (struct oz_pd *pd, int resume)
 
void oz_usb_stop (struct oz_pd *pd, int pause)
 
void oz_usb_rx (struct oz_pd *pd, struct oz_elt *elt)
 
int oz_usb_heartbeat (struct oz_pd *pd)
 
void oz_usb_farewell (struct oz_pd *pd, u8 ep_num, u8 *data, u8 len)
 

Function Documentation

void oz_usb_farewell ( struct oz_pd pd,
u8  ep_num,
u8 data,
u8  len 
)

Definition at line 422 of file ozusbsvc1.c.

int oz_usb_heartbeat ( struct oz_pd pd)

Definition at line 176 of file ozusbsvc.c.

int oz_usb_init ( void  )

Definition at line 35 of file ozusbsvc.c.

void oz_usb_rx ( struct oz_pd pd,
struct oz_elt elt 
)

Definition at line 352 of file ozusbsvc1.c.

int oz_usb_start ( struct oz_pd pd,
int  resume 
)

Definition at line 53 of file ozusbsvc.c.

void oz_usb_stop ( struct oz_pd pd,
int  pause 
)

Definition at line 117 of file ozusbsvc.c.

void oz_usb_term ( void  )

Definition at line 44 of file ozusbsvc.c.