Searched refs:process_tx (Results 1 – 3 of 3) sorted by relevance
14 void (*process_tx)(void *p, unsigned char *data, int len); member
44 .process_tx = NULL,
347 if (entry->elem->process_tx) in dsp_pipeline_process_tx()348 entry->elem->process_tx(entry->p, data, len); in dsp_pipeline_process_tx()