Searched refs:fw_iso_context (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/drivers/firewire/ |
D | core.h | 22 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);
|
D | core-iso.c | 132 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, in fw_iso_context_create() 136 struct fw_iso_context *ctx; in fw_iso_context_create() 155 void fw_iso_context_destroy(struct fw_iso_context *ctx) in fw_iso_context_destroy() 161 int fw_iso_context_start(struct fw_iso_context *ctx, in fw_iso_context_start() 168 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels) in fw_iso_context_set_channels() 173 int fw_iso_context_queue(struct fw_iso_context *ctx, in fw_iso_context_queue() 182 void fw_iso_context_queue_flush(struct fw_iso_context *ctx) in fw_iso_context_queue_flush() 188 int fw_iso_context_flush_completions(struct fw_iso_context *ctx) in fw_iso_context_flush_completions() 194 int fw_iso_context_stop(struct fw_iso_context *ctx) in fw_iso_context_stop()
|
D | core-card.c | 613 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context() 628 static int dummy_start_iso(struct fw_iso_context *ctx, in dummy_start_iso() 634 static int dummy_set_iso_channels(struct fw_iso_context *ctx, u64 *channels) in dummy_set_iso_channels() 639 static int dummy_queue_iso(struct fw_iso_context *ctx, struct fw_iso_packet *p, in dummy_queue_iso() 645 static void dummy_flush_queue_iso(struct fw_iso_context *ctx) in dummy_flush_queue_iso() 649 static int dummy_flush_iso_completions(struct fw_iso_context *ctx) in dummy_flush_iso_completions()
|
D | core-cdev.c | 60 struct fw_iso_context *iso_context; 965 static void iso_callback(struct fw_iso_context *context, u32 cycle, in iso_callback() 984 static void iso_mc_callback(struct fw_iso_context *context, in iso_mc_callback() 1002 static enum dma_data_direction iso_dma_direction(struct fw_iso_context *context) in iso_dma_direction() 1010 static struct fw_iso_context *fw_iso_mc_context_create(struct fw_card *card, in fw_iso_mc_context_create() 1014 struct fw_iso_context *ctx; in fw_iso_mc_context_create() 1027 struct fw_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()
|
D | ohci.c | 164 struct fw_iso_context base; 2940 static struct fw_iso_context *ohci_allocate_iso_context(struct fw_card *card, in ohci_allocate_iso_context() 3038 static int ohci_start_iso(struct fw_iso_context *base, in ohci_start_iso() 3088 static int ohci_stop_iso(struct fw_iso_context *base) in ohci_stop_iso() 3113 static void ohci_free_iso_context(struct fw_iso_context *base) in ohci_free_iso_context() 3150 static int ohci_set_iso_channels(struct fw_iso_context *base, u64 *channels) in ohci_set_iso_channels() 3441 static int ohci_queue_iso(struct fw_iso_context *base, in ohci_queue_iso() 3467 static void ohci_flush_queue_iso(struct fw_iso_context *base) in ohci_flush_queue_iso() 3475 static int ohci_flush_iso_completions(struct fw_iso_context *base) in ohci_flush_iso_completions()
|
D | net.c | 142 struct fw_iso_context *broadcast_rcv_context; 747 static void fwnet_receive_broadcast(struct fw_iso_context *context, in fwnet_receive_broadcast() 1104 struct fw_iso_context *context; in fwnet_broadcast_start()
|
/Linux-v6.6/include/linux/ |
D | firewire.h | 498 struct fw_iso_context; 499 typedef void (*fw_iso_callback_t)(struct fw_iso_context *context, 502 typedef void (*fw_iso_mc_callback_t)(struct fw_iso_context *context, 510 struct fw_iso_context { struct 521 struct fw_iso_context *fw_iso_context_create(struct fw_card *card, argument 524 int fw_iso_context_set_channels(struct fw_iso_context *ctx, u64 *channels); 525 int fw_iso_context_queue(struct fw_iso_context *ctx, 529 void fw_iso_context_queue_flush(struct fw_iso_context *ctx); 530 int fw_iso_context_flush_completions(struct fw_iso_context *ctx); 531 int fw_iso_context_start(struct fw_iso_context *ctx, [all …]
|
/Linux-v6.6/sound/firewire/ |
D | amdtp-stream.h | 91 struct fw_iso_context; 124 struct fw_iso_context *context;
|
D | amdtp-stream.c | 1135 static void process_rx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in process_rx_packets() 1209 static void skip_rx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in skip_rx_packets() 1241 static void irq_target_callback(struct fw_iso_context *context, u32 tstamp, size_t header_length, 1244 static void process_rx_packets_intermediately(struct fw_iso_context *context, u32 tstamp, in process_rx_packets_intermediately() 1298 static void process_tx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in process_tx_packets() 1345 static void drop_tx_packets(struct fw_iso_context *context, u32 tstamp, size_t header_length, in drop_tx_packets() 1373 static void process_tx_packets_intermediately(struct fw_iso_context *context, u32 tstamp, in process_tx_packets_intermediately() 1424 static void drop_tx_packets_initially(struct fw_iso_context *context, u32 tstamp, in drop_tx_packets_initially() 1540 static void irq_target_callback(struct fw_iso_context *context, u32 tstamp, size_t header_length, in irq_target_callback() 1550 static void irq_target_callback_intermediately(struct fw_iso_context *context, u32 tstamp, in irq_target_callback_intermediately() [all …]
|
D | isight.c | 58 struct fw_iso_context *context; 165 static void isight_packet(struct fw_iso_context *context, u32 cycle, in isight_packet()
|
/Linux-v6.6/drivers/media/firewire/ |
D | firedtv-fw.c | 78 struct fw_iso_context *context; 98 static void handle_iso(struct fw_iso_context *context, u32 cycle, in handle_iso()
|