Symbol: bus_unregister_notifier
arch/x86/events/intel/uncore.c
1431
bus_unregister_notifier(&pci_bus_type, &uncore_pci_sub_notifier);
arch/x86/events/intel/uncore.c
1435
bus_unregister_notifier(&pci_bus_type, &uncore_pci_notifier);
drivers/base/bus.c
1070
EXPORT_SYMBOL_GPL(bus_unregister_notifier);
drivers/bus/fsl-mc/fsl-mc-bus.c
1169
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_scmi/driver.c
3344
bus_unregister_notifier(&scmi_bus_type, &info->bus_nb);
drivers/firmware/arm_scmi/driver.c
3382
bus_unregister_notifier(&scmi_bus_type, &info->bus_nb);
drivers/gpio/dev-sync-probe.c
67
bus_unregister_notifier(&platform_bus_type, &data->bus_notifier);
drivers/gpio/dev-sync-probe.c
73
bus_unregister_notifier(&platform_bus_type, &data->bus_notifier);
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
304
bus_unregister_notifier(&i2c_bus_type, &i2c->bus_notifier);
drivers/gpu/drm/xe/xe_i2c.c
372
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
775
bus_unregister_notifier(&i2c_bus_type, &atr->i2c_nb);
drivers/i2c/i2c-dev.c
793
bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
drivers/i3c/master.c
3300
bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
drivers/i3c/master.c
3308
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
2124
bus_unregister_notifier(&pci_bus_type, &dmar_pci_bus_nb);
drivers/iommu/iommu.c
314
bus_unregister_notifier(bus, nb);
drivers/iommu/iommu.c
340
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/ptp/ptp_ocp.c
4933
bus_unregister_notifier(&i2c_bus_type, &ptp_ocp_i2c_notifier);
drivers/ptp/ptp_ocp.c
4945
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
474
bus_unregister_notifier(&fsl_mc_bus_type, &vdev->nb);
drivers/vfio/fsl-mc/vfio_fsl_mc.c
503
bus_unregister_notifier(&fsl_mc_bus_type, &vdev->nb);
drivers/vfio/pci/vfio_pci_core.c
2058
bus_unregister_notifier(&pci_bus_type, &vdev->nb);
drivers/xen/xen-pciback/pci_stub.c
1753
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
156
bus_unregister_notifier(&platform_bus_type, nb);