Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/device/
Dbus.h279 #define BUS_NOTIFY_REMOVED_DEVICE 0x00000003 /* device removed */ macro
/Linux-v6.1/drivers/input/mouse/
Dpsmouse-smbus.c103 case BUS_NOTIFY_REMOVED_DEVICE: in psmouse_smbus_notifier_call()
/Linux-v6.1/arch/arm/mach-omap2/
Domap_device.c215 case BUS_NOTIFY_REMOVED_DEVICE: in _omap_device_notifier_call()
/Linux-v6.1/drivers/platform/chrome/
Dchromeos_laptop.c237 case BUS_NOTIFY_REMOVED_DEVICE: in chromeos_laptop_i2c_notifier_call()
/Linux-v6.1/drivers/iommu/intel/
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()
Diommu.c3671 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
3691 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
3708 } else if (info->event == BUS_NOTIFY_REMOVED_DEVICE) { in dmar_iommu_notify_scope_dev()
/Linux-v6.1/drivers/iommu/
Diommu.c1684 } else if (action == BUS_NOTIFY_REMOVED_DEVICE) { in iommu_bus_notifier()
/Linux-v6.1/drivers/base/
Dcore.c3712 BUS_NOTIFY_REMOVED_DEVICE, dev); in device_del()