Searched refs:fifo_tx (Results 1 – 1 of 1) sorted by relevance
81 int fifo_tx; /* File descriptor for tx */ member124 u_el->fifo_tx = -1; in nhw_ufifo_backend_init()158 int res = write(u_el->fifo_tx, ptr, size); in write_to_tx_fifo()653 u_el->fifo_tx = open(u_el->fifo_Tx_path, O_WRONLY); in nhw_ufifo_create_fifos()654 if (u_el->fifo_tx == -1) { in nhw_ufifo_create_fifos()675 if ((u_el->fifo_Tx_path) && (u_el->fifo_tx != -1)) { in nhw_ufifo_backend_cleanup()679 (void)close(u_el->fifo_tx); in nhw_ufifo_backend_cleanup()680 u_el->fifo_tx = -1; in nhw_ufifo_backend_cleanup()