Searched refs:remove_device (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/drivers/iommu/ |
D | iommu.c | 898 if (ops->remove_device && dev->iommu_group) in remove_iommu_group() 899 ops->remove_device(dev); in remove_iommu_group() 920 if (ops->remove_device && dev->iommu_group) { in iommu_bus_notifier() 921 ops->remove_device(dev); in iommu_bus_notifier()
|
D | s390-iommu.c | 348 .remove_device = s390_iommu_remove_device,
|
D | ipmmu-vmsa.c | 745 .remove_device = ipmmu_remove_device,
|
D | rockchip-iommu.c | 981 .remove_device = rk_iommu_remove_device,
|
D | fsl_pamu_domain.c | 1064 .remove_device = fsl_pamu_remove_device,
|
D | tegra-smmu.c | 742 .remove_device = tegra_smmu_remove_device,
|
D | exynos-iommu.c | 1186 .remove_device = exynos_iommu_remove_device,
|
D | omap-iommu.c | 1288 .remove_device = omap_iommu_remove_device,
|
D | arm-smmu.c | 1449 .remove_device = arm_smmu_remove_device,
|
D | arm-smmu-v3.c | 1924 .remove_device = arm_smmu_remove_device,
|
D | amd_iommu.c | 3169 .remove_device = amd_iommu_remove_device,
|
D | intel-iommu.c | 5110 .remove_device = intel_iommu_remove_device,
|
/linux-4.4.14/Documentation/driver-model/ |
D | class.txt | 37 .remove_device = input_remove_device,
|
/linux-4.4.14/include/linux/ |
D | iommu.h | 170 void (*remove_device)(struct device *dev); member
|
/linux-4.4.14/net/bluetooth/ |
D | mgmt.c | 6295 static int remove_device(struct sock *sk, struct hci_dev *hdev, in remove_device() function 7440 { remove_device, MGMT_REMOVE_DEVICE_SIZE },
|