Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_gsc_proxy.c380 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_bind()
395 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_unbind()
H A Dxe_device.h20 static inline struct xe_device *kdev_to_xe_device(struct device *kdev) in kdev_to_xe_device() function