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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-transaction.h292 struct fw_iso_context;
294 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context,
314 struct fw_iso_context { struct
334 struct fw_iso_context *
340 fw_iso_context_destroy(struct fw_iso_context *ctx);
343 fw_iso_context_queue(struct fw_iso_context *ctx,
349 fw_iso_context_start(struct fw_iso_context *ctx,
353 fw_iso_context_stop(struct fw_iso_context *ctx);
395 struct fw_iso_context *
398 void (*free_iso_context)(struct fw_iso_context *ct
[all...]
H A Dfw-iso.c108 struct fw_iso_context *
113 struct fw_iso_context *ctx;
131 void fw_iso_context_destroy(struct fw_iso_context *ctx)
140 fw_iso_context_start(struct fw_iso_context *ctx, int cycle, int sync, int tags)
147 fw_iso_context_queue(struct fw_iso_context *ctx,
159 fw_iso_context_stop(struct fw_iso_context *ctx)
H A Dfw-ohci.c124 struct fw_iso_context base;
1366 static struct fw_iso_context *
1428 static int ohci_start_iso(struct fw_iso_context *base,
1464 static int ohci_stop_iso(struct fw_iso_context *base)
1483 static void ohci_free_iso_context(struct fw_iso_context *base)
1508 ohci_queue_iso_transmit(struct fw_iso_context *base,
1603 ohci_queue_iso_receive_dualbuffer(struct fw_iso_context *base,
1683 ohci_queue_iso(struct fw_iso_context *base,
H A Dfw-cdev.c83 struct fw_iso_context *iso_context;
620 iso_callback(struct fw_iso_context *context, u32 cycle,
643 struct fw_iso_context *context;
695 struct fw_iso_context *ctx = client->iso_context;

Completed in 103 milliseconds