Lines Matching defs:card
103 static void generate_config_rom(struct fw_card *card, __be32 *config_rom) in generate_config_rom()
165 struct fw_card *card; in update_config_roms() local
232 static int reset_bus(struct fw_card *card, bool short_reset) in reset_bus()
240 void fw_schedule_bus_reset(struct fw_card *card, bool delayed, bool short_reset) in fw_schedule_bus_reset()
255 struct fw_card *card = container_of(work, struct fw_card, br_work.work); in br_work() local
271 static void allocate_broadcast_channel(struct fw_card *card, int generation) in allocate_broadcast_channel()
293 void fw_schedule_bm_work(struct fw_card *card, unsigned long delay) in fw_schedule_bm_work()
302 struct fw_card *card = container_of(work, struct fw_card, bm_work.work); in bm_work() local
527 void fw_card_initialize(struct fw_card *card, in fw_card_initialize()
559 int fw_card_add(struct fw_card *card, in fw_card_add()
594 static int dummy_read_phy_reg(struct fw_card *card, int address) in dummy_read_phy_reg()
599 static int dummy_update_phy_reg(struct fw_card *card, int address, in dummy_update_phy_reg()
605 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request()
610 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response()
615 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
620 static int dummy_enable_phys_dma(struct fw_card *card, in dummy_enable_phys_dma()
626 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context()
675 struct fw_card *card = container_of(kref, struct fw_card, kref); in fw_card_release() local
681 void fw_core_remove_card(struct fw_card *card) in fw_core_remove_card()