Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mISDN_dsp_element Struct Reference

#include <mISDNdsp.h>

Data Fields

charname
 
void *(* new )(const char *arg)
 
void(* free )(void *p)
 
void(* process_tx )(void *p, unsigned char *data, int len)
 
void(* process_rx )(void *p, unsigned char *data, int len, unsigned int txlen)
 
int num_args
 
struct mISDN_dsp_element_argargs
 

Detailed Description

Definition at line 10 of file mISDNdsp.h.

Field Documentation

Definition at line 18 of file mISDNdsp.h.

void(* free)(void *p)

Definition at line 13 of file mISDNdsp.h.

char* name

Definition at line 11 of file mISDNdsp.h.

void*(* new)(const char *arg)

Definition at line 12 of file mISDNdsp.h.

int num_args

Definition at line 17 of file mISDNdsp.h.

void(* process_rx)(void *p, unsigned char *data, int len, unsigned int txlen)

Definition at line 15 of file mISDNdsp.h.

void(* process_tx)(void *p, unsigned char *data, int len)

Definition at line 14 of file mISDNdsp.h.


The documentation for this struct was generated from the following file: