Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dhwmon.h414 struct hwmon_ops { struct
415 umode_t (*is_visible)(const void *drvdata, enum hwmon_sensor_types type,
417 int (*read)(struct device *dev, enum hwmon_sensor_types type,
419 int (*read_string)(struct device *dev, enum hwmon_sensor_types type,
421 int (*write)(struct device *dev, enum hwmon_sensor_types type,
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_hwmon.c769 static const struct hwmon_ops hwmon_ops = { variable