Searched defs:hif_softc (Results 1 – 3 of 3) sorted by relevance
360 struct hif_softc { struct361 struct hif_opaque_softc osc;362 struct hif_config_info hif_config;363 struct hif_target_info target_info;364 void __iomem *mem;365 void __iomem *mem_ce;366 void __iomem *mem_cmem;367 void __iomem *mem_pmm_base;368 enum qdf_bus_type bus_type;369 struct hif_bus_ops bus_ops;[all …]
4298 struct hif_softc *hif_softc = (struct hif_softc *)hif; in hif_prevent_l1() local4315 struct hif_softc *hif_softc = (struct hif_softc *)hif; in hif_allow_l1() local
441 struct hif_softc *hif_softc; member