Searched refs:fifo_Rx_path (Results 1 – 1 of 1) sorted by relevance
85 char *fifo_Rx_path; member575 args2[2*i + 1].dest = &ufifo_st[i].fifo_Rx_path; in nhw_ufifo_backend_register_cmdline()612 if ((u_el->fifo_Rx_path == NULL) && (u_el->fifo_Rx_path == NULL)) { in nhw_ufifo_backend_post_cmdline()619 if (u_el->fifo_Rx_path == NULL) { in nhw_ufifo_backend_post_cmdline()641 bs_create_folders_in_path(u_el->fifo_Rx_path); in nhw_ufifo_create_fifos()646 if (pb_create_fifo_if_not_there(u_el->fifo_Rx_path) != 0) { in nhw_ufifo_create_fifos()654 int prov_descr = open(u_el->fifo_Rx_path, O_RDONLY | O_NONBLOCK); in nhw_ufifo_create_fifos()667 u_el->fifo_rx = open(u_el->fifo_Rx_path, O_RDONLY); in nhw_ufifo_create_fifos()691 if ((u_el->fifo_Rx_path) && (u_el->fifo_rx != -1)) { in nhw_ufifo_backend_cleanup()694 …(void)remove(u_el->fifo_Rx_path); /* The last one closing manages to remove it (so we don't check … in nhw_ufifo_backend_cleanup()[all …]