Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Dnbio_v2_3.c365 if (dev_is_removable(&adev->pdev->dev)) in nbio_v2_3_enable_aspm()
484 if (dev_is_removable(&adev->pdev->dev)) in nbio_v2_3_program_aspm()
Damdgpu_bios.c292 if (dev_is_removable(&adev->pdev->dev)) in amdgpu_atrm_get_bios()
Damdgpu_device.c2086 !dev_is_removable(&adev->pdev->dev)) in amdgpu_device_ip_early_init()
3896 if (px || (!dev_is_removable(&adev->pdev->dev) && in amdgpu_device_init()
4041 if (px || (!dev_is_removable(&adev->pdev->dev) && in amdgpu_device_fini_sw()
Damdgpu_discovery.c246 if (dev_is_removable(&adev->pdev->dev)) { in amdgpu_discovery_read_binary_from_mem()
/linux-6.6.21/include/linux/
Ddevice.h1041 static inline bool dev_is_removable(struct device *dev) in dev_is_removable() function
/linux-6.6.21/drivers/pci/
Dprobe.c1632 (parent->external_facing || dev_is_removable(&parent->dev))) in pci_set_removable()