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

Go to the source code of this file.

Functions

void isdn_lock_drivers (void)
 
void isdn_unlock_drivers (void)
 
void isdn_free_channel (int di, int ch, int usage)
 
void isdn_all_eaz (int di, int ch)
 
int isdn_command (isdn_ctrl *)
 
int isdn_dc2minor (int di, int ch)
 
void isdn_info_update (void)
 
charisdn_map_eaz2msn (char *msn, int di)
 
void isdn_timer_ctrl (int tf, int onoff)
 
void isdn_unexclusive_channel (int di, int ch)
 
int isdn_getnum (char **)
 
int isdn_readbchan (int, int, u_char *, u_char *, int, wait_queue_head_t *)
 
int isdn_readbchan_tty (int, int, struct tty_struct *, int)
 
int isdn_get_free_channel (int, int, int, int, int, char *)
 
int isdn_writebuf_skb_stub (int, int, int, struct sk_buff *)
 
int register_isdn (isdn_if *i)
 
int isdn_msncmp (const char *, const char *)
 

Function Documentation

void isdn_all_eaz ( int  di,
int  ch 
)

Definition at line 381 of file isdn_common.c.

int isdn_command ( isdn_ctrl )

Definition at line 337 of file isdn_common.c.

int isdn_dc2minor ( int  di,
int  ch 
)

Definition at line 220 of file isdn_common.c.

void isdn_free_channel ( int  di,
int  ch,
int  usage 
)

Definition at line 1924 of file isdn_common.c.

int isdn_get_free_channel ( int  ,
int  ,
int  ,
int  ,
int  ,
char  
)

Definition at line 1872 of file isdn_common.c.

int isdn_getnum ( char **  )

Definition at line 742 of file isdn_common.c.

void isdn_info_update ( void  )

Definition at line 1047 of file isdn_common.c.

void isdn_lock_drivers ( void  )

Definition at line 79 of file isdn_common.c.

char* isdn_map_eaz2msn ( char msn,
int  di 
)

Definition at line 1848 of file isdn_common.c.

int isdn_msncmp ( const char ,
const char  
)

Definition at line 202 of file isdn_common.c.

int isdn_readbchan ( int  ,
int  ,
u_char ,
u_char ,
int  ,
wait_queue_head_t  
)

Definition at line 767 of file isdn_common.c.

int isdn_readbchan_tty ( int  ,
int  ,
struct tty_struct ,
int   
)

Definition at line 879 of file isdn_common.c.

void isdn_timer_ctrl ( int  tf,
int  onoff 
)

Definition at line 269 of file isdn_common.c.

void isdn_unexclusive_channel ( int  di,
int  ch 
)

Definition at line 1957 of file isdn_common.c.

void isdn_unlock_drivers ( void  )

Definition at line 100 of file isdn_common.c.

int isdn_writebuf_skb_stub ( int  ,
int  ,
int  ,
struct sk_buff  
)

Definition at line 1999 of file isdn_common.c.

int register_isdn ( isdn_if i)

Definition at line 2223 of file isdn_common.c.