Lines Matching refs:hif_softc

24 QDF_STATUS hif_pci_open(struct hif_softc *hif_ctx,
26 void hif_pci_close(struct hif_softc *hif_ctx);
27 void hif_pci_prevent_linkdown(struct hif_softc *scn, bool flag);
28 void hif_pci_reset_soc(struct hif_softc *ol_sc);
29 int hif_pci_bus_suspend(struct hif_softc *scn);
30 int hif_pci_bus_suspend_noirq(struct hif_softc *scn);
31 int hif_pci_bus_resume(struct hif_softc *scn);
32 int hif_pci_bus_resume_noirq(struct hif_softc *scn);
33 int hif_pci_target_sleep_state_adjust(struct hif_softc *scn,
36 void hif_pci_disable_isr(struct hif_softc *scn);
37 void hif_pci_nointrs(struct hif_softc *scn);
38 QDF_STATUS hif_pci_enable_bus(struct hif_softc *scn,
42 void hif_pci_disable_bus(struct hif_softc *scn);
43 int hif_pci_bus_configure(struct hif_softc *scn);
44 void hif_pci_irq_disable(struct hif_softc *scn, int ce_id);
45 void hif_pci_irq_enable(struct hif_softc *scn, int ce_id);
46 int hif_pci_dump_registers(struct hif_softc *scn);
47 void hif_pci_enable_power_management(struct hif_softc *hif_ctx,
49 void hif_pci_disable_power_management(struct hif_softc *hif_ctx);
50 int hif_pci_configure_grp_irq(struct hif_softc *scn,
52 void hif_pci_deconfigure_grp_irq(struct hif_softc *scn);
63 uint32_t hif_pci_reg_read32(struct hif_softc *hif_sc,
76 void hif_pci_reg_write32(struct hif_softc *hif_sc,
80 void hif_pci_display_stats(struct hif_softc *hif_ctx);
81 void hif_pci_clear_stats(struct hif_softc *hif_ctx);
82 int hif_pci_legacy_map_ce_to_irq(struct hif_softc *scn, int ce_id);
83 bool hif_pci_needs_bmi(struct hif_softc *scn);
94 void hif_pci_config_irq_affinity(struct hif_softc *scn);
95 int hif_ce_msi_configure_irq_by_ceid(struct hif_softc *scn, int ce_id);
107 void hif_pci_set_grp_intr_affinity(struct hif_softc *scn,