Searched refs:pipe_list (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/tools/patman/ |
H A D | command.py | 42 def RunPipe(pipe_list, infile=None, outfile=None, argument 64 result = test_result(pipe_list=pipe_list) 72 pipeline = list(pipe_list) 73 user_pipestr = '|'.join([' '.join(pipe) for pipe in pipe_list])
|
/openbmc/u-boot/tools/buildman/ |
H A D | func_test.py | 346 pipe_list = kwargs['pipe_list'] 348 if len(pipe_list) != 1: 349 if pipe_list[1] == ['wc', '-l']: 354 cmd = pipe_list[0][0] 355 args = pipe_list[0][1:]
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | se.c | 157 u8 pipe_list[] = { ST_NCI_DM_GETINFO_PIPE_LIST, in st_nci_hci_load_session() local 186 ST_NCI_DM_GETINFO, pipe_list, sizeof(pipe_list), in st_nci_hci_load_session()
|
/openbmc/linux/drivers/nfc/st21nfca/ |
H A D | core.c | 110 u8 pipe_list[] = { ST21NFCA_DM_GETINFO_PIPE_LIST, in st21nfca_hci_load_session() local 142 ST21NFCA_DM_GETINFO, pipe_list, sizeof(pipe_list), in st21nfca_hci_load_session()
|
/openbmc/u-boot/tools/binman/ |
H A D | ftest.py | 1351 def _HandleGbbCommand(self, pipe_list): argument 1353 if pipe_list[0][0] == 'futility': 1354 fname = pipe_list[0][-1] 1388 def _HandleVblockCommand(self, pipe_list): argument 1390 if pipe_list[0][0] == 'futility': 1391 fname = pipe_list[0][3]
|