Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/firewire/
Dohci.c215 struct iso_context *ir_context_list; member
2099 &ohci->ir_context_list[i].context.tasklet); in irq_handler()
2961 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
2973 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
3055 index = ctx - ohci->ir_context_list; in ohci_start_iso()
3090 index = ctx - ohci->ir_context_list; in ohci_stop_iso()
3121 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3127 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3175 ctx = &ohci->ir_context_list[i]; in ohci_resume_iso_dma()
3661 ohci->ir_context_list = kzalloc(size, GFP_KERNEL); in pci_probe()
[all …]