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

Go to the source code of this file.

Functions

void cb_out_1 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_out_2 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_in_1 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_in_2 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_in_3 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_disc_1 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_disc_2 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_disc_3 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_notdone (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_selp_1 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 
void cb_open (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *data)
 

Function Documentation

void cb_disc_1 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 242 of file callbacks.c.

void cb_disc_2 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 271 of file callbacks.c.

void cb_disc_3 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 295 of file callbacks.c.

void cb_in_1 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 130 of file callbacks.c.

void cb_in_2 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 190 of file callbacks.c.

void cb_in_3 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 216 of file callbacks.c.

void cb_notdone ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 306 of file callbacks.c.

void cb_open ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 336 of file callbacks.c.

void cb_out_1 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 42 of file callbacks.c.

void cb_out_2 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 84 of file callbacks.c.

void cb_selp_1 ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
struct callb_data data 
)

Definition at line 314 of file callbacks.c.