| /linux-6.15/net/bridge/ |
| H A D | br.c | 42 return notifier_from_errno(err); in br_device_event() 48 return notifier_from_errno(err); in br_device_event() 81 return notifier_from_errno(err); in br_device_event() 128 return notifier_from_errno(err); in br_device_event() 179 err = notifier_from_errno(err); in br_switchdev_event() 190 err = notifier_from_errno(err); in br_switchdev_event() 235 err = notifier_from_errno(err); in br_switchdev_blocking_event() 250 err = notifier_from_errno(err); in br_switchdev_blocking_event()
|
| /linux-6.15/drivers/power/reset/ |
| H A D | odroid-go-ultra-poweroff.c | 39 return notifier_from_errno(-EINVAL); in odroid_go_ultra_poweroff_prepare() 46 return notifier_from_errno(-EINVAL); in odroid_go_ultra_poweroff_prepare() 55 return notifier_from_errno(ret); in odroid_go_ultra_poweroff_prepare() 62 return notifier_from_errno(ret); in odroid_go_ultra_poweroff_prepare()
|
| /linux-6.15/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 160 return notifier_from_errno(err); in ipvtap_device_event() 167 return notifier_from_errno(PTR_ERR(classdev)); in ipvtap_device_event() 172 return notifier_from_errno(err); in ipvtap_device_event()
|
| /linux-6.15/drivers/net/ |
| H A D | macvtap.c | 173 return notifier_from_errno(err); in macvtap_device_event() 180 return notifier_from_errno(PTR_ERR(classdev)); in macvtap_device_event() 185 return notifier_from_errno(err); in macvtap_device_event()
|
| /linux-6.15/drivers/net/ethernet/microchip/lan966x/ |
| H A D | lan966x_switchdev.c | 484 return notifier_from_errno(ret); in lan966x_netdevice_event() 518 return notifier_from_errno(err); in lan966x_switchdev_event() 525 return notifier_from_errno(err); in lan966x_switchdev_event() 624 return notifier_from_errno(err); in lan966x_switchdev_blocking_event() 629 return notifier_from_errno(err); in lan966x_switchdev_blocking_event() 634 return notifier_from_errno(err); in lan966x_switchdev_blocking_event()
|
| /linux-6.15/drivers/net/ethernet/ti/icssg/ |
| H A D | icssg_switchdev.c | 193 return notifier_from_errno(err); in prueth_switchdev_event() 432 return notifier_from_errno(err); in prueth_switchdev_blocking_event() 437 return notifier_from_errno(err); in prueth_switchdev_blocking_event() 442 return notifier_from_errno(err); in prueth_switchdev_blocking_event()
|
| /linux-6.15/drivers/mfd/ |
| H A D | tps6586x.c | 469 return notifier_from_errno(ret); in tps6586x_power_off_handler() 473 return notifier_from_errno(ret); in tps6586x_power_off_handler() 476 return notifier_from_errno(-ETIME); in tps6586x_power_off_handler() 486 return notifier_from_errno(ret); in tps6586x_restart_handler() 489 return notifier_from_errno(-ETIME); in tps6586x_restart_handler()
|
| /linux-6.15/drivers/bus/ |
| H A D | imx-weim.c | 322 return notifier_from_errno(-EINVAL); in of_weim_notify() 340 ret = notifier_from_errno(-EINVAL); in of_weim_notify() 360 ret = notifier_from_errno(-EINVAL); in of_weim_notify()
|
| /linux-6.15/drivers/net/ethernet/ti/ |
| H A D | cpsw_switchdev.c | 442 return notifier_from_errno(err); in cpsw_switchdev_event() 497 return notifier_from_errno(err); in cpsw_switchdev_blocking_event() 502 return notifier_from_errno(err); in cpsw_switchdev_blocking_event() 507 return notifier_from_errno(err); in cpsw_switchdev_blocking_event()
|
| H A D | am65-cpsw-switchdev.c | 432 return notifier_from_errno(err); in am65_cpsw_switchdev_event() 487 return notifier_from_errno(err); in am65_cpsw_switchdev_blocking_event() 492 return notifier_from_errno(err); in am65_cpsw_switchdev_blocking_event() 497 return notifier_from_errno(err); in am65_cpsw_switchdev_blocking_event()
|
| /linux-6.15/drivers/net/ethernet/microchip/sparx5/ |
| H A D | sparx5_switchdev.c | 308 return notifier_from_errno(ret); in sparx5_netdevice_event() 385 return notifier_from_errno(err); in sparx5_switchdev_event() 720 return notifier_from_errno(err); in sparx5_switchdev_blocking_event() 723 return notifier_from_errno(err); in sparx5_switchdev_blocking_event() 728 return notifier_from_errno(err); in sparx5_switchdev_blocking_event()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
| H A D | bridge.c | 210 return notifier_from_errno(err); in mlx5_esw_bridge_switchdev_port_event() 353 return notifier_from_errno(err); in mlx5_esw_bridge_event_blocking() 440 return notifier_from_errno(err); in mlx5_esw_bridge_switchdev_event() 493 return notifier_from_errno(PTR_ERR(work)); in mlx5_esw_bridge_switchdev_event()
|
| /linux-6.15/net/dsa/ |
| H A D | user.c | 2986 err = notifier_from_errno(err); in dsa_user_changeupper() 3000 err = notifier_from_errno(err); in dsa_user_changeupper() 3013 err = notifier_from_errno(err); in dsa_user_changeupper() 3186 return notifier_from_errno(err); in dsa_user_prechangeupper_sanity_check() 3456 err = notifier_from_errno(err); in dsa_conduit_changeupper() 3539 return notifier_from_errno(err); in dsa_user_netdevice_event() 3764 return notifier_from_errno(err); in dsa_user_switchdev_event() 3771 return notifier_from_errno(err); in dsa_user_switchdev_event() 3791 return notifier_from_errno(err); in dsa_user_switchdev_blocking_event() 3797 return notifier_from_errno(err); in dsa_user_switchdev_blocking_event() [all …]
|
| /linux-6.15/lib/ |
| H A D | notifier-error-inject.c | 44 return notifier_from_errno(err); in notifier_err_inject_callback()
|
| /linux-6.15/drivers/soc/tegra/ |
| H A D | regulators-tegra30.c | 414 return notifier_from_errno(ret); in tegra30_regulator_suspend() 459 return notifier_from_errno(ret); in tegra30_regulator_reboot()
|
| H A D | regulators-tegra20.c | 429 return notifier_from_errno(ret); in tegra20_regulator_suspend() 474 return notifier_from_errno(ret); in tegra20_regulator_reboot()
|
| /linux-6.15/drivers/clk/qcom/ |
| H A D | apss-ipq6018.c | 107 return notifier_from_errno(err); in cpu_clk_notifier_fn()
|
| H A D | apcs-sdx55.c | 45 return notifier_from_errno(ret); in a7cc_notifier_cb()
|
| H A D | apcs-msm8916.c | 42 return notifier_from_errno(ret); in a53cc_notifier_cb()
|
| /linux-6.15/net/8021q/ |
| H A D | vlan.c | 379 return notifier_from_errno(err); in vlan_device_event() 510 return notifier_from_errno(err); in vlan_device_event() 520 return notifier_from_errno(err); in vlan_device_event()
|
| /linux-6.15/drivers/clk/tegra/ |
| H A D | clk-device.c | 92 return notifier_from_errno(err); in tegra_clock_change_notify()
|
| /linux-6.15/include/linux/ |
| H A D | notifier.h | 196 static inline int notifier_from_errno(int err) in notifier_from_errno() function
|
| /linux-6.15/drivers/i2c/ |
| H A D | i2c-core-of.c | 191 return notifier_from_errno(PTR_ERR(client)); in of_i2c_notify()
|
| /linux-6.15/arch/s390/mm/ |
| H A D | init.c | 247 return notifier_from_errno(rc); in s390_cma_mem_notifier()
|
| /linux-6.15/drivers/net/ethernet/mscc/ |
| H A D | ocelot_net.c | 1493 return notifier_from_errno(err); in ocelot_netdevice_changeupper() 1519 return notifier_from_errno(err); in ocelot_netdevice_lag_changeupper() 1642 return notifier_from_errno(err); in ocelot_switchdev_event() 1664 return notifier_from_errno(err); in ocelot_switchdev_blocking_event() 1669 return notifier_from_errno(err); in ocelot_switchdev_blocking_event() 1674 return notifier_from_errno(err); in ocelot_switchdev_blocking_event()
|