Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gsc_proxy.c343 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_bind()
358 struct xe_device *xe = kdev_to_xe_device(xe_kdev); in xe_gsc_proxy_component_unbind()
Dxe_device.h18 static inline struct xe_device *kdev_to_xe_device(struct device *kdev) in kdev_to_xe_device() function