Home
last modified time | relevance | path

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

/linux-6.15/drivers/firewire/
H A Dohci.c164 struct iso_context { struct
1194 struct iso_context *isoc_ctx = container_of(base, struct iso_context, base); in ohci_isoc_context_work()
2905 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2940 struct iso_context *ctx = in handle_ir_buffer_fill()
3082 struct iso_context *ctx; in ohci_allocate_iso_context()
3176 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_start_iso()
3226 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_stop_iso()
3250 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_free_iso_context()
3307 struct iso_context *ctx; in ohci_resume_iso_dma()
3568 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_queue_iso()
[all …]
H A Dcore-cdev.c62 struct fw_iso_context *iso_context; member
1089 if (client->iso_context != NULL) { in ioctl_create_iso_context()
1106 client->iso_context = context; in ioctl_create_iso_context()
1116 struct fw_iso_context *ctx = client->iso_context; in ioctl_set_iso_channels()
1136 struct fw_iso_context *ctx = client->iso_context; in ioctl_queue_iso()
1246 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1257 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
1819 if (client->iso_context) { in fw_device_op_mmap()
1821 iso_dma_direction(client->iso_context)); in fw_device_op_mmap()
1867 if (client->iso_context) in fw_device_op_release()
[all …]