Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/firewire/
Dohci.c215 struct iso_context *ir_context_list; member
2103 &ohci->ir_context_list[i].context.tasklet); in irq_handler()
2965 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
2977 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
3059 index = ctx - ohci->ir_context_list; in ohci_start_iso()
3094 index = ctx - ohci->ir_context_list; in ohci_stop_iso()
3125 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3131 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3179 ctx = &ohci->ir_context_list[i]; in ohci_resume_iso_dma()
3665 ohci->ir_context_list = kzalloc(size, GFP_KERNEL); in pci_probe()
[all …]