Searched refs:nb (Results 451 - 475 of 881) sorted by relevance

<<11121314151617181920>>

/linux-master/net/ipv4/
H A Dfib_rules.c70 int fib4_rules_dump(struct net *net, struct notifier_block *nb, argument
73 return fib_rules_dump(net, nb, AF_INET, extack);
/linux-master/include/net/
H A Dvxlan.h503 struct notifier_block *nb,
516 struct notifier_block *nb,
515 vxlan_fdb_replay(const struct net_device *dev, __be32 vni, struct notifier_block *nb, struct netlink_ext_ack *extack) argument
/linux-master/drivers/reset/
H A Dreset-npcm.c98 static int npcm_rc_restart(struct notifier_block *nb, unsigned long mode, argument
101 struct npcm_rc_data *rc = container_of(nb, struct npcm_rc_data,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddpll.c300 static int mlx5_dpll_mdev_notifier_event(struct notifier_block *nb, argument
303 struct mlx5_dpll *mdpll = container_of(nb, struct mlx5_dpll, mdev_nb);
/linux-master/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.c111 static int cpufreq_transition(struct notifier_block *nb, argument
114 struct tilcdc_drm_private *priv = container_of(nb,
/linux-master/drivers/power/supply/
H A Dda9150-charger.c444 static int da9150_charger_otg_ncb(struct notifier_block *nb, unsigned long val, argument
448 container_of(nb, struct da9150_charger, otg_nb);
/linux-master/drivers/net/wireguard/
H A Ddevice.c64 static int wg_pm_notification(struct notifier_block *nb, unsigned long action, void *data) argument
97 static int wg_vm_notification(struct notifier_block *nb, unsigned long action, void *data) argument
/linux-master/drivers/phy/ti/
H A Dphy-tusb1210.c376 static int tusb1210_psy_notifier(struct notifier_block *nb, argument
379 struct tusb1210 *tusb = container_of(nb, struct tusb1210, psy_nb);
/linux-master/drivers/devfreq/
H A Dmtk-cci-devfreq.c221 static int mtk_ccifreq_opp_notifier(struct notifier_block *nb, argument
228 drv = container_of(nb, struct mtk_ccifreq_drv, opp_nb);
/linux-master/drivers/platform/chrome/
H A Dcros_ec_chardev.c93 static int cros_ec_chardev_mkbp_event(struct notifier_block *nb, argument
97 struct chardev_priv *priv = container_of(nb, struct chardev_priv,
/linux-master/include/net/bluetooth/
H A Dbluetooth.h496 unsigned long len, int nb, int *err)
500 skb = sock_alloc_send_skb(sk, len + BT_SKB_RESERVE, nb, err);
495 bt_skb_send_alloc(struct sock *sk, unsigned long len, int nb, int *err) argument
/linux-master/drivers/media/cec/platform/cros-ec/
H A Dcros-ec-cec.c146 static int cros_ec_cec_event(struct notifier_block *nb, argument
153 cros_ec_cec = container_of(nb, struct cros_ec_cec, notifier);
/linux-master/drivers/platform/x86/amd/pmf/
H A Dcore.c61 static int amd_pmf_pwr_src_notify_call(struct notifier_block *nb, unsigned long event, void *data) argument
63 struct amd_pmf_dev *pmf = container_of(nb, struct amd_pmf_dev, pwr_src_notifier);
/linux-master/drivers/clk/renesas/
H A Drzg2l-cpg.c176 int rzg2l_cpg_sd_clk_mux_notifier(struct notifier_block *nb, unsigned long event, argument
219 int rzg3s_cpg_div_clk_notifier(struct notifier_block *nb, unsigned long event, argument
269 struct notifier_block *nb; local
274 nb = devm_kzalloc(priv->dev, sizeof(*nb), GFP_KERNEL);
275 if (!nb)
278 nb->notifier_call = core->notifier;
280 return clk_notifier_register(hw->clk, nb);
/linux-master/drivers/usb/dwc3/
H A Ddrd.c432 static int dwc3_drd_notifier(struct notifier_block *nb, argument
435 struct dwc3 *dwc = container_of(nb, struct dwc3, edev_nb);
/linux-master/drivers/slimbus/
H A Dqcom-ngd-ctrl.c167 struct notifier_block nb; member in struct:qcom_slim_ngd_ctrl
1491 static int qcom_slim_ngd_ssr_notify(struct notifier_block *nb, argument
1495 struct qcom_slim_ngd_ctrl *ctrl = container_of(nb,
1496 struct qcom_slim_ngd_ctrl, nb);
1631 ctrl->nb.notifier_call = qcom_slim_ngd_ssr_notify;
1632 ctrl->notifier = qcom_register_ssr_notifier("lpass", &ctrl->nb);
1673 qcom_unregister_ssr_notifier(ctrl->notifier, &ctrl->nb);
1692 qcom_unregister_ssr_notifier(ctrl->notifier, &ctrl->nb);
/linux-master/drivers/extcon/
H A Dextcon-usbc-cros-ec.c362 static int extcon_cros_ec_event(struct notifier_block *nb, argument
370 info = container_of(nb, struct cros_ec_extcon_info, notifier);
/linux-master/net/core/
H A Ddev.c1679 static int call_netdevice_notifier(struct notifier_block *nb, unsigned long val, argument
1686 return nb->notifier_call(nb, val, &info);
1689 static int call_netdevice_register_notifiers(struct notifier_block *nb, argument
1694 err = call_netdevice_notifier(nb, NETDEV_REGISTER, dev);
1702 call_netdevice_notifier(nb, NETDEV_UP, dev);
1706 static void call_netdevice_unregister_notifiers(struct notifier_block *nb, argument
1710 call_netdevice_notifier(nb, NETDEV_GOING_DOWN,
1712 call_netdevice_notifier(nb, NETDEV_DOWN, dev);
1714 call_netdevice_notifier(nb, NETDEV_UNREGISTE
1717 call_netdevice_register_net_notifiers(struct notifier_block *nb, struct net *net) argument
1736 call_netdevice_unregister_net_notifiers(struct notifier_block *nb, struct net *net) argument
1761 register_netdevice_notifier(struct notifier_block *nb) argument
1808 unregister_netdevice_notifier(struct notifier_block *nb) argument
1830 __register_netdevice_notifier_net(struct net *net, struct notifier_block *nb, bool ignore_call_fail) argument
1853 __unregister_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1881 register_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1908 unregister_netdevice_notifier_net(struct net *net, struct notifier_block *nb) argument
1920 __move_netdevice_notifier_net(struct net *src_net, struct net *dst_net, struct notifier_block *nb) argument
1928 register_netdevice_notifier_dev_net(struct net_device *dev, struct notifier_block *nb, struct netdev_net_notifier *nn) argument
1945 unregister_netdevice_notifier_dev_net(struct net_device *dev, struct notifier_block *nb, struct netdev_net_notifier *nn) argument
[all...]
/linux-master/include/linux/hsi/
H A Dhsi.h133 struct notifier_block nb; member in struct:hsi_client
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c111 static int twd_rate_change(struct notifier_block *nb, argument
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-async.c212 static int opal_async_comp_event(struct notifier_block *nb, argument
H A Dopal-hmi.c329 static int opal_handle_hmi_event(struct notifier_block *nb, argument
/linux-master/drivers/xen/
H A Dpci.c180 static int xen_pci_notifier(struct notifier_block *nb, argument
/linux-master/drivers/clocksource/
H A Dmips-gic-timer.c121 static int gic_clk_notifier(struct notifier_block *nb, unsigned long action, argument
/linux-master/arch/arm/mach-shmobile/
H A Dregulator-quirk-rcar-gen2.c73 static int regulator_quirk_notify(struct notifier_block *nb, argument

Completed in 514 milliseconds

<<11121314151617181920>>