Home
last modified time | relevance | path

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

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