Searched refs:tc_list (Results 1 – 4 of 4) sorted by relevance
102 struct list_head tc_list; /* Thread contexts */ member
49 .tc_list = LIST_HEAD_INIT(vpecontrol.tc_list)80 list_for_each_entry(t, &vpecontrol.tc_list, list) { in get_tc()125 list_add_tail(&tc->list, &vpecontrol.tc_list); in alloc_tc()
265 struct edma_tc *tc_list; member1684 } else if (ecc->tc_list) { in edma_alloc_chan_resources()1686 echan->tc = &ecc->tc_list[ecc->info->default_queue]; in edma_alloc_chan_resources()2265 echan->tc = &echan->ecc->tc_list[dma_spec->args[1]]; in of_edma_xlate()2455 ecc->tc_list = devm_kcalloc(dev, ecc->num_tc, in edma_probe()2456 sizeof(*ecc->tc_list), GFP_KERNEL); in edma_probe()2457 if (!ecc->tc_list) { in edma_probe()2468 ecc->tc_list[i].node = tc_args.np; in edma_probe()2469 ecc->tc_list[i].id = i; in edma_probe()
145 local tc_list="$1"148 for tc in ${tc_list}; do