Lines Matching defs:qcom_wcnss
62 struct qcom_wcnss { struct
63 struct device *dev;
64 struct rproc *rproc;
66 void __iomem *pmu_cfg;
67 void __iomem *spare_out;
69 bool use_48mhz_xo;
71 int wdog_irq;
72 int fatal_irq;
73 int ready_irq;
74 int handover_irq;
75 int stop_ack_irq;
77 struct qcom_smem_state *state;
78 unsigned stop_bit;
80 struct mutex iris_lock;
81 struct qcom_iris *iris;
83 struct regulator_bulk_data *vregs;
84 size_t num_vregs;
86 struct completion start_done;
87 struct completion stop_done;
89 phys_addr_t mem_phys;
90 phys_addr_t mem_reloc;
91 void *mem_region;
92 size_t mem_size;
94 struct qcom_rproc_subdev smd_subdev;
95 struct qcom_sysmon *sysmon;