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

Go to the source code of this file.

Functions

int oz_cdev_register (void)
 
int oz_cdev_deregister (void)
 
int oz_cdev_init (void)
 
void oz_cdev_term (void)
 
int oz_cdev_start (struct oz_pd *pd, int resume)
 
void oz_cdev_stop (struct oz_pd *pd, int pause)
 
void oz_cdev_rx (struct oz_pd *pd, struct oz_elt *elt)
 
void oz_cdev_heartbeat (struct oz_pd *pd)
 

Function Documentation

int oz_cdev_deregister ( void  )

Definition at line 373 of file ozcdev.c.

void oz_cdev_heartbeat ( struct oz_pd pd)

Definition at line 529 of file ozcdev.c.

int oz_cdev_init ( void  )

Definition at line 386 of file ozcdev.c.

int oz_cdev_register ( void  )

Definition at line 332 of file ozcdev.c.

void oz_cdev_rx ( struct oz_pd pd,
struct oz_elt elt 
)

Definition at line 469 of file ozcdev.c.

int oz_cdev_start ( struct oz_pd pd,
int  resume 
)

Definition at line 403 of file ozcdev.c.

void oz_cdev_stop ( struct oz_pd pd,
int  pause 
)

Definition at line 440 of file ozcdev.c.

void oz_cdev_term ( void  )

Definition at line 395 of file ozcdev.c.