Searched defs:iso_context (Results 1 - 3 of 3) sorted by relevance

/drivers/firewire/
H A Dcore-cdev.c71 struct fw_iso_context *iso_context; member in struct:client
1014 if (client->iso_context != NULL) {
1033 client->iso_context = context;
1044 struct fw_iso_context *ctx = client->iso_context;
1064 struct fw_iso_context *ctx = client->iso_context;
1173 if (client->iso_context == NULL || a->handle != 0)
1176 if (client->iso_context->type == FW_ISO_CONTEXT_RECEIVE &&
1180 return fw_iso_context_start(client->iso_context,
1188 if (client->iso_context == NULL || a->handle != 0)
1191 return fw_iso_context_stop(client->iso_context);
[all...]
H A Dohci.c176 struct iso_context { struct
224 struct iso_context *it_context_list;
228 struct iso_context *ir_context_list;
2741 static void flush_iso_completions(struct iso_context *ctx)
2749 static void copy_iso_headers(struct iso_context *ctx, const u32 *dma_hdr)
2780 struct iso_context *ctx =
2781 container_of(context, struct iso_context, context);
2815 struct iso_context *ctx =
2816 container_of(context, struct iso_context, context);
2849 static void flush_ir_buffer_fill(struct iso_context *ct
[all...]
/drivers/usb/misc/
H A Dusbtest.c1789 struct iso_context { struct
1802 struct iso_context *ctx = urb->context;
1909 struct iso_context context;

Completed in 76 milliseconds