Home
last modified time | relevance | path

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

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