Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhwmon.h417 struct hwmon_ops { struct
418 umode_t visible;
419 umode_t (*is_visible)(const void *drvdata, enum hwmon_sensor_types type,
421 int (*read)(struct device *dev, enum hwmon_sensor_types type,
423 int (*read_string)(struct device *dev, enum hwmon_sensor_types type,
425 int (*write)(struct device *dev, enum hwmon_sensor_types type,
/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c1219 static const struct hwmon_ops hwmon_ops = { variable