Searched refs:process_tx (Results 1 – 4 of 4) sorted by relevance
15 void (*process_tx)(void *p, unsigned char *data, int len); member
281 if (entry->elem->process_tx) in dsp_pipeline_process_tx()282 entry->elem->process_tx(entry->p, data, len); in dsp_pipeline_process_tx()
27 .process_tx = NULL,
265 static void process_tx(struct max_tcpci_chip *chip, u16 status) in process_tx() function364 process_tx(chip, status); in _max_tcpci_irq()