Home
last modified time | relevance | path

Searched refs:fw_iso_context (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/drivers/firewire/
Dcore.h22 struct fw_iso_context;
94 struct fw_iso_context *
97 void (*free_iso_context)(struct fw_iso_context *ctx);
99 int (*start_iso)(struct fw_iso_context *ctx,
102 int (*set_iso_channels)(struct fw_iso_context *ctx, u64 *channels);
104 int (*queue_iso)(struct fw_iso_context *ctx,
109 void (*flush_queue_iso)(struct fw_iso_context *ctx);
111 int (*flush_iso_completions)(struct fw_iso_context *ctx);
113 int (*stop_iso)(struct fw_iso_context *ctx);
Dcore-iso.c163 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, in fw_iso_context_create()
167 struct fw_iso_context *ctx; in fw_iso_context_create()
186 void fw_iso_context_destroy(struct fw_iso_context *ctx) in fw_iso_context_destroy()
192 int fw_iso_context_start(struct fw_iso_context *ctx, in fw_iso_context_start()
199 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels) in fw_iso_context_set_channels()
204 int fw_iso_context_queue(struct fw_iso_context *ctx, in fw_iso_context_queue()
213 void fw_iso_context_queue_flush(struct fw_iso_context *ctx) in fw_iso_context_queue_flush()
219 int fw_iso_context_flush_completions(struct fw_iso_context *ctx) in fw_iso_context_flush_completions()
225 int fw_iso_context_stop(struct fw_iso_context *ctx) in fw_iso_context_stop()
Dcore-card.c626 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context()
632 static int dummy_start_iso(struct fw_iso_context *ctx, in dummy_start_iso()
638 static int dummy_set_iso_channels(struct fw_iso_context *ctx, u64 *channels) in dummy_set_iso_channels()
643 static int dummy_queue_iso(struct fw_iso_context *ctx, struct fw_iso_packet *p, in dummy_queue_iso()
649 static void dummy_flush_queue_iso(struct fw_iso_context *ctx) in dummy_flush_queue_iso()
653 static int dummy_flush_iso_completions(struct fw_iso_context *ctx) in dummy_flush_iso_completions()
Dcore-cdev.c71 struct fw_iso_context *iso_context;
924 static void iso_callback(struct fw_iso_context *context, u32 cycle, in iso_callback()
943 static void iso_mc_callback(struct fw_iso_context *context, in iso_mc_callback()
961 static enum dma_data_direction iso_dma_direction(struct fw_iso_context *context) in iso_dma_direction()
972 struct fw_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()
Dohci.c177 struct fw_iso_context base;
2946 static struct fw_iso_context *ohci_allocate_iso_context(struct fw_card *card, in ohci_allocate_iso_context()
3044 static int ohci_start_iso(struct fw_iso_context *base, in ohci_start_iso()
3094 static int ohci_stop_iso(struct fw_iso_context *base) in ohci_stop_iso()
3119 static void ohci_free_iso_context(struct fw_iso_context *base) in ohci_free_iso_context()
3156 static int ohci_set_iso_channels(struct fw_iso_context *base, u64 *channels) in ohci_set_iso_channels()
3447 static int ohci_queue_iso(struct fw_iso_context *base, in ohci_queue_iso()
3473 static void ohci_flush_queue_iso(struct fw_iso_context *base) in ohci_flush_queue_iso()
3481 static int ohci_flush_iso_completions(struct fw_iso_context *base) in ohci_flush_iso_completions()
Dnet.c141 struct fw_iso_context *broadcast_rcv_context;
752 static void fwnet_receive_broadcast(struct fw_iso_context *context, in fwnet_receive_broadcast()
1109 struct fw_iso_context *context; in fwnet_broadcast_start()
/Linux-v4.19/include/linux/
Dfirewire.h433 struct fw_iso_context;
434 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context,
437 typedef void (*fw_iso_mc_callback_t)(struct fw_iso_context *context,
439 struct fw_iso_context { struct
453 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument
456 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels);
457 int fw_iso_context_queue(struct fw_iso_context *ctx,
461 void fw_iso_context_queue_flush(struct fw_iso_context *ctx);
462 int fw_iso_context_flush_completions(struct fw_iso_context *ctx);
463 int fw_iso_context_start(struct fw_iso_context *ctx,
[all …]
/Linux-v4.19/sound/firewire/
Damdtp-stream.h85 struct fw_iso_context;
107 struct fw_iso_context *context;
Damdtp-stream.c684 static void out_stream_callback(struct fw_iso_context *context, u32 tstamp, in out_stream_callback()
714 static void in_stream_callback(struct fw_iso_context *context, u32 tstamp, in in_stream_callback()
768 static void amdtp_stream_first_callback(struct fw_iso_context *context, in amdtp_stream_first_callback()
Disight.c58 struct fw_iso_context *context;
165 static void isight_packet(struct fw_iso_context *context, u32 cycle, in isight_packet()
/Linux-v4.19/drivers/media/firewire/
Dfiredtv-fw.c77 struct fw_iso_context *context;
97 static void handle_iso(struct fw_iso_context *context, u32 cycle, in handle_iso()