Home
last modified time | relevance | path

Searched refs:__get_device_state (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/iommu/amd/
H A Diommu_v2.c96 static struct device_state *__get_device_state(u16 devid) in __get_device_state() function
114 dev_state = __get_device_state(devid); in get_device_state()
801 if (__get_device_state(devid) != NULL) { in amd_iommu_init_device()
842 dev_state = __get_device_state(devid); in amd_iommu_free_device()
881 dev_state = __get_device_state(devid); in amd_iommu_set_invalid_ppr_cb()
912 dev_state = __get_device_state(devid); in amd_iommu_set_invalidate_ctx_cb()
/kernel/linux/linux-6.6/drivers/iommu/amd/
H A Diommu_v2.c86 static struct device_state *__get_device_state(u32 sbdf) in __get_device_state() function
104 dev_state = __get_device_state(sbdf); in get_device_state()
808 if (__get_device_state(sbdf) != NULL) { in amd_iommu_init_device()
849 dev_state = __get_device_state(sbdf); in amd_iommu_free_device()
880 dev_state = __get_device_state(sbdf); in amd_iommu_set_invalid_ppr_cb()
911 dev_state = __get_device_state(sbdf); in amd_iommu_set_invalidate_ctx_cb()

Completed in 5 milliseconds