Home
last modified time | relevance | path

Searched refs:xe_i2c_present (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_i2c.h53 bool xe_i2c_present(struct xe_device *xe);
61 static inline bool xe_i2c_present(struct xe_device *xe) { return false; } in xe_i2c_present() function
H A Dxe_i2c.c164 bool xe_i2c_present(struct xe_device *xe) in xe_i2c_present() function
297 if (!xe_i2c_present(xe)) in xe_i2c_pm_suspend()
308 if (!xe_i2c_present(xe)) in xe_i2c_pm_resume()