Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/firewire/
Dcore-cdev.c71 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()
1173 if (client->iso_context == NULL || a->handle != 0) in ioctl_start_iso()
1176 if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE && in ioctl_start_iso()
1180 return fw_iso_context_start(client->iso_context, in ioctl_start_iso()
1188 if (client->iso_context == NULL || a->handle != 0) in ioctl_stop_iso()
1191 return fw_iso_context_stop(client->iso_context); in ioctl_stop_iso()
[all …]
Dohci.c176 struct iso_context { struct
224 struct iso_context *it_context_list;
228 struct iso_context *ir_context_list;
2734 static void flush_iso_completions(struct iso_context *ctx) in flush_iso_completions()
2742 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr) in copy_iso_headers()
2773 struct iso_context *ctx = in handle_ir_packet_per_buffer()
2774 container_of(context, struct iso_context, context); in handle_ir_packet_per_buffer()
2808 struct iso_context *ctx = in handle_ir_buffer_fill()
2809 container_of(context, struct iso_context, context); in handle_ir_buffer_fill()
2842 static void flush_ir_buffer_fill(struct iso_context *ctx) in flush_ir_buffer_fill()
[all …]
/linux-4.1.27/drivers/usb/misc/
Dusbtest.c1804 struct iso_context { struct
1817 struct iso_context *ctx = urb->context; in iso_callback() argument
1924 struct iso_context context; in test_iso_queue()