#include <linux/init.h>
#include <linux/gfp.h>
#include "hisax.h"
#include "isdnl1.h"
Go to the source code of this file.
|
enum | {
ST_L1_F2,
ST_L1_F3,
ST_L1_F4,
ST_L1_F5,
ST_L1_F6,
ST_L1_F7,
ST_L1_F8
} |
|
enum | { ST_L1_NULL,
ST_L1_WAIT_ACT,
ST_L1_WAIT_DEACT,
ST_L1_ACTIV
} |
|
enum | {
EV_PH_ACTIVATE,
EV_PH_DEACTIVATE,
EV_RESET_IND,
EV_DEACT_CNF,
EV_DEACT_IND,
EV_POWER_UP,
EV_RSYNC_IND,
EV_INFO2_IND,
EV_INFO4_IND,
EV_TIMER_DEACT,
EV_TIMER_ACT,
EV_TIMER3
} |
|
|
void | debugl1 (struct IsdnCardState *cs, char *fmt,...) |
|
void | DChannel_proc_xmt (struct IsdnCardState *cs) |
|
void | DChannel_proc_rcv (struct IsdnCardState *cs) |
|
void | BChannel_bh (struct work_struct *work) |
|
void | HiSax_addlist (struct IsdnCardState *cs, struct PStack *st) |
|
void | HiSax_rmlist (struct IsdnCardState *cs, struct PStack *st) |
|
void | init_bcstate (struct IsdnCardState *cs, int bc) |
|
int __init | Isdnl1New (void) |
|
void | Isdnl1Free (void) |
|
void | l1_msg (struct IsdnCardState *cs, int pr, void *arg) |
|
void | l1_msg_b (struct PStack *st, int pr, void *arg) |
|
void | setstack_HiSax (struct PStack *st, struct IsdnCardState *cs) |
|
void | setstack_l1_B (struct PStack *st) |
|
#define TIMER3_VALUE 7000 |
- Enumerator:
ST_L1_F2 |
|
ST_L1_F3 |
|
ST_L1_F4 |
|
ST_L1_F5 |
|
ST_L1_F6 |
|
ST_L1_F7 |
|
ST_L1_F8 |
|
Definition at line 33 of file isdnl1.c.
- Enumerator:
ST_L1_NULL |
|
ST_L1_WAIT_ACT |
|
ST_L1_WAIT_DEACT |
|
ST_L1_ACTIV |
|
Definition at line 79 of file isdnl1.c.
- Enumerator:
EV_PH_ACTIVATE |
|
EV_PH_DEACTIVATE |
|
EV_RESET_IND |
|
EV_DEACT_CNF |
|
EV_DEACT_IND |
|
EV_POWER_UP |
|
EV_RSYNC_IND |
|
EV_INFO2_IND |
|
EV_INFO4_IND |
|
EV_TIMER_DEACT |
|
EV_TIMER_ACT |
|
EV_TIMER3 |
|
Definition at line 96 of file isdnl1.c.
void DChannel_proc_rcv |
( |
struct IsdnCardState * |
cs | ) |
|
void DChannel_proc_xmt |
( |
struct IsdnCardState * |
cs | ) |
|
const char* l1_revision = "$Revision: 2.46.2.5 $" |