Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c216 struct iso_context *ir_context_list; member
2259 fw_iso_context_schedule_flush_completions(&ohci->ir_context_list[i].base); in irq_handler()
3110 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
3122 ctx = &ohci->ir_context_list[index]; in ohci_allocate_iso_context()
3202 index = ctx - ohci->ir_context_list; in ohci_start_iso()
3237 index = ctx - ohci->ir_context_list; in ohci_stop_iso()
3266 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3272 index = ctx - ohci->ir_context_list; in ohci_free_iso_context()
3311 ctx = &ohci->ir_context_list[i]; in ohci_resume_iso_dma()
3790 ohci->ir_context_list = devm_kzalloc(&dev->dev, size, GFP_KERNEL); in pci_probe()
[all …]