Lines Matching defs:ohci

44 #define ohci_info(ohci, f, args...)	dev_info(ohci->card.device, f, ##args)  argument
45 #define ohci_notice(ohci, f, args...) dev_notice(ohci->card.device, f, ##args) argument
46 #define ohci_err(ohci, f, args...) dev_err(ohci->card.device, f, ##args) argument
88 struct fw_ohci *ohci; member
118 struct fw_ohci *ohci; member
291 static bool has_reboot_by_cycle_timer_read_quirk(const struct fw_ohci *ohci) in has_reboot_by_cycle_timer_read_quirk()
323 #define has_reboot_by_cycle_timer_read_quirk(ohci) false argument
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() local
687 struct fw_ohci *ohci = fw_ohci(card); in ohci_update_phy_reg() local
739 struct fw_ohci *ohci = ctx->ohci; in ar_context_abort() local
847 struct fw_ohci *ohci = ctx->ohci; in handle_ar_packet() local
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() local
1303 struct fw_ohci *ohci = ctx->ohci; in context_stop() local
1334 struct fw_ohci *ohci = ctx->ohci; in at_context_queue_packet() local
1478 struct fw_ohci *ohci = context->ohci; in handle_at_packet() local
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() local
2124 struct fw_ohci *ohci = data; in irq_handler() local
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() local
2506 struct fw_ohci *ohci; in ohci_set_config_rom() local
2593 struct fw_ohci *ohci = fw_ohci(card); in ohci_send_request() local
2600 struct fw_ohci *ohci = fw_ohci(card); in ohci_send_response() local
2607 struct fw_ohci *ohci = fw_ohci(card); in ohci_cancel_packet() local
2639 struct fw_ohci *ohci = fw_ohci(card); in ohci_enable_phys_dma() local
2678 struct fw_ohci *ohci = fw_ohci(card); in ohci_read_csr() local
2729 struct fw_ohci *ohci = fw_ohci(card); in ohci_write_csr() local
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() local
3098 struct fw_ohci *ohci = ctx->context.ohci; in ohci_start_iso() local
3146 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_stop_iso() local
3171 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_free_iso_context() local
3208 struct fw_ohci *ohci = fw_ohci(base->card); in ohci_set_iso_channels() local
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() local
3631 struct fw_ohci *ohci; in pci_probe() local
3792 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_remove() local
3821 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_suspend() local
3840 struct fw_ohci *ohci = pci_get_drvdata(dev); in pci_resume() local