Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.h14 int xe_hwmon_register(struct xe_device *xe);
16 static inline int xe_hwmon_register(struct xe_device *xe) { return 0; }; in xe_hwmon_register() function
H A Dxe_device.c1005 err = xe_hwmon_register(xe); in xe_device_probe()
H A Dxe_hwmon.c1531 int xe_hwmon_register(struct xe_device *xe) in xe_hwmon_register() function