Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hwchannel.c File Reference
#include <linux/gfp.h>
#include <linux/module.h>
#include <linux/mISDNhw.h>

Go to the source code of this file.

Functions

int mISDN_initdchannel (struct dchannel *ch, int maxlen, void *phf)
 
 EXPORT_SYMBOL (mISDN_initdchannel)
 
int mISDN_initbchannel (struct bchannel *ch, unsigned short maxlen, unsigned short minlen)
 
 EXPORT_SYMBOL (mISDN_initbchannel)
 
int mISDN_freedchannel (struct dchannel *ch)
 
 EXPORT_SYMBOL (mISDN_freedchannel)
 
void mISDN_clear_bchannel (struct bchannel *ch)
 
 EXPORT_SYMBOL (mISDN_clear_bchannel)
 
void mISDN_freebchannel (struct bchannel *ch)
 
 EXPORT_SYMBOL (mISDN_freebchannel)
 
int mISDN_ctrl_bchannel (struct bchannel *bch, struct mISDN_ctrl_req *cq)
 
 EXPORT_SYMBOL (mISDN_ctrl_bchannel)
 
void recv_Dchannel (struct dchannel *dch)
 
 EXPORT_SYMBOL (recv_Dchannel)
 
void recv_Echannel (struct dchannel *ech, struct dchannel *dch)
 
 EXPORT_SYMBOL (recv_Echannel)
 
void recv_Bchannel (struct bchannel *bch, unsigned int id, bool force)
 
 EXPORT_SYMBOL (recv_Bchannel)
 
void recv_Dchannel_skb (struct dchannel *dch, struct sk_buff *skb)
 
 EXPORT_SYMBOL (recv_Dchannel_skb)
 
void recv_Bchannel_skb (struct bchannel *bch, struct sk_buff *skb)
 
 EXPORT_SYMBOL (recv_Bchannel_skb)
 
int get_next_dframe (struct dchannel *dch)
 
 EXPORT_SYMBOL (get_next_dframe)
 
int get_next_bframe (struct bchannel *bch)
 
 EXPORT_SYMBOL (get_next_bframe)
 
void queue_ch_frame (struct mISDNchannel *ch, u_int pr, int id, struct sk_buff *skb)
 
 EXPORT_SYMBOL (queue_ch_frame)
 
int dchannel_senddata (struct dchannel *ch, struct sk_buff *skb)
 
 EXPORT_SYMBOL (dchannel_senddata)
 
int bchannel_senddata (struct bchannel *ch, struct sk_buff *skb)
 
 EXPORT_SYMBOL (bchannel_senddata)
 
int bchannel_get_rxbuf (struct bchannel *bch, int reqlen)
 
 EXPORT_SYMBOL (bchannel_get_rxbuf)
 

Function Documentation

int bchannel_get_rxbuf ( struct bchannel bch,
int  reqlen 
)

Definition at line 479 of file hwchannel.c.

int bchannel_senddata ( struct bchannel ch,
struct sk_buff skb 
)

Definition at line 439 of file hwchannel.c.

int dchannel_senddata ( struct dchannel ch,
struct sk_buff skb 
)

Definition at line 413 of file hwchannel.c.

EXPORT_SYMBOL ( mISDN_initdchannel  )
EXPORT_SYMBOL ( mISDN_initbchannel  )
EXPORT_SYMBOL ( mISDN_freedchannel  )
EXPORT_SYMBOL ( mISDN_clear_bchannel  )
EXPORT_SYMBOL ( mISDN_freebchannel  )
EXPORT_SYMBOL ( mISDN_ctrl_bchannel  )
EXPORT_SYMBOL ( recv_Dchannel  )
EXPORT_SYMBOL ( recv_Echannel  )
EXPORT_SYMBOL ( recv_Bchannel  )
EXPORT_SYMBOL ( recv_Dchannel_skb  )
EXPORT_SYMBOL ( recv_Bchannel_skb  )
EXPORT_SYMBOL ( get_next_dframe  )
EXPORT_SYMBOL ( get_next_bframe  )
EXPORT_SYMBOL ( queue_ch_frame  )
EXPORT_SYMBOL ( dchannel_senddata  )
EXPORT_SYMBOL ( bchannel_senddata  )
EXPORT_SYMBOL ( bchannel_get_rxbuf  )
int get_next_bframe ( struct bchannel bch)

Definition at line 370 of file hwchannel.c.

int get_next_dframe ( struct dchannel dch)

Definition at line 332 of file hwchannel.c.

void mISDN_clear_bchannel ( struct bchannel ch)

Definition at line 125 of file hwchannel.c.

int mISDN_ctrl_bchannel ( struct bchannel bch,
struct mISDN_ctrl_req cq 
)

Definition at line 165 of file hwchannel.c.

void mISDN_freebchannel ( struct bchannel ch)

Definition at line 157 of file hwchannel.c.

int mISDN_freedchannel ( struct dchannel ch)

Definition at line 107 of file hwchannel.c.

int mISDN_initbchannel ( struct bchannel ch,
unsigned short  maxlen,
unsigned short  minlen 
)

Definition at line 84 of file hwchannel.c.

int mISDN_initdchannel ( struct dchannel ch,
int  maxlen,
void phf 
)

Definition at line 66 of file hwchannel.c.

void queue_ch_frame ( struct mISDNchannel *  ch,
u_int  pr,
int  id,
struct sk_buff skb 
)

Definition at line 393 of file hwchannel.c.

void recv_Bchannel ( struct bchannel bch,
unsigned int  id,
bool  force 
)

Definition at line 258 of file hwchannel.c.

void recv_Bchannel_skb ( struct bchannel bch,
struct sk_buff skb 
)

Definition at line 301 of file hwchannel.c.

void recv_Dchannel ( struct dchannel dch)

Definition at line 220 of file hwchannel.c.

void recv_Dchannel_skb ( struct dchannel dch,
struct sk_buff skb 
)

Definition at line 293 of file hwchannel.c.

void recv_Echannel ( struct dchannel ech,
struct dchannel dch 
)

Definition at line 239 of file hwchannel.c.