| /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() 428 // The node_id field of fw_card can be updated when handling SelfIDComplete. in __fw_send_request() [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-topology.c | 98 static struct fw_node *build_tree(struct fw_card *card, const u32 *sid, int self_id_count, in build_tree() 259 typedef void (*fw_node_callback_t)(struct fw_card * card, 263 static void for_each_fw_node(struct fw_card *card, struct fw_node *root, in for_each_fw_node() 297 static void report_lost_node(struct fw_card *card, in report_lost_node() 307 static void report_found_node(struct fw_card *card, in report_found_node() 328 void fw_destroy_nodes(struct fw_card *card) in fw_destroy_nodes() 359 static void update_tree(struct fw_card *card, struct fw_node *root) in update_tree() 459 void fw_core_handle_bus_reset(struct fw_card *card, int node_id, int generation, in fw_core_handle_bus_reset()
|
| H A D | core-device.c | 655 struct fw_card *card = device->card; in read_config_rom() 957 struct fw_card *card = device->card; in fw_device_release() 1008 struct fw_card *card = device->card; in set_broadcast_channel() 1079 struct fw_card *card = device->card; in fw_device_init() 1260 struct fw_card *card = device->card; in fw_device_refresh() 1329 void fw_node_event(struct fw_card *card, struct fw_node *node, int event) in fw_node_event()
|
| H A D | core-cdev.c | 118 struct fw_card *card; 384 struct fw_card *card = client->device->card; in fill_bus_reset_event() 570 static void complete_transaction(struct fw_card *card, int rcode, u32 request_tstamp, in complete_transaction() 728 static void handle_request(struct fw_card *card, struct fw_request *request, in handle_request() 1256 struct fw_card *card = client->device->card; in ioctl_get_cycle_timer2() 1537 struct fw_card *card, int status) in outbound_phy_packet_callback() 1605 struct fw_card *card = client->device->card; in ioctl_send_phy_packet() 1670 void fw_cdev_handle_phy_packet(struct fw_card *card, struct fw_packet *p) in fw_cdev_handle_phy_packet()
|
| 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() 1073 struct fw_card *card = &ctx->ohci->card; in context_release() 2260 static int ohci_enable(struct fw_card *card, in ohci_enable() 2435 static void ohci_disable(struct fw_card *card) in ohci_disable() 2470 static int ohci_set_config_rom(struct fw_card *card, in ohci_set_config_rom() 2551 static void ohci_send_request(struct fw_card *card, struct fw_packet *packet) in ohci_send_request() 2558 static void ohci_send_response(struct fw_card *card, struct fw_packet *packet) in ohci_send_response() [all …]
|
| H A D | net.c | 168 struct fw_card *card; 703 static void fwnet_receive_packet(struct fw_card *card, struct fw_request *r, in fwnet_receive_packet() 924 static void fwnet_write_complete(struct fw_card *card, int rcode, in fwnet_write_complete() 1390 static struct fwnet_device *fwnet_dev_find(struct fw_card *card) in fwnet_dev_find() 1437 struct fw_card *card = device->card; in fwnet_probe()
|
| H A D | sbp2.c | 406 static void sbp2_status_write(struct fw_card *card, struct fw_request *request, in sbp2_status_write() 458 static void complete_transaction(struct fw_card *card, int rcode, in complete_transaction() 658 static void complete_agent_reset_write_no_wait(struct fw_card *card, in complete_agent_reset_write_no_wait() 700 struct fw_card *card = target_parent_device(tgt)->card; in sbp2_conditionally_block() 724 struct fw_card *card = target_parent_device(tgt)->card; in sbp2_conditionally_unblock()
|
| /linux/drivers/target/sbp/ |
| H A D | sbp_target.h | 147 struct fw_card *card; 237 struct fw_card *card;
|
| /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/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/drivers/media/firewire/ |
| H A D | firedtv-fw.c | 195 static void handle_fcp(struct fw_card *card, struct fw_request *request, in handle_fcp()
|