Linux Kernel
3.7.1
|
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/skbuff.h>
#include <asm/io.h>
#include <linux/isdnif.h>
#include "pcbit.h"
#include "layer2.h"
#include "edss1.h"
#include "callbacks.h"
#include "capi.h"
Go to the source code of this file.
Functions | |
void | cb_out_1 (struct pcbit_dev *dev, struct pcbit_chan *chan, struct callb_data *cbdata) |
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 *cbdata) |
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) |
Variables | |
ushort | last_ref_num = 1 |
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 * | cbdata | ||
) |
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 * | cbdata | ||
) |
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.
ushort last_ref_num = 1 |
Definition at line 35 of file callbacks.c.