Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dohci.c164 struct iso_context { struct
212 struct iso_context *it_context_list;
216 struct iso_context *ir_context_list;
1194 struct iso_context *isoc_ctx = container_of(base, struct iso_context, base); in ohci_isoc_context_work()
2861 static void flush_iso_completions(struct iso_context *ctx, enum fw_iso_context_completions_cause ca… in flush_iso_completions()
2874 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2905 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2906 container_of(context, struct iso_context, context); in handle_ir_packet_per_buffer()
2940 struct iso_context *ctx = in handle_ir_buffer_fill()
2941 container_of(context, struct iso_context, context); in handle_ir_buffer_fill()
[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()
1243 if (client->iso_context == NULL || a->handle != 0) in ioctl_start_iso()
1246 if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE && in ioctl_start_iso()
1250 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1258 if (client->iso_context == NULL || a->handle != 0) in ioctl_stop_iso()
1261 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
[all …]