Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dohci.c215 struct iso_context *ir_context_list; member
2109 &ohci->ir_context_list[i].context.tasklet); in irq_handler()
2973 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
2985 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
3067 index = ctx - ohci->ir_context_list; in ohci_start_iso()
3102 index = ctx - ohci->ir_context_list; in ohci_stop_iso()
3133 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3139 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3187 ctx = &ohci->ir_context_list[i]; in ohci_resume_iso_dma()
3672 ohci->ir_context_list = devm_kzalloc(&dev->dev, size, GFP_KERNEL); in pci_probe()
[all …]