Home
last modified time | relevance | path

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

/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c99 case BUS_NOTIFY_REMOVED_DEVICE: in psmouse_smbus_notifier_call()
/linux/arch/arm/mach-omap2/
H A Domap_device.c221 case BUS_NOTIFY_REMOVED_DEVICE: in _omap_device_notifier_call()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c237 case BUS_NOTIFY_REMOVED_DEVICE: in chromeos_laptop_i2c_notifier_call()
/linux/drivers/i2c/
H A Di2c-atr.c415 case BUS_NOTIFY_REMOVED_DEVICE: in i2c_atr_bus_notifier_call()
/linux/drivers/iommu/intel/
H A Ddmar.c365 action != BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
375 else if (action == BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
H A Diommu.c2810 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
2830 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
2847 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
/linux/drivers/iommu/
H A Diommu.c1717 } else if (action == BUS_NOTIFY_REMOVED_DEVICE) { in iommu_bus_notifier()
/linux/drivers/base/
H A Dcore.c3872 bus_notify(dev, BUS_NOTIFY_REMOVED_DEVICE); in device_del()