Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/device/
H A Dbus.h271 BUS_NOTIFY_REMOVED_DEVICE, enumerator
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c103 case BUS_NOTIFY_REMOVED_DEVICE: in psmouse_smbus_notifier_call()
/openbmc/linux/arch/arm/mach-omap2/
H A Domap_device.c221 case BUS_NOTIFY_REMOVED_DEVICE: in _omap_device_notifier_call()
/openbmc/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c237 case BUS_NOTIFY_REMOVED_DEVICE: in chromeos_laptop_i2c_notifier_call()
/openbmc/linux/drivers/i2c/
H A Di2c-atr.c415 case BUS_NOTIFY_REMOVED_DEVICE: in i2c_atr_bus_notifier_call()
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c364 action != BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
374 else if (action == BUS_NOTIFY_REMOVED_DEVICE) in dmar_pci_bus_notifier()
H A Diommu.c3505 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
3525 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
3542 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
/openbmc/linux/drivers/iommu/
H A Diommu.c1803 } else if (action == BUS_NOTIFY_REMOVED_DEVICE) { in iommu_bus_notifier()
/openbmc/linux/drivers/base/
H A Dcore.c3863 bus_notify(dev, BUS_NOTIFY_REMOVED_DEVICE); in device_del()