Searched refs:tc_list (Results 1 – 5 of 5) sorted by relevance
34 static LIST_HEAD(tc_list);50 list_for_each_entry(tc, &tc_list, node) { in atmel_tc_alloc()173 list_add_tail(&tc->node, &tc_list); in tc_probe()
104 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()
266 struct edma_tc *tc_list; member1645 } else if (ecc->tc_list) { in edma_alloc_chan_resources()1647 echan->tc = &ecc->tc_list[ecc->info->default_queue]; in edma_alloc_chan_resources()2222 echan->tc = &echan->ecc->tc_list[dma_spec->args[1]]; in of_edma_xlate()2404 ecc->tc_list = devm_kcalloc(dev, ecc->num_tc, in edma_probe()2405 sizeof(*ecc->tc_list), GFP_KERNEL); in edma_probe()2406 if (!ecc->tc_list) in edma_probe()2415 ecc->tc_list[i].node = tc_args.np; in edma_probe()2416 ecc->tc_list[i].id = i; in edma_probe()
198 local tc_list="$1"201 for tc in ${tc_list}; do