Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firewire/
A Dcore-cdev.c59 struct fw_iso_context *iso_context; member
1014 if (client->iso_context != NULL) { in ioctl_create_iso_context()
1033 client->iso_context = context; in ioctl_create_iso_context()
1044 struct fw_iso_context *ctx = client->iso_context; in ioctl_set_iso_channels()
1064 struct fw_iso_context *ctx = client->iso_context; in ioctl_queue_iso()
1178 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1189 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
1694 if (client->iso_context) { in fw_device_op_mmap()
1697 iso_dma_direction(client->iso_context)); in fw_device_op_mmap()
1758 if (client->iso_context) in fw_device_op_release()
[all …]
A Dohci.c163 struct iso_context { struct
2761 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2796 struct iso_context *ctx = in handle_ir_buffer_fill()
2884 struct iso_context *ctx = in handle_it_packet()
2932 struct iso_context *ctx; in ohci_allocate_iso_context()
3029 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_start_iso()
3079 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_stop_iso()
3104 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_free_iso_context()
3172 struct iso_context *ctx; in ohci_resume_iso_dma()
3434 struct iso_context *ctx = container_of(base, struct iso_context, base); in ohci_queue_iso()
[all …]

Completed in 14 milliseconds