Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c211 struct iso_context *it_context_list; member
2121 &ohci->it_context_list[i].context.tasklet); in irq_handler()
2960 ctx = &ohci->it_context_list[index]; in ohci_allocate_iso_context()
3052 index = ctx - ohci->it_context_list; in ohci_start_iso()
3096 index = ctx - ohci->it_context_list; in ohci_stop_iso()
3128 index = ctx - ohci->it_context_list; in ohci_free_iso_context()
3193 ctx = &ohci->it_context_list[i]; in ohci_resume_iso_dma()
3687 ohci->it_context_list = devm_kzalloc(&dev->dev, size, GFP_KERNEL); in pci_probe()
3688 if (!ohci->it_context_list) in pci_probe()