Searched refs:fifo_Tx_path (Results 1 – 1 of 1) sorted by relevance
78 char *fifo_Tx_path; member562 args2[2*i].dest = &ufifo_st[i].fifo_Tx_path; in nhw_ufifo_backend_register_cmdline()608 if (u_el->fifo_Tx_path == NULL) { in nhw_ufifo_backend_post_cmdline()633 bs_create_folders_in_path(u_el->fifo_Tx_path); in nhw_ufifo_create_fifos()636 if (pb_create_fifo_if_not_there(u_el->fifo_Tx_path) != 0) { in nhw_ufifo_create_fifos()653 u_el->fifo_tx = open(u_el->fifo_Tx_path, O_WRONLY); in nhw_ufifo_create_fifos()675 if ((u_el->fifo_Tx_path) && (u_el->fifo_tx != -1)) { in nhw_ufifo_backend_cleanup()681 …(void)remove(u_el->fifo_Tx_path); /* The last one closing manages to remove it (so we don't check … in nhw_ufifo_backend_cleanup()682 u_el->fifo_Tx_path = NULL; in nhw_ufifo_backend_cleanup()