Home
last modified time | relevance | path

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

/linux/drivers/firewire/
A Dcore-cdev.c59 struct fw_iso_context *iso_context; member
1021 if (client->iso_context != NULL) { in ioctl_create_iso_context()
1040 client->iso_context = context; in ioctl_create_iso_context()
1051 struct fw_iso_context *ctx = client->iso_context; in ioctl_set_iso_channels()
1071 struct fw_iso_context *ctx = client->iso_context; in ioctl_queue_iso()
1185 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1196 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
1697 if (client->iso_context) { in fw_device_op_mmap()
1700 iso_dma_direction(client->iso_context)); in fw_device_op_mmap()
1761 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 13 milliseconds