Searched refs:items_list (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_container.c | 16 nxpTfaDescriptorType_t *items_list); 530 nxpTfaDescriptorType_t items_list[] = {dscBitfield, dscRegister, dsc_listend}; in tfa2_cnt_write_regs_dev() local 542 if (hitlist(items_list, (nxpTfaDescriptorType_t)(dev->list[i].type))) in tfa2_cnt_write_regs_dev() 559 nxpTfaDescriptorType_t items_list[] = {dscBitfield, dscRegister, dsc_listend}; in tfa2_cnt_write_regs_profile() local 583 if (hitlist(items_list, (nxpTfaDescriptorType_t)(prof->list[i].type))) in tfa2_cnt_write_regs_profile() 765 nxpTfaDescriptorType_t *items_list) in tfa2_cnt_write_items_list() argument 772 if (hitlist(items_list, (nxpTfaDescriptorType_t)(dsc_list[i].type))) in tfa2_cnt_write_items_list() 787 nxpTfaDescriptorType_t items_list[] = {dscFile, dscCmd, dscCfMem, dsc_listend}; in tfa2_cnt_write_files() local 794 return tfa2_cnt_write_items_list(tfa, dev->list, dev->length, items_list); in tfa2_cnt_write_files() 801 nxpTfaDescriptorType_t items_list[] = {dscFile, dscCmd, dscCfMem, dscPatch, dsc_listend}; in tfa2_cnt_write_files_profile() local [all …]
|