Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
dsp_cmx.c File Reference
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/mISDNif.h>
#include <linux/mISDNdsp.h>
#include "core.h"
#include "dsp.h"

Go to the source code of this file.

Functions

void dsp_cmx_debug (struct dsp *dsp)
 
int dsp_cmx_del_conf_member (struct dsp *dsp)
 
int dsp_cmx_del_conf (struct dsp_conf *conf)
 
void dsp_cmx_hardware (struct dsp_conf *conf, struct dsp *dsp)
 
int dsp_cmx_conf (struct dsp *dsp, u32 conf_id)
 
void dsp_cmx_receive (struct dsp *dsp, struct sk_buff *skb)
 
void dsp_cmx_send (void *arg)
 
void dsp_cmx_transmit (struct dsp *dsp, struct sk_buff *skb)
 
void dsp_cmx_hdlc (struct dsp *dsp, struct sk_buff *skb)
 

Variables

struct timer_list dsp_spl_tl
 
unsigned long dsp_spl_jiffies
 

Function Documentation

int dsp_cmx_conf ( struct dsp dsp,
u32  conf_id 
)

Definition at line 1064 of file dsp_cmx.c.

void dsp_cmx_debug ( struct dsp dsp)

Definition at line 159 of file dsp_cmx.c.

int dsp_cmx_del_conf ( struct dsp_conf conf)

Definition at line 337 of file dsp_cmx.c.

int dsp_cmx_del_conf_member ( struct dsp dsp)

Definition at line 265 of file dsp_cmx.c.

void dsp_cmx_hardware ( struct dsp_conf conf,
struct dsp dsp 
)

Definition at line 384 of file dsp_cmx.c.

void dsp_cmx_hdlc ( struct dsp dsp,
struct sk_buff skb 
)

Definition at line 1921 of file dsp_cmx.c.

void dsp_cmx_receive ( struct dsp dsp,
struct sk_buff skb 
)

Definition at line 1182 of file dsp_cmx.c.

void dsp_cmx_send ( void arg)

Definition at line 1632 of file dsp_cmx.c.

void dsp_cmx_transmit ( struct dsp dsp,
struct sk_buff skb 
)

Definition at line 1864 of file dsp_cmx.c.

Variable Documentation

unsigned long dsp_spl_jiffies

Definition at line 1627 of file dsp_cmx.c.

struct timer_list dsp_spl_tl

Definition at line 1626 of file dsp_cmx.c.