Searched refs:notifier_call (Results 126 - 150 of 819) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Disa-bridge.c264 .notifier_call = isa_bridge_notify
H A Dsetup-common.c779 .notifier_call = ppc_panic_fadump_handler,
784 .notifier_call = dump_kernel_offset,
788 .notifier_call = ppc_panic_platform_handler,
/linux-master/net/ieee802154/6lowpan/
H A Dcore.c243 .notifier_call = lowpan_device_event,
/linux-master/drivers/mtd/ubi/
H A Dnvmem.c164 .notifier_call = nvmem_notify,
/linux-master/drivers/usb/phy/
H A Dphy.c379 if (x->vbus_nb.notifier_call) {
389 x->type_nb.notifier_call = usb_phy_get_charger_type;
428 if (x->id_nb.notifier_call) {
447 if (x->type_nb.notifier_call)
/linux-master/arch/s390/include/asm/
H A Dgmap.h91 * @notifier_call: address of callback function
96 void (*notifier_call)(struct gmap *gmap, unsigned long start, member in struct:gmap_notifier
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc.c204 huc->delayed_load.nb.notifier_call = gsc_notifier;
208 huc->delayed_load.nb.notifier_call = NULL;
215 if (!huc->delayed_load.nb.notifier_call)
221 huc->delayed_load.nb.notifier_call = NULL;
/linux-master/drivers/soc/tegra/
H A Dregulators-tegra30.c515 .reboot_notifier.notifier_call = tegra30_regulator_reboot,
516 .suspend_notifier.notifier_call = tegra30_regulator_suspend,
H A Dregulators-tegra20.c541 .reboot_notifier.notifier_call = tegra20_regulator_reboot,
542 .suspend_notifier.notifier_call = tegra20_regulator_suspend,
/linux-master/drivers/staging/nvec/
H A Dnvec_power.c394 power->notifier.notifier_call = nvec_power_notifier;
403 power->notifier.notifier_call = nvec_power_bat_notifier;
/linux-master/drivers/phy/
H A Dphy-lgm-usb.c209 phy->id_nb.notifier_call = id_notifier;
210 phy->vbus_nb.notifier_call = vbus_notifier;
/linux-master/drivers/s390/char/
H A Dzcore.c289 .notifier_call = zcore_reboot_and_on_panic_handler,
295 .notifier_call = zcore_reboot_and_on_panic_handler,
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c376 .notifier_call = opal_prd_msg_notifier,
382 .notifier_call = opal_prd_msg_notifier,
/linux-master/drivers/hv/
H A Dhv_common.c160 .notifier_call = hv_die_panic_notify_crash,
164 .notifier_call = hv_die_panic_notify_crash,
/linux-master/drivers/vdpa/pds/
H A Dvdpa_dev.c49 if (!nb->notifier_call) {
50 nb->notifier_call = pds_vdpa_notify_handler;
53 nb->notifier_call = NULL;
66 if (pdsv->nb.notifier_call) {
68 pdsv->nb.notifier_call = NULL;
/linux-master/drivers/net/ipvlan/
H A Dipvlan_main.c1006 .notifier_call = ipvlan_addr4_event,
1010 .notifier_call = ipvlan_addr4_validator_event,
1014 .notifier_call = ipvlan_device_event,
1019 .notifier_call = ipvlan_addr6_event,
1023 .notifier_call = ipvlan_addr6_validator_event,
/linux-master/drivers/infiniband/core/
H A Droce_gid_mgmt.c886 .notifier_call = netdevice_event
890 .notifier_call = inetaddr_event
894 .notifier_call = inet6addr_event
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c641 .notifier_call = lan966x_netdevice_event,
645 .notifier_call = lan966x_switchdev_event,
649 .notifier_call = lan966x_switchdev_blocking_event,
/linux-master/kernel/
H A Dtracepoint.c599 (void) nb->notifier_call(nb, MODULE_STATE_COMING, tp_mod);
623 (void) nb->notifier_call(nb, MODULE_STATE_GOING, tp_mod);
723 .notifier_call = tracepoint_module_notify,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dbridge.c542 br_offloads->nb.notifier_call = mlx5_esw_bridge_switchdev_event;
549 br_offloads->nb_blk.notifier_call = mlx5_esw_bridge_event_blocking;
556 br_offloads->netdev_nb.notifier_call = mlx5_esw_bridge_switchdev_port_event;
/linux-master/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c725 s5->netdevice_nb.notifier_call = sparx5_netdevice_event;
730 s5->switchdev_nb.notifier_call = sparx5_switchdev_event;
735 s5->switchdev_blocking_nb.notifier_call = sparx5_switchdev_blocking_event;
/linux-master/drivers/net/ethernet/sfc/
H A Def100_netdev.c508 efx->netdev_notifier.notifier_call = ef100_netdev_event;
516 efx->netevent_notifier.notifier_call = ef100_netevent_event;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shrinker.c443 i915->mm.oom_notifier.notifier_call = i915_gem_shrinker_oom;
446 i915->mm.vmap_notifier.notifier_call = i915_gem_shrinker_vmap;
/linux-master/arch/arm/xen/
H A Denlighten.c139 .notifier_call = xen_pvclock_gtod_notify,
196 .notifier_call = xen_restart,
/linux-master/drivers/clocksource/
H A Dtimer-cadence-ttc.c351 ttccs->ttc.clk_rate_change_nb.notifier_call =
430 ttcce->ttc.clk_rate_change_nb.notifier_call =

Completed in 333 milliseconds

1234567891011>>