Home
last modified time | relevance | path

Searched refs:iso_context (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/firewire/
H A Dohci.c163 struct iso_context { struct
211 struct iso_context *it_context_list;
215 struct iso_context *ir_context_list;
2770 static void flush_iso_completions(struct iso_context *ctx) in flush_iso_completions()
2778 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2809 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2810 container_of(context, struct iso_context, context); in handle_ir_packet_per_buffer()
2844 struct iso_context *ctx = in handle_ir_buffer_fill()
2845 container_of(context, struct iso_context, context); in handle_ir_buffer_fill()
2878 static void flush_ir_buffer_fill(struct iso_context *ct
[all...]
H A Dcore-cdev.c58 struct fw_iso_context *iso_context; member
1003 if (client->iso_context != NULL) { in ioctl_create_iso_context()
1022 client->iso_context = context; in ioctl_create_iso_context()
1033 struct fw_iso_context *ctx = client->iso_context; in ioctl_set_iso_channels()
1053 struct fw_iso_context *ctx = client->iso_context; in ioctl_queue_iso()
1160 if (client->iso_context == NULL || a->handle != 0) in ioctl_start_iso()
1163 if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE && in ioctl_start_iso()
1167 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1175 if (client->iso_context == NULL || a->handle != 0) in ioctl_stop_iso()
1178 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dohci.c163 struct iso_context { struct
211 struct iso_context *it_context_list;
215 struct iso_context *ir_context_list;
2782 static void flush_iso_completions(struct iso_context *ctx) in flush_iso_completions()
2790 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2821 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2822 container_of(context, struct iso_context, context); in handle_ir_packet_per_buffer()
2856 struct iso_context *ctx = in handle_ir_buffer_fill()
2857 container_of(context, struct iso_context, context); in handle_ir_buffer_fill()
2890 static void flush_ir_buffer_fill(struct iso_context *ct
[all...]
H A Dcore-cdev.c60 struct fw_iso_context *iso_context; member
1074 if (client->iso_context != NULL) { in ioctl_create_iso_context()
1093 client->iso_context = context; in ioctl_create_iso_context()
1104 struct fw_iso_context *ctx = client->iso_context; in ioctl_set_iso_channels()
1124 struct fw_iso_context *ctx = client->iso_context; in ioctl_queue_iso()
1231 if (client->iso_context == NULL || a->handle != 0) in ioctl_start_iso()
1234 if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE && in ioctl_start_iso()
1238 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1246 if (client->iso_context == NULL || a->handle != 0) in ioctl_stop_iso()
1249 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
[all...]

Completed in 13 milliseconds