Home
last modified time | relevance | path

Searched refs:tx_data (Results 1 – 4 of 4) sorted by relevance

/sound/soc/blackfin/
Dbf6xx-sport.h37 void *tx_data; member
70 void (*tx_callback)(void *), void *tx_data);
Dbf5xx-sport.h91 void *tx_data; member
168 void (*tx_callback)(void *), void *tx_data);
Dbf6xx-sport.c108 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback() argument
111 sport->tx_data = tx_data; in sport_set_tx_callback()
234 sport->tx_callback(sport->tx_data); in sport_tx_irq()
Dbf5xx-sport.c716 sport->tx_callback(sport->tx_data); in tx_handler()
779 void (*tx_callback)(void *), void *tx_data) in sport_set_tx_callback() argument
783 sport->tx_data = tx_data; in sport_set_tx_callback()