Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
DmISDNdsp.h15 void (*process_tx)(void *p, unsigned char *data, int len); member
/Linux-v5.4/drivers/isdn/mISDN/
Ddsp_hwec.c27 .process_tx = NULL,
Ddsp_pipeline.c322 if (entry->elem->process_tx) in dsp_pipeline_process_tx()
323 entry->elem->process_tx(entry->p, data, len); in dsp_pipeline_process_tx()