Lines Matching refs:fw_card

28 void func(const struct fw_card *card, const char *fmt, ...)	\
90 static void generate_config_rom(struct fw_card *card, __be32 *config_rom) in generate_config_rom()
152 struct fw_card *card; in update_config_roms()
219 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus()
227 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset()
242 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()
514 void fw_card_initialize(struct fw_card *card, in fw_card_initialize()
546 int fw_card_add(struct fw_card *card, in fw_card_add()
581 static int dummy_read_phy_reg(struct fw_card *card, int address) in dummy_read_phy_reg()
586 static int dummy_update_phy_reg(struct fw_card *card, int address, in dummy_update_phy_reg()
592 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request()
597 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response()
602 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
607 static int dummy_enable_phys_dma(struct fw_card *card, in dummy_enable_phys_dma()
613 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context()
662 struct fw_card *card = container_of(kref, struct fw_card, kref); in fw_card_release()
668 void fw_core_remove_card(struct fw_card *card) in fw_core_remove_card()