Searched defs:thc_device (Results 1 – 1 of 1) sorted by relevance
72 struct thc_device { struct73 struct device *dev;74 struct regmap *thc_regmap;75 void __iomem *mmio_addr;99 struct thc_device *thc_dev_init(struct device *device, void __iomem *mem_addr); argument