Searched defs:class_function_drv (Results 1 – 1 of 1) sorted by relevance
31 struct class_function_drv { struct32 struct device *dev;33 struct regmap *regmap;57 struct class_function_drv *drv = auxiliary_get_drvdata(auxdev); in class_function_regmap_writeable() argument572 static struct auxiliary_driver class_function_drv = { variable