Searched defs:sdw_intel_res (Results 1 – 1 of 1) sorted by relevance
150 struct sdw_intel_res { struct151 int count;152 void __iomem *mmio_base;153 int irq;154 acpi_handle handle;155 struct device *parent;156 const struct sdw_intel_ops *ops;180 sdw_intel_probe(struct sdw_intel_res *res); argument