Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
edss1.c File Reference
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/mm.h>
#include <linux/skbuff.h>
#include <linux/timer.h>
#include <asm/io.h>
#include <linux/isdnif.h>
#include "pcbit.h"
#include "edss1.h"
#include "layer2.h"
#include "callbacks.h"

Go to the source code of this file.

Data Structures

struct  isdn_event_desc
 

Functions

charstrisdnevent (ushort ev)
 
void pcbit_fsm_event (struct pcbit_dev *dev, struct pcbit_chan *chan, unsigned short event, struct callb_data *data)
 

Variables

const char *const isdn_state_table []
 

Function Documentation

void pcbit_fsm_event ( struct pcbit_dev *  dev,
struct pcbit_chan *  chan,
unsigned short  event,
struct callb_data data 
)

Definition at line 266 of file edss1.c.

char* strisdnevent ( ushort  ev)

Definition at line 167 of file edss1.c.

Variable Documentation

const char* const isdn_state_table[]
Initial value:
= {
"Closed",
"Call initiated",
"Overlap sending",
"Outgoing call proceeding",
"NOT DEFINED",
"Call delivered",
"Call present",
"Call received",
"Connect request",
"Incoming call proceeding",
"Active",
"Disconnect request",
"Disconnect indication",
"NOT DEFINED",
"NOT DEFINED",
"Suspend request",
"NOT DEFINED",
"Resume request",
"NOT DEFINED",
"Release Request",
"NOT DEFINED",
"NOT DEFINED",
"NOT DEFINED",
"NOT DEFINED",
"NOT DEFINED",
"Overlap receiving",
"Select protocol on B-Channel",
"Activate B-channel protocol"
}

Definition at line 36 of file edss1.c.