Lines Matching refs:fw_card

29 void func(const struct fw_card *card, const char *fmt, ...)	\
91 static void generate_config_rom(struct fw_card *card, __be32 *config_rom) in generate_config_rom()
153 struct fw_card *card; in update_config_roms()
213 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus()
223 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset()
240 struct fw_card *card = container_of(work, struct fw_card, br_work.work); in br_work()
258 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel()
280 void fw_schedule_bm_work(struct fw_card *card, unsigned long delay) in fw_schedule_bm_work()
289 struct fw_card *card = container_of(work, struct fw_card, bm_work.work); in bm_work()
542 void fw_card_initialize(struct fw_card *card, in fw_card_initialize()
574 int fw_card_add(struct fw_card *card, u32 max_receive, u32 link_speed, u64 guid, in fw_card_add()
631 static int dummy_read_phy_reg(struct fw_card *card, int address) in dummy_read_phy_reg()
636 static int dummy_update_phy_reg(struct fw_card *card, int address, in dummy_update_phy_reg()
642 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request()
647 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response()
652 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
657 static int dummy_enable_phys_dma(struct fw_card *card, in dummy_enable_phys_dma()
663 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context()
669 static u32 dummy_read_csr(struct fw_card *card, int csr_offset) in dummy_read_csr()
674 static void dummy_write_csr(struct fw_card *card, int csr_offset, u32 value) in dummy_write_csr()
723 struct fw_card *card = container_of(kref, struct fw_card, kref); in fw_card_release()
729 void fw_core_remove_card(struct fw_card *card) in fw_core_remove_card()
777 int fw_card_read_cycle_time(struct fw_card *card, u32 *cycle_time) in fw_card_read_cycle_time()