Symbol: bus_unregister_notifier
arch/x86/events/intel/uncore.c
1451
bus_unregister_notifier(&pci_bus_type, &uncore_pci_sub_notifier);
arch/x86/events/intel/uncore.c
1455
bus_unregister_notifier(&pci_bus_type, &uncore_pci_notifier);
drivers/base/bus.c
1077
EXPORT_SYMBOL_GPL(bus_unregister_notifier);
drivers/bus/fsl-mc/fsl-mc-bus.c
1184
bus_unregister_notifier(&fsl_mc_bus_type, &fsl_mc_nb);
drivers/bus/ti-sysc.c
3340
bus_unregister_notifier(&platform_bus_type, &sysc_nb);
drivers/firmware/arm_ffa/driver.c
1700
bus_unregister_notifier(&ffa_bus_type, &ffa_bus_nb);
drivers/firmware/arm_scmi/driver.c
3378
bus_unregister_notifier(&scmi_bus_type, &info->bus_nb);
drivers/firmware/arm_scmi/driver.c
3416
bus_unregister_notifier(&scmi_bus_type, &info->bus_nb);
drivers/gpu/drm/i915/gt/uc/intel_huc.c
220
bus_unregister_notifier(bus, &huc->delayed_load.nb);
drivers/gpu/drm/xe/xe_i2c.c
316
bus_unregister_notifier(&i2c_bus_type, &i2c->bus_notifier);
drivers/gpu/drm/xe/xe_i2c.c
384
bus_unregister_notifier(&i2c_bus_type, &i2c->bus_notifier);
drivers/hwtracing/ptt/hisi_ptt.c
1260
bus_unregister_notifier(&pci_bus_type, &hisi_ptt->hisi_ptt_nb);
drivers/i2c/busses/i2c-i801.c
1363
bus_unregister_notifier(&i2c_bus_type, &priv->mux_notifier_block);
drivers/i2c/i2c-atr.c
766
bus_unregister_notifier(&i2c_bus_type, &atr->i2c_nb);
drivers/i2c/i2c-dev.c
794
bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
drivers/i3c/master.c
3595
bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
drivers/i3c/master.c
3603
bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
drivers/input/mouse/psmouse-smbus.c
318
bus_unregister_notifier(&i2c_bus_type, &psmouse_smbus_notifier);
drivers/input/serio/i8042.c
1659
bus_unregister_notifier(&serio_bus, &i8042_kbd_bind_notifier_block);
drivers/iommu/intel/dmar.c
2116
bus_unregister_notifier(&pci_bus_type, &dmar_pci_bus_nb);
drivers/iommu/iommu.c
336
bus_unregister_notifier(bus, nb);
drivers/iommu/iommu.c
362
bus_unregister_notifier(bus, nb);
drivers/net/mctp/mctp-i2c.c
1145
rc = bus_unregister_notifier(&i2c_bus_type, &mctp_i2c_notifier);
drivers/pci/pwrctrl/core.c
106
bus_unregister_notifier(&pci_bus_type, &pwrctrl->nb);
drivers/perf/dwc_pcie_pmu.c
878
bus_unregister_notifier(&pci_bus_type, &dwc_pcie_pmu_nb);
drivers/platform/chrome/chromeos_laptop.c
947
bus_unregister_notifier(&i2c_bus_type, &chromeos_laptop_i2c_notifier);
drivers/platform/x86/amd/amd_isp4.c
400
bus_unregister_notifier(&i2c_bus_type, &isp4_platform->i2c_nb);
drivers/platform/x86/dell/dell-lis3lv02d.c
252
bus_unregister_notifier(&i2c_bus_type, &i2c_nb);
drivers/power/sequencing/pwrseq-pcie-m2.c
573
bus_unregister_notifier(&pci_bus_type, &ctx->nb);
drivers/ptp/ptp_ocp.c
5258
bus_unregister_notifier(&i2c_bus_type, &ptp_ocp_i2c_notifier);
drivers/ptp/ptp_ocp.c
5270
bus_unregister_notifier(&i2c_bus_type, &ptp_ocp_i2c_notifier);
drivers/s390/cio/ccwgroup.c
441
bus_unregister_notifier(&ccwgroup_bus_type, &ccwgroup_nb);
drivers/usb/core/usb.c
1258
bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
drivers/usb/core/usb.c
1284
bus_unregister_notifier(&usb_bus_type, &usb_bus_nb);
drivers/vfio/fsl-mc/vfio_fsl_mc.c
472
bus_unregister_notifier(&fsl_mc_bus_type, &vdev->nb);
drivers/vfio/fsl-mc/vfio_fsl_mc.c
501
bus_unregister_notifier(&fsl_mc_bus_type, &vdev->nb);
drivers/vfio/pci/vfio_pci_core.c
2142
bus_unregister_notifier(&pci_bus_type, &vdev->nb);
drivers/xen/xen-pciback/pci_stub.c
1755
bus_unregister_notifier(&pci_bus_type, &pci_stub_nb);
include/linux/device/bus.h
260
int bus_unregister_notifier(const struct bus_type *bus, struct notifier_block *nb);
lib/kunit/platform.c
220
bus_unregister_notifier(&platform_bus_type, nb);