Home
last modified time | relevance | path

Searched refs:process_tx (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/include/linux/
DmISDNdsp.h14 void (*process_tx)(void *p, unsigned char *data, int len); member
/linux-2.6.39/drivers/isdn/mISDN/
Ddsp_hwec.c44 .process_tx = NULL,
Ddsp_pipeline.c346 if (entry->elem->process_tx) in dsp_pipeline_process_tx()
347 entry->elem->process_tx(entry->p, data, len); in dsp_pipeline_process_tx()