Home
last modified time | relevance | path

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

/linux/drivers/hid/intel-thc-hid/intel-thc/
H A Dintel-thc-dev.h72 struct thc_device { struct
73 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