Home
last modified time | relevance | path

Searched refs:BUS_NOTIFY_REMOVED_DEVICE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/iommu/
Ddmar.c333 action != BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
343 else if (action == BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
Diommu.c919 } else if (action == BUS_NOTIFY_REMOVED_DEVICE) { in iommu_bus_notifier()
Dintel-iommu.c4370 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
4390 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
4415 if (action != BUS_NOTIFY_REMOVED_DEVICE) in device_notifier()
/linux-4.4.14/include/linux/
Ddevice.h186 #define BUS_NOTIFY_REMOVED_DEVICE 0x00000003 /* device removed */ macro
/linux-4.4.14/drivers/base/
Dcore.c1277 BUS_NOTIFY_REMOVED_DEVICE, dev); in device_del()