Searched refs:pb_create_fifo_if_not_there (Results 1 – 4 of 4) sorted by relevance
21 extern int pb_create_fifo_if_not_there(const char* fifo_name);
33 int pb_create_fifo_if_not_there(const char *fifo_path) { in pb_create_fifo_if_not_there() function313 if ((pb_create_fifo_if_not_there(this->ff_path_dtp[d]) != 0) in pb_phy_initcom()314 || (pb_create_fifo_if_not_there(this->ff_path_ptd[d]) != 0)) { in pb_phy_initcom()500 if ((pb_create_fifo_if_not_there(this->ff_path_dtp) != 0) in pb_dev_init_com()501 || (pb_create_fifo_if_not_there(this->ff_path_ptd) != 0)) { in pb_dev_init_com()
19 int pb_create_fifo_if_not_there(const char* fifo_name);
137 if ( pb_create_fifo_if_not_there(channels_status[i].ff_path[dir]) != 0 ){ in bs_open_back_channel()