Home
last modified time | relevance | path

Searched refs:xe_hwmon (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c64 struct xe_hwmon { struct
81 static struct xe_reg xe_hwmon_get_reg(struct xe_hwmon *hwmon, enum xe_hwmon_reg hwmon_reg, in xe_hwmon_get_reg() argument
147 static void xe_hwmon_power_max_read(struct xe_hwmon *hwmon, int channel, long *value) in xe_hwmon_power_max_read()
191 static int xe_hwmon_power_max_write(struct xe_hwmon *hwmon, int channel, long value) in xe_hwmon_power_max_write()
223 static void xe_hwmon_power_rated_max_read(struct xe_hwmon *hwmon, int channel, long *value) in xe_hwmon_power_rated_max_read()
260 xe_hwmon_energy_get(struct xe_hwmon *hwmon, int channel, long *energy) in xe_hwmon_energy_get()
284 struct xe_hwmon *hwmon = dev_get_drvdata(dev); in xe_hwmon_power_max_interval_show()
325 struct xe_hwmon *hwmon = dev_get_drvdata(dev); in xe_hwmon_power_max_interval_store()
411 struct xe_hwmon *hwmon = dev_get_drvdata(dev); in xe_hwmon_attributes_visible()
443 static int xe_hwmon_pcode_read_i1(const struct xe_hwmon *hwmon, u32 *uval) in xe_hwmon_pcode_read_i1()
[all …]
H A Dxe_device_types.h509 struct xe_hwmon *hwmon;
H A DMakefile122 xe-$(CONFIG_HWMON) += xe_hwmon.o