Home
last modified time | relevance | path

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

/sound/soc/blackfin/
Dbf5xx-sport.c252 if (sport->tx_run) { in sport_rx_start()
282 if (sport->tx_run) { in sport_rx_stop()
333 sport->tx_run, sport->rx_run); in sport_tx_start()
334 if (sport->tx_run) in sport_tx_start()
355 sport->tx_run = 1; in sport_tx_start()
362 if (!sport->tx_run) in sport_tx_stop()
374 sport->tx_run = 0; in sport_tx_stop()
746 if (sport->tx_run) in err_handler()
Dbf5xx-ac97.c130 if (sport_handle->tx_run || sport_handle->rx_run) { in bf5xx_ac97_read()
153 if (sport_handle->tx_run) { in bf5xx_ac97_write()
Dbf5xx-sport.h69 unsigned int tx_run:1; /* tx is running */ member