Home
last modified time | relevance | path

Searched refs:ret (Results 16426 – 16450 of 21282) sorted by relevance

1...<<651652653654655656657658659660>>...852

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dintel-lpss-pci.c24 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 Dicmp_redirect.sh71 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 Dgpio-thunderx.c188 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 Dnf_conntrack_pptp.c213 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 Defi_test.c709 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 Dcpumap.c88 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 Drtl8723b_hal_init.c51 int ret = _SUCCESS; in _BlockWrite() local
82ret = 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 Dgitremote.py37 ret = self.daemon.expect(["Ready to rumble",
39 if ret == 0:
/OK3568_Linux_fs/kernel/arch/arm/mm/
H A Dcache-nop.S9 ret lr
29 ret lr
/OK3568_Linux_fs/kernel/arch/nds32/lib/
H A Dcopy_to_user.S38 ret
43 ret
H A Dcopy_from_user.S38 ret
43 ret
/OK3568_Linux_fs/kernel/net/mac80211/
H A Dsta_info.c270 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 Dmesh_pathtbl.c448 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 Dwifi_regd.c212 int ret; in rtw_update_wiphy_regd() local
214 ret = rtw_build_wiphy_regd(wiphy, chplan, &regd); 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 Drt1015.c875 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 Dpxa27x_keypad.c644 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 Dtc_tun.c94 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 Dv4l2-common.c190 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 Dwifi_regd.c212 int ret; in rtw_update_wiphy_regd() local
214 ret = rtw_build_wiphy_regd(wiphy, chplan, &regd); 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 Dinode.c49 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 Dparavirt.h396 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 Dbpf_sk_storage.c191 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 Dhci_nokia.c539 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 Drecv_linux.c209 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 Dhead-nommu.S77 ret r12
115 ret r12
207 ret lr
266 ret lr
331 ret lr
444 ret lr
503 ret lr
531 ret lr

1...<<651652653654655656657658659660>>...852