Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfirewire.h84 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 Dcore-transaction.c48 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 Dcore-iso.c56 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 Dcore-device.c654 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 Dohci.c190 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 Dsbp2.c405 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 Dnet.c167 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 Dsbp_target.h147 struct fw_card *card;
237 struct fw_card *card;
/linux/sound/firewire/tascam/
H A Dtascam-transaction.c145 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 Doxfw-scs1x.c94 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 Dfiredtv-fw.c194 static void handle_fcp(struct fw_card *card, struct fw_request *request, in handle_fcp()