Searched refs:fifo_Rx_path (Results 1 – 1 of 1) sorted by relevance
79 char *fifo_Rx_path; member568 args2[2*i + 1].dest = &ufifo_st[i].fifo_Rx_path; in nhw_ufifo_backend_register_cmdline()605 if ((u_el->fifo_Rx_path == NULL) && (u_el->fifo_Rx_path == NULL)) { in nhw_ufifo_backend_post_cmdline()612 if (u_el->fifo_Rx_path == NULL) { in nhw_ufifo_backend_post_cmdline()634 bs_create_folders_in_path(u_el->fifo_Rx_path); in nhw_ufifo_create_fifos()639 if (pb_create_fifo_if_not_there(u_el->fifo_Rx_path) != 0) { in nhw_ufifo_create_fifos()647 int prov_descr = open(u_el->fifo_Rx_path, O_RDONLY | O_NONBLOCK); in nhw_ufifo_create_fifos()660 u_el->fifo_rx = open(u_el->fifo_Rx_path, O_RDONLY); in nhw_ufifo_create_fifos()684 if ((u_el->fifo_Rx_path) && (u_el->fifo_rx != -1)) { in nhw_ufifo_backend_cleanup()687 …(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 …]