Lines Matching defs:card

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() local
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() local
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() local
542 void fw_card_initialize(struct fw_card *card, in fw_card_initialize()
574 int fw_card_add(struct fw_card *card, in fw_card_add()
609 static int dummy_read_phy_reg(struct fw_card *card, int address) in dummy_read_phy_reg()
614 static int dummy_update_phy_reg(struct fw_card *card, int address, in dummy_update_phy_reg()
620 static void dummy_send_request(struct fw_card *card, struct fw_packet *packet) in dummy_send_request()
625 static void dummy_send_response(struct fw_card *card, struct fw_packet *packet) in dummy_send_response()
630 static int dummy_cancel_packet(struct fw_card *card, struct fw_packet *packet) in dummy_cancel_packet()
635 static int dummy_enable_phys_dma(struct fw_card *card, in dummy_enable_phys_dma()
641 static struct fw_iso_context *dummy_allocate_iso_context(struct fw_card *card, in dummy_allocate_iso_context()
647 static u32 dummy_read_csr(struct fw_card *card, int csr_offset) in dummy_read_csr()
652 static void dummy_write_csr(struct fw_card *card, int csr_offset, u32 value) in dummy_write_csr()
701 struct fw_card *card = container_of(kref, struct fw_card, kref); in fw_card_release() local
707 void fw_core_remove_card(struct fw_card *card) in fw_core_remove_card()
753 int fw_card_read_cycle_time(struct fw_card *card, u32 *cycle_time) in fw_card_read_cycle_time()