Searched refs:create_fifo_if_not_there (Results 1 – 3 of 3) sorted by relevance
20 …E, PB_MSG_WAIT, PB_MSG_WAIT_END, TIME_NEVER, create_com_folder, create_fifo_if_not_there, test_and…88 create_fifo_if_not_there(self.PhyFIFO_names[self.TO_PHY]);89 create_fifo_if_not_there(self.PhyFIFO_names[self.TO_EDTT]);118 create_fifo_if_not_there(self.FIFOnames[i][self.TO_EDTT]);119 create_fifo_if_not_there(self.FIFOnames[i][self.TO_DEVICE]);
22 … ch_idx_to_2G4_freq, create_com_folder, create_fifo_if_not_there, test_and_create_lock_file )71 create_fifo_if_not_there(self.ff_path_dtp)72 create_fifo_if_not_there(self.ff_path_ptd)
146 def create_fifo_if_not_there(path): function