Home
last modified time | relevance | path

Searched refs:tc_list (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/misc/
Datmel_tclib.c33 static LIST_HEAD(tc_list);
49 list_for_each_entry(tc, &tc_list, node) { in atmel_tc_alloc()
169 list_add_tail(&tc->node, &tc_list); in tc_probe()
/Linux-v4.19/arch/mips/include/asm/
Dvpe.h104 struct list_head tc_list; /* Thread contexts */ member
/Linux-v4.19/arch/mips/kernel/
Dvpe.c49 .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()
/Linux-v4.19/drivers/dma/ti/
Dedma.c254 struct edma_tc *tc_list; member
1628 } else if (ecc->tc_list) { in edma_alloc_chan_resources()
1630 echan->tc = &ecc->tc_list[ecc->info->default_queue]; in edma_alloc_chan_resources()
2164 echan->tc = &echan->ecc->tc_list[dma_spec->args[1]]; in of_edma_xlate()
2343 ecc->tc_list = devm_kcalloc(dev, ecc->num_tc, in edma_probe()
2344 sizeof(*ecc->tc_list), GFP_KERNEL); in edma_probe()
2345 if (!ecc->tc_list) in edma_probe()
2354 ecc->tc_list[i].node = tc_args.np; in edma_probe()
2355 ecc->tc_list[i].id = i; in edma_probe()