Lines Matching refs:hif_softc
22 QDF_STATUS hif_snoc_open(struct hif_softc *hif_ctx,
24 void hif_snoc_close(struct hif_softc *hif_ctx);
25 int hif_snoc_bus_suspend(struct hif_softc *hif_ctx);
26 int hif_snoc_bus_resume(struct hif_softc *hif_ctx);
27 int hif_snoc_bus_suspend_noirq(struct hif_softc *scn);
28 void hif_snoc_disable_isr(struct hif_softc *hif_ctx);
29 void hif_snoc_nointrs(struct hif_softc *scn);
30 QDF_STATUS hif_snoc_enable_bus(struct hif_softc *ol_sc,
34 void hif_snoc_disable_bus(struct hif_softc *scn);
35 int hif_snoc_bus_configure(struct hif_softc *scn);
36 void hif_snoc_irq_disable(struct hif_softc *scn, int ce_id);
37 void hif_snoc_irq_enable(struct hif_softc *scn, int ce_id);
38 int hif_snoc_dump_registers(struct hif_softc *scn);
39 void hif_snoc_display_stats(struct hif_softc *hif_ctx);
40 void hif_snoc_clear_stats(struct hif_softc *hif_ctx);
41 int hif_snoc_map_ce_to_irq(struct hif_softc *scn, int ce_id);
42 bool hif_snoc_needs_bmi(struct hif_softc *scn);
43 void hif_snoc_configure_irq_affinity(struct hif_softc *scn);