Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h360 struct hif_softc { struct
361 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 …]
/wlan-driver/qca-wifi-host-cmn/hif/src/pcie/
Dif_pci.c4298 struct hif_softc *hif_softc = (struct hif_softc *)hif; in hif_prevent_l1() local
4315 struct hif_softc *hif_softc = (struct hif_softc *)hif; in hif_allow_l1() local
/wlan-driver/qca-wifi-host-cmn/hif/inc/
Dhif.h441 struct hif_softc *hif_softc; member