Home
last modified time | relevance | path

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

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