Searched defs:hwmon_ops (Results 1 – 2 of 2) sorted by relevance
406 struct hwmon_ops { struct407 umode_t (*is_visible)(const void *drvdata, enum hwmon_sensor_types type,409 int (*read)(struct device *dev, enum hwmon_sensor_types type,411 int (*read_string)(struct device *dev, enum hwmon_sensor_types type,413 int (*write)(struct device *dev, enum hwmon_sensor_types type,
694 static const struct hwmon_ops hwmon_ops = { variable