| /OK3568_Linux_fs/kernel/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() 74 return notifier_from_errno(err); in br_device_event() 121 return notifier_from_errno(err); in br_device_event() 171 err = notifier_from_errno(err); in br_switchdev_event() 182 err = notifier_from_errno(err); in br_switchdev_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | macvtap.c | 174 return notifier_from_errno(err); in macvtap_device_event() 181 return notifier_from_errno(PTR_ERR(classdev)); in macvtap_device_event() 186 return notifier_from_errno(err); in macvtap_device_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ipvlan/ |
| H A D | ipvtap.c | 161 return notifier_from_errno(err); in ipvtap_device_event() 168 return notifier_from_errno(PTR_ERR(classdev)); in ipvtap_device_event() 173 return notifier_from_errno(err); in ipvtap_device_event()
|
| H A D | ipvlan_main.c | 781 return notifier_from_errno(err); in ipvlan_device_event() 920 return notifier_from_errno(-EADDRINUSE); in ipvlan_addr6_validator_event() 991 return notifier_from_errno(-EADDRINUSE); in ipvlan_addr4_validator_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_switchdev.c | 487 return notifier_from_errno(err); in cpsw_switchdev_event() 542 return notifier_from_errno(err); in cpsw_switchdev_blocking_event() 547 return notifier_from_errno(err); in cpsw_switchdev_blocking_event() 552 return notifier_from_errno(err); in cpsw_switchdev_blocking_event()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mscc/ |
| H A D | ocelot_net.c | 985 return notifier_from_errno(ret); in ocelot_netdevice_event() 1003 return notifier_from_errno(err); in ocelot_switchdev_event() 1025 return notifier_from_errno(err); in ocelot_switchdev_blocking_event() 1030 return notifier_from_errno(err); in ocelot_switchdev_blocking_event() 1035 return notifier_from_errno(err); in ocelot_switchdev_blocking_event()
|
| /OK3568_Linux_fs/kernel/net/8021q/ |
| H A D | vlan.c | 376 return notifier_from_errno(err); in vlan_device_event() 507 return notifier_from_errno(err); in vlan_device_event() 517 return notifier_from_errno(err); in vlan_device_event()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | notifier-error-inject.c | 44 return notifier_from_errno(err); in notifier_err_inject_callback()
|
| /OK3568_Linux_fs/kernel/drivers/clk/samsung/ |
| H A D | clk-cpu.c | 376 return notifier_from_errno(err); in exynos_cpuclk_notifier_cb() 399 return notifier_from_errno(err); in exynos5433_cpuclk_notifier_cb()
|
| /OK3568_Linux_fs/kernel/drivers/clk/qcom/ |
| H A D | apcs-msm8916.c | 42 return notifier_from_errno(ret); in a53cc_notifier_cb()
|
| H A D | krait-cc.c | 56 return notifier_from_errno(ret); in krait_notifier_cb()
|
| H A D | clk-cpu-8996.c | 481 return notifier_from_errno(ret); in cpu_clk_notifier_cb()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/ |
| H A D | ccu_common.c | 71 return notifier_from_errno(ret); in ccu_pll_notifier_cb()
|
| H A D | ccu_mux.c | 279 return notifier_from_errno(ret); in ccu_mux_notifier_cb()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | notifier.h | 189 static inline int notifier_from_errno(int err) in notifier_from_errno() function
|
| /OK3568_Linux_fs/kernel/net/dsa/ |
| H A D | slave.c | 1954 err = notifier_from_errno(err); in dsa_slave_changeupper() 1990 return notifier_from_errno(-EINVAL); in dsa_prevent_bridging_8021q_upper() 2021 return notifier_from_errno(-EBUSY); in dsa_slave_check_8021q_upper() 2133 return notifier_from_errno(err); in dsa_slave_switchdev_event() 2179 return notifier_from_errno(err); in dsa_slave_switchdev_blocking_event() 2184 return notifier_from_errno(err); in dsa_slave_switchdev_blocking_event() 2189 return notifier_from_errno(err); in dsa_slave_switchdev_blocking_event()
|
| H A D | switch.c | 356 return notifier_from_errno(err); in dsa_switch_event()
|
| /OK3568_Linux_fs/kernel/drivers/clk/rockchip/ |
| H A D | clk-cpu.c | 311 return notifier_from_errno(ret); in rockchip_cpuclk_notifier_cb() 494 return notifier_from_errno(ret); in rockchip_cpuclk_v2_notifier_cb()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | diag288_wdt.c | 239 return notifier_from_errno(-EBUSY); in wdt_suspend()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/ |
| H A D | i2c-core-of.c | 256 return notifier_from_errno(PTR_ERR(client)); in of_i2c_notify()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | init.c | 266 return notifier_from_errno(rc); in s390_cma_mem_notifier()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | of-fpga-region.c | 386 return notifier_from_errno(ret); in of_fpga_region_notify()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page_ext.c | 468 return notifier_from_errno(ret); in page_ext_callback()
|
| /OK3568_Linux_fs/kernel/arch/x86/power/ |
| H A D | cpu.c | 409 return notifier_from_errno(ret); in bsp_pm_callback()
|
| /OK3568_Linux_fs/kernel/net/mpls/ |
| H A D | af_mpls.c | 1618 return notifier_from_errno(PTR_ERR(mdev)); in mpls_dev_notify() 1633 return notifier_from_errno(err); in mpls_dev_notify() 1649 return notifier_from_errno(err); in mpls_dev_notify() 1655 return notifier_from_errno(err); in mpls_dev_notify() 1669 return notifier_from_errno(err); in mpls_dev_notify()
|