Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_i2c.h51 int xe_i2c_probe(struct xe_device *xe);
59 static inline int xe_i2c_probe(struct xe_device *xe) { return 0; } in xe_i2c_probe() function
H A Dxe_device.c1009 err = xe_i2c_probe(xe); in xe_device_probe()