Lines Matching refs:fw_ohci

88 	struct fw_ohci *ohci;
118 struct fw_ohci *ohci;
178 struct fw_ohci { struct
234 static inline struct fw_ohci *fw_ohci(struct fw_card *card) in fw_ohci() argument
236 return container_of(card, struct fw_ohci, card); in fw_ohci()
291 static bool has_reboot_by_cycle_timer_read_quirk(const struct fw_ohci *ohci) in has_reboot_by_cycle_timer_read_quirk()
411 static void log_irqs(struct fw_ohci *ohci, u32 evt) in log_irqs()
460 static void log_selfids(struct fw_ohci *ohci, int generation, int self_id_count) in log_selfids()
516 static void log_ar_at_event(struct fw_ohci *ohci, in log_ar_at_event()
572 static inline void reg_write(const struct fw_ohci *ohci, int offset, u32 data) in reg_write()
577 static inline u32 reg_read(const struct fw_ohci *ohci, int offset) in reg_read()
582 static inline void flush_writes(const struct fw_ohci *ohci) in flush_writes()
594 static int read_phy_reg(struct fw_ohci *ohci, int addr) in read_phy_reg()
621 static int write_phy_reg(const struct fw_ohci *ohci, int addr, u32 val) in write_phy_reg()
644 static int update_phy_reg(struct fw_ohci *ohci, int addr, in update_phy_reg()
661 static int read_paged_phy_reg(struct fw_ohci *ohci, int page, int addr) in read_paged_phy_reg()
674 struct fw_ohci *ohci = fw_ohci(card); in ohci_read_phy_reg()
687 struct fw_ohci *ohci = fw_ohci(card); in ohci_update_phy_reg()
739 struct fw_ohci *ohci = ctx->ohci; in ar_context_abort()
847 struct fw_ohci *ohci = ctx->ohci; in handle_ar_packet()
1017 static int ar_context_init(struct ar_context *ctx, struct fw_ohci *ohci, in ar_context_init()
1177 static int context_init(struct context *ctx, struct fw_ohci *ohci, in context_init()
1255 struct fw_ohci *ohci = ctx->ohci; in context_run()
1303 struct fw_ohci *ohci = ctx->ohci; in context_stop()
1334 struct fw_ohci *ohci = ctx->ohci; in at_context_queue_packet()
1478 struct fw_ohci *ohci = context->ohci; in handle_at_packet()
1559 static u32 get_cycle_time(struct fw_ohci *ohci);
1561 static void handle_local_rom(struct fw_ohci *ohci, in handle_local_rom()
1590 static void handle_local_lock(struct fw_ohci *ohci, in handle_local_lock()
1708 static void detect_dead_context(struct fw_ohci *ohci, in detect_dead_context()
1719 static void handle_dead_contexts(struct fw_ohci *ohci) in handle_dead_contexts()
1769 static u32 get_cycle_time(struct fw_ohci *ohci) in get_cycle_time()
1808 static u32 update_bus_time(struct fw_ohci *ohci) in update_bus_time()
1825 static int get_status_for_port(struct fw_ohci *ohci, int port_index) in get_status_for_port()
1846 static int get_self_id_pos(struct fw_ohci *ohci, u32 self_id, in get_self_id_pos()
1862 static int initiated_reset(struct fw_ohci *ohci) in initiated_reset()
1892 static int find_and_insert_self_id(struct fw_ohci *ohci, int self_id_count) in find_and_insert_self_id()
1938 struct fw_ohci *ohci = in bus_reset_work()
1939 container_of(work, struct fw_ohci, bus_reset_work); in bus_reset_work()
2124 struct fw_ohci *ohci = data; in irq_handler()
2225 static int software_reset(struct fw_ohci *ohci) in software_reset()
2254 static int configure_1394a_enhancements(struct fw_ohci *ohci) in configure_1394a_enhancements()
2305 static int probe_tsb41ba3d(struct fw_ohci *ohci) in probe_tsb41ba3d()
2330 struct fw_ohci *ohci = fw_ohci(card); in ohci_enable()
2506 struct fw_ohci *ohci; in ohci_set_config_rom()
2510 ohci = fw_ohci(card); in ohci_set_config_rom()
2593 struct fw_ohci *ohci = fw_ohci(card); in ohci_send_request()
2600 struct fw_ohci *ohci = fw_ohci(card); in ohci_send_response()
2607 struct fw_ohci *ohci = fw_ohci(card); in ohci_cancel_packet()
2639 struct fw_ohci *ohci = fw_ohci(card); in ohci_enable_phys_dma()
2678 struct fw_ohci *ohci = fw_ohci(card); in ohci_read_csr()
2729 struct fw_ohci *ohci = fw_ohci(card); in ohci_write_csr()
2985 static void set_multichannel_mask(struct fw_ohci *ohci, u64 channels) in set_multichannel_mask()
2999 struct fw_ohci *ohci = fw_ohci(card); in ohci_allocate_iso_context()
3098 struct fw_ohci *ohci = ctx->context.ohci; in ohci_start_iso()
3146 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_stop_iso()
3171 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_free_iso_context()
3208 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_set_iso_channels()
3237 static void ohci_resume_iso_dma(struct fw_ohci *ohci) in ohci_resume_iso_dma()
3618 struct fw_ohci *ohci = pci_get_drvdata(pdev); in release_ohci()
3631 struct fw_ohci *ohci; in pci_probe()
3792 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_remove()
3821 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_suspend()
3840 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_resume()