| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | intel-lpss-pci.c | 24 int ret; in intel_lpss_pci_probe() local 26 ret = pcim_enable_device(pdev); in intel_lpss_pci_probe() 27 if (ret) in intel_lpss_pci_probe() 28 return ret; in intel_lpss_pci_probe() 44 ret = intel_lpss_probe(&pdev->dev, info); in intel_lpss_pci_probe() 45 if (ret) in intel_lpss_pci_probe() 46 return ret; in intel_lpss_pci_probe()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | icmp_redirect.sh | 71 ret=1 421 ret=1 433 ret=1 448 ret=1 465 ret=1 489 ret=0 537 exit $ret
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-thunderx.c | 188 int ret = -ENOTSUPP; in thunderx_gpio_set_config() local 213 ret = 0; in thunderx_gpio_set_config() 220 ret = 0; in thunderx_gpio_set_config() 225 ret = -EINVAL; in thunderx_gpio_set_config() 241 ret = 0; in thunderx_gpio_set_config() 254 ret = thunderx_gpio_dir_out(chip, line, orig_dat ^ new_invert); in thunderx_gpio_set_config() 256 return ret; in thunderx_gpio_set_config()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_pptp.c | 213 int ret = 1; in exp_gre() local 257 ret = 0; in exp_gre() 264 return ret; in exp_gre() 530 int ret; in conntrack_pptp_help() local 592 ret = pptp_outbound_pkt(skb, protoff, ctlh, pptpReq, reqlen, ct, in conntrack_pptp_help() 596 ret = pptp_inbound_pkt(skb, protoff, ctlh, pptpReq, reqlen, ct, in conntrack_pptp_help() 602 return ret; in conntrack_pptp_help()
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/test/ |
| H A D | efi_test.c | 709 int ret = security_locked_down(LOCKDOWN_EFI_TEST); in efi_test_open() local 711 if (ret) in efi_test_open() 712 return ret; in efi_test_open() 748 int ret; in efi_test_init() local 750 ret = misc_register(&efi_test_dev); in efi_test_init() 751 if (ret) { in efi_test_init() 754 return ret; in efi_test_init()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | cpumap.c | 88 int ret; in cpu_map_alloc() local 116 ret = bpf_map_charge_init(&cmap->map.memory, cost); in cpu_map_alloc() 117 if (ret) { in cpu_map_alloc() 118 err = ret; in cpu_map_alloc() 365 int ret; in cpu_map_kthread_run() local 374 ret = netif_receive_skb_core(skb); in cpu_map_kthread_run() 375 if (ret == NET_RX_DROP) in cpu_map_kthread_run()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723b_hal_init.c | 51 int ret = _SUCCESS; in _BlockWrite() local 82 …ret = rtw_write32(padapter, (FW_8723B_START_ADDRESS + i * blockSize_p1), *((u32 *)(bufferPtr + i *… in _BlockWrite() 83 if (ret == _FAIL) { in _BlockWrite() 123 ret = rtw_write8(padapter, (FW_8723B_START_ADDRESS + offset + i), *(bufferPtr + offset + i)); in _BlockWrite() 125 if (ret == _FAIL) { in _BlockWrite() 132 return ret; in _BlockWrite() 155 int ret = _SUCCESS; in _WriteFW() local 166 ret = _PageWrite(padapter, page, bufferPtr+offset, MAX_DLFW_PAGE_SIZE); in _WriteFW() 168 if (ret == _FAIL) { in _WriteFW() 177 ret = _PageWrite(padapter, page, bufferPtr+offset, remainSize); in _WriteFW() [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/download/ |
| H A D | gitremote.py | 37 ret = self.daemon.expect(["Ready to rumble", 39 if ret == 0:
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | cache-nop.S | 9 ret lr 29 ret lr
|
| /OK3568_Linux_fs/kernel/arch/nds32/lib/ |
| H A D | copy_to_user.S | 38 ret 43 ret
|
| H A D | copy_from_user.S | 38 ret 43 ret
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | sta_info.c | 270 int ret; in sta_info_free() local 274 ret = sta_info_move_state(sta, sta->sta_state - 1); in sta_info_free() 275 if (WARN_ONCE(ret, "sta_info_move_state() returned %d\n", ret)) in sta_info_free() 999 int ret; in __sta_info_destroy_part1() local 1027 ret = sta_info_hash_del(local, sta); in __sta_info_destroy_part1() 1028 if (WARN_ON(ret)) in __sta_info_destroy_part1() 1029 return ret; in __sta_info_destroy_part1() 1057 int ret; in __sta_info_destroy_part2() local 1068 ret = sta_info_move_state(sta, IEEE80211_STA_ASSOC); in __sta_info_destroy_part2() 1069 WARN_ON_ONCE(ret); in __sta_info_destroy_part2() [all …]
|
| H A D | mesh_pathtbl.c | 448 int ret; in mpp_path_add() local 466 ret = rhashtable_lookup_insert_fast(&tbl->rhead, in mpp_path_add() 469 if (!ret) in mpp_path_add() 473 if (ret) in mpp_path_add() 477 return ret; in mpp_path_add() 768 int ret; in mesh_pathtbl_init() local 776 ret = -ENOMEM; in mesh_pathtbl_init() 787 return ret; in mesh_pathtbl_init()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | wifi_regd.c | 212 int ret; in rtw_update_wiphy_regd() local 214 ret = rtw_build_wiphy_regd(wiphy, chplan, ®d); in rtw_update_wiphy_regd() 215 if (ret == -1) { in rtw_update_wiphy_regd() 220 if (ret == 0) { in rtw_update_wiphy_regd() 229 ret = regulatory_set_wiphy_regd_sync(wiphy, regd); in rtw_update_wiphy_regd() 231 ret = regulatory_set_wiphy_regd_sync_rtnl(wiphy, regd); in rtw_update_wiphy_regd() 239 if (ret != 0) in rtw_update_wiphy_regd() 240 …INFO(FUNC_WIPHY_FMT" regulatory_set_wiphy_regd_sync_rtnl return %d\n", FUNC_WIPHY_ARG(wiphy), ret); in rtw_update_wiphy_regd()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | rt1015.c | 875 int ret; in rt1015_set_component_pll() local 914 ret = rl6231_pll_calc(freq_in, freq_out, &pll_code); in rt1015_set_component_pll() 915 if (ret < 0) { in rt1015_set_component_pll() 917 return ret; in rt1015_set_component_pll() 1088 int ret; in rt1015_i2c_probe() local 1107 ret = PTR_ERR(rt1015->regmap); in rt1015_i2c_probe() 1109 ret); in rt1015_i2c_probe() 1110 return ret; in rt1015_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | pxa27x_keypad.c | 644 int ret; in pxa27x_keypad_open() local 646 ret = clk_prepare_enable(keypad->clk); in pxa27x_keypad_open() 647 if (ret) in pxa27x_keypad_open() 648 return ret; in pxa27x_keypad_open() 686 int ret = 0; in pxa27x_keypad_resume() local 699 ret = clk_prepare_enable(keypad->clk); in pxa27x_keypad_resume() 700 if (!ret) in pxa27x_keypad_resume() 707 return ret; in pxa27x_keypad_resume()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | tc_tun.c | 94 int ret; in mlx5e_route_lookup_ipv4_get() local 115 ret = get_route_and_out_devs(priv, rt->dst.dev, route_dev, out_dev); in mlx5e_route_lookup_ipv4_get() 116 if (ret < 0) { in mlx5e_route_lookup_ipv4_get() 118 return ret; in mlx5e_route_lookup_ipv4_get() 315 int ret; in mlx5e_route_lookup_ipv6_get() local 325 ret = get_route_and_out_devs(priv, dst->dev, route_dev, out_dev); in mlx5e_route_lookup_ipv6_get() 326 if (ret < 0) { in mlx5e_route_lookup_ipv6_get() 328 return ret; in mlx5e_route_lookup_ipv6_get()
|
| /OK3568_Linux_fs/kernel/drivers/media/v4l2-core/ |
| H A D | v4l2-common.c | 190 int ret; in v4l2_g_parm_cap() local 200 ret = v4l2_subdev_call(sd, video, g_frame_interval, &ival); in v4l2_g_parm_cap() 201 if (!ret) in v4l2_g_parm_cap() 203 return ret; in v4l2_g_parm_cap() 213 int ret; in v4l2_s_parm_cap() local 227 ret = v4l2_subdev_call(sd, video, s_frame_interval, &ival); in v4l2_s_parm_cap() 228 if (!ret) in v4l2_s_parm_cap() 230 return ret; in v4l2_s_parm_cap()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | wifi_regd.c | 212 int ret; in rtw_update_wiphy_regd() local 214 ret = rtw_build_wiphy_regd(wiphy, chplan, ®d); in rtw_update_wiphy_regd() 215 if (ret == -1) { in rtw_update_wiphy_regd() 220 if (ret == 0) { in rtw_update_wiphy_regd() 229 ret = regulatory_set_wiphy_regd_sync(wiphy, regd); in rtw_update_wiphy_regd() 231 ret = regulatory_set_wiphy_regd_sync_rtnl(wiphy, regd); in rtw_update_wiphy_regd() 239 if (ret != 0) in rtw_update_wiphy_regd() 240 …INFO(FUNC_WIPHY_FMT" regulatory_set_wiphy_regd_sync_rtnl return %d\n", FUNC_WIPHY_ARG(wiphy), ret); in rtw_update_wiphy_regd()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | inode.c | 49 int ret; in hfsplus_write_begin() local 52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin() 55 if (unlikely(ret)) in hfsplus_write_begin() 58 return ret; in hfsplus_write_begin() 132 ssize_t ret; in hfsplus_direct_IO() local 134 ret = blockdev_direct_IO(iocb, inode, iter, hfsplus_get_block); in hfsplus_direct_IO() 140 if (unlikely(iov_iter_rw(iter) == WRITE && ret < 0)) { in hfsplus_direct_IO() 148 return ret; in hfsplus_direct_IO()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | paravirt.h | 396 pteval_t ret; in ptep_modify_prot_start() local 398 ret = PVOP_CALL3(pteval_t, mmu.ptep_modify_prot_start, vma, addr, ptep); in ptep_modify_prot_start() 400 return (pte_t) { .pte = ret }; in ptep_modify_prot_start() 437 pudval_t ret; in __pud() local 439 ret = PVOP_CALLEE1(pudval_t, mmu.make_pud, val); in __pud() 441 return (pud_t) { ret }; in __pud() 465 p4dval_t ret = PVOP_CALLEE1(p4dval_t, mmu.make_p4d, val); in __p4d() local 467 return (p4d_t) { ret }; in __p4d()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | bpf_sk_storage.c | 191 int ret = 0; in bpf_sk_storage_clone() local 221 ret = -ENOMEM; in bpf_sk_storage_clone() 230 ret = bpf_local_storage_alloc(newsk, smap, copy_selem); in bpf_sk_storage_clone() 231 if (ret) { in bpf_sk_storage_clone() 252 return ret; in bpf_sk_storage_clone() 758 int ret = 0; in DEFINE_BPF_ITER_FUNC() local 770 ret = bpf_iter_run_prog(prog, &ctx); in DEFINE_BPF_ITER_FUNC() 773 return ret; in DEFINE_BPF_ITER_FUNC()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_nokia.c | 539 int ret = 0; in nokia_recv_negotiation_packet() local 544 ret = -EIO; in nokia_recv_negotiation_packet() 553 ret = -EINVAL; in nokia_recv_negotiation_packet() 566 return ret; in nokia_recv_negotiation_packet() 576 int ret = 0; in nokia_recv_alive_packet() local 582 ret = -EIO; in nokia_recv_alive_packet() 592 ret = -EINVAL; in nokia_recv_alive_packet() 601 return ret; in nokia_recv_alive_packet()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | recv_linux.c | 209 int ret = _SUCCESS; in rtw_os_recvbuf_resource_free() local 240 return ret; in rtw_os_recvbuf_resource_free() 311 int ret; in rtw_os_recv_indicate_pkt() local 426 ret = rtw_netif_rx(padapter->pnetdev, pkt); in rtw_os_recv_indicate_pkt() 427 if (ret == NET_RX_SUCCESS) in rtw_os_recv_indicate_pkt() 588 int ret = _FAIL; in rtw_recv_monitor() local 620 ret = _SUCCESS; in rtw_recv_monitor() 628 return ret; in rtw_recv_monitor()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | head-nommu.S | 77 ret r12 115 ret r12 207 ret lr 266 ret lr 331 ret lr 444 ret lr 503 ret lr 531 ret lr
|