Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_device_sysfs.c40 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_show()
55 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_store()
77 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in lb_fan_control_version_show()
116 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in lb_voltage_regulator_version_show()
154 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in late_bind_create_files()
187 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in late_bind_remove_files()
250 struct xe_device *xe = pdev_to_xe_device(pdev); in auto_link_downgrade_capable_show()
266 struct xe_device *xe = pdev_to_xe_device(pdev); in auto_link_downgrade_status_show()
H A Dxe_pci.c724 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_remove()
871 xe_device_shutdown(pdev_to_xe_device(pdev)); in xe_pci_shutdown()
877 struct xe_device *xe = pdev_to_xe_device(pdev); in d3cold_toggle()
900 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_suspend()
944 err = xe_pm_resume(pdev_to_xe_device(pdev)); in xe_pci_resume()
954 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_suspend()
979 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_resume()
1002 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_idle()
H A Dxe_survivability_mode.c110 struct xe_device *xe = pdev_to_xe_device(pdev); in log_survivability_info()
128 struct xe_device *xe = pdev_to_xe_device(pdev); in survivability_mode_show()
157 struct xe_device *xe = pdev_to_xe_device(pdev); in enable_survivability_mode()
H A Dxe_device.h27 static inline struct xe_device *pdev_to_xe_device(struct pci_dev *pdev) in pdev_to_xe_device() function
H A Dxe_pci_sriov.c246 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_sriov_configure()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_pci.c175 return pdev_to_xe_device(to_pci_dev(next)); in xe_pci_live_device_gen_param()