Home
last modified time | relevance | path

Searched refs:pdev_to_xe_device (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_device_sysfs.c32 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_show()
47 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_store()
H A Dxe_survivability_mode.c96 struct xe_device *xe = pdev_to_xe_device(pdev); in log_survivability_info()
114 struct xe_device *xe = pdev_to_xe_device(pdev); in survivability_mode_show()
142 struct xe_device *xe = pdev_to_xe_device(pdev); in enable_survivability_mode()
H A Dxe_pci.c729 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_remove()
877 xe_device_shutdown(pdev_to_xe_device(pdev)); in xe_pci_shutdown()
883 struct xe_device *xe = pdev_to_xe_device(pdev); in d3cold_toggle()
906 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_suspend()
949 err = xe_pm_resume(pdev_to_xe_device(pdev)); in xe_pci_resume()
959 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_suspend()
984 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_resume()
1007 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_idle()
H A Dxe_vsec.c155 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pmt_telem_read()
H A Dxe_pci_sriov.c198 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_sriov_configure()
H A Dxe_device.h27 static inline struct xe_device *pdev_to_xe_device(struct pci_dev *pdev) in pdev_to_xe_device() function
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c145 return pdev_to_xe_device(to_pci_dev(next)); in xe_pci_live_device_gen_param()