Home
last modified time | relevance | path

Searched defs:hif_bus_ops (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/dispatcher/
H A Dmultibus.h30 struct hif_bus_ops { struct
31 QDF_STATUS (*hif_bus_open)(struct hif_softc *hif_sc,
33 void (*hif_bus_close)(struct hif_softc *hif_sc);
34 void (*hif_bus_prevent_linkdown)(struct hif_softc *hif_sc, bool flag);
35 void (*hif_reset_soc)(struct hif_softc *hif_sc);
36 int (*hif_bus_early_suspend)(struct hif_softc *hif_ctx);
37 int (*hif_bus_late_resume)(struct hif_softc *hif_ctx);
38 int (*hif_bus_suspend)(struct hif_softc *hif_ctx);
39 int (*hif_bus_resume)(struct hif_softc *hif_ctx);
40 int (*hif_bus_suspend_noirq)(struct hif_softc *hif_ctx);
[all …]