Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
hscx.c File Reference
#include <linux/init.h>
#include "hisax.h"
#include "hscx.h"
#include "isac.h"
#include "isdnl1.h"
#include <linux/interrupt.h>
#include <linux/slab.h>

Go to the source code of this file.

Functions

int HscxVersion (struct IsdnCardState *cs, char *s)
 
void modehscx (struct BCState *bcs, int mode, int bc)
 
void hscx_l2l1 (struct PStack *st, int pr, void *arg)
 
int open_hscxstate (struct IsdnCardState *cs, struct BCState *bcs)
 
void clear_pending_hscx_ints (struct IsdnCardState *cs)
 
void inithscx (struct IsdnCardState *cs)
 
void inithscxisac (struct IsdnCardState *cs, int part)
 

Function Documentation

void clear_pending_hscx_ints ( struct IsdnCardState *  cs)

Definition at line 218 of file hscx.c.

void hscx_l2l1 ( struct PStack *  st,
int  pr,
void arg 
)

Definition at line 96 of file hscx.c.

int HscxVersion ( struct IsdnCardState *  cs,
char s 
)

Definition at line 26 of file hscx.c.

void inithscx ( struct IsdnCardState *  cs)

Definition at line 244 of file hscx.c.

void inithscxisac ( struct IsdnCardState *  cs,
int  part 
)

Definition at line 261 of file hscx.c.

void modehscx ( struct BCState *  bcs,
int  mode,
int  bc 
)

Definition at line 41 of file hscx.c.

int open_hscxstate ( struct IsdnCardState *  cs,
struct BCState *  bcs 
)

Definition at line 175 of file hscx.c.