| /linux/include/linux/ |
| H A D | firewire.h | 84 struct fw_card { struct 152 static inline struct fw_card *fw_card_get(struct fw_card *card) in fw_card_get() argument 161 static inline void fw_card_put(struct fw_card *card) in fw_card_put() 166 int fw_card_read_cycle_time(struct fw_card *card, u32 *cycle_time); 218 struct fw_card *card; 288 struct fw_card *card, int status); 289 typedef void (*fw_transaction_callback_t)(struct fw_card *card, int rcode, 292 typedef void (*fw_transaction_callback_with_tstamp_t)(struct fw_card *card, int rcode, 312 typedef void (*fw_address_callback_t)(struct fw_card *card, 348 struct fw_card *card; [all …]
|
| /linux/drivers/firewire/ |
| H A D | core-transaction.c | 48 static void remove_transaction_entry(struct fw_card *card, struct fw_transaction *entry) in remove_transaction_entry() 55 void fw_cancel_pending_transactions(struct fw_card *card) in fw_cancel_pending_transactions() 97 static int close_transaction(struct fw_transaction *transaction, struct fw_card *card, int rcode, in close_transaction() 124 int fw_cancel_transaction(struct fw_card *card, in fw_cancel_transaction() 160 struct fw_card *card = t->card; in split_transaction_timeout_callback() 187 static u32 compute_split_timeout_timestamp(struct fw_card *card, u32 request_timestamp); 190 struct fw_card *card, int status) in transmit_complete_callback() 311 static int allocate_tlabel(struct fw_card *card) in allocate_tlabel() 382 void __fw_send_request(struct fw_card *card, struct fw_transaction *t, int tcode, in __fw_send_request() 453 static void transaction_callback(struct fw_card *card, int rcode, in transaction_callback() [all …]
|
| H A D | core-iso.c | 56 int fw_iso_buffer_map_dma(struct fw_iso_buffer *buffer, struct fw_card *card, in fw_iso_buffer_map_dma() 89 int fw_iso_buffer_init(struct fw_iso_buffer *buffer, struct fw_card *card, in fw_iso_buffer_init() 107 struct fw_card *card) in fw_iso_buffer_destroy() 141 struct fw_iso_context *__fw_iso_context_create(struct fw_card *card, int type, int channel, in __fw_iso_context_create() 285 static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, in manage_bandwidth() 323 static int manage_channel(struct fw_card *card, int irm_id, int generation, in manage_channel() 375 static void deallocate_channel(struct fw_card *card, int irm_id, in deallocate_channel() 419 void fw_iso_resource_manage(struct fw_card *card, int generation, in fw_iso_resource_manage()
|
| H A D | core-device.c | 654 struct fw_card *card = device->card; in read_config_rom() 956 struct fw_card *card = device->card; in fw_device_release() 1007 struct fw_card *card = device->card; in set_broadcast_channel() 1078 struct fw_card *card = device->card; in fw_device_init() 1259 struct fw_card *card = device->card; in fw_device_refresh() 1328 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
|
| H A D | ohci.c | 190 struct fw_card card; 242 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() 504 static int ohci_read_phy_reg(struct fw_card *card, int addr) in ohci_read_phy_reg() 513 static int ohci_update_phy_reg(struct fw_card *card, int addr, in ohci_update_phy_reg() 1075 struct fw_card *card = &ctx->ohci->card; in context_release() 2262 static int ohci_enable(struct fw_card *card, in ohci_enable() 2437 static void ohci_disable(struct fw_card *card) in ohci_disable() 2472 static int ohci_set_config_rom(struct fw_card *card, in ohci_set_config_rom() 2553 static void ohci_send_request(struct fw_card *card, struct fw_packet *packet) in ohci_send_request() 2560 static void ohci_send_response(struct fw_card *card, struct fw_packet *packet) in ohci_send_response() [all …]
|
| H A D | sbp2.c | 405 static void sbp2_status_write(struct fw_card *card, struct fw_request *request, in sbp2_status_write() 457 static void complete_transaction(struct fw_card *card, int rcode, in complete_transaction() 657 static void complete_agent_reset_write_no_wait(struct fw_card *card, in complete_agent_reset_write_no_wait() 699 struct fw_card *card = target_parent_device(tgt)->card; in sbp2_conditionally_block() 723 struct fw_card *card = target_parent_device(tgt)->card; in sbp2_conditionally_unblock()
|
| H A D | net.c | 167 struct fw_card *card; 705 static void fwnet_receive_packet(struct fw_card *card, struct fw_request *r, in fwnet_receive_packet() 926 static void fwnet_write_complete(struct fw_card *card, int rcode, in fwnet_write_complete() 1392 static struct fwnet_device *fwnet_dev_find(struct fw_card *card) in fwnet_dev_find() 1439 struct fw_card *card = device->card; in fwnet_probe()
|
| /linux/drivers/target/sbp/ |
| H A D | sbp_target.h | 147 struct fw_card *card; 237 struct fw_card *card;
|
| /linux/sound/firewire/tascam/ |
| H A D | tascam-transaction.c | 145 static void async_midi_port_callback(struct fw_card *card, int rcode, in async_midi_port_callback() 245 static void handle_midi_tx(struct fw_card *card, struct fw_request *request, in handle_midi_tx()
|
| /linux/sound/firewire/oxfw/ |
| H A D | oxfw-scs1x.c | 94 static void handle_hss(struct fw_card *card, struct fw_request *request, in handle_hss() 124 static void scs_write_callback(struct fw_card *card, int rcode, in scs_write_callback()
|
| /linux/drivers/media/firewire/ |
| H A D | firedtv-fw.c | 194 static void handle_fcp(struct fw_card *card, struct fw_request *request, in handle_fcp()
|