/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | fas216.c | 2887 int type, ret; in fas216_add() local 2926 ret = scsi_add_host(host, dev); in fas216_add() 2927 if (ret) in fas216_add() 2932 return ret; in fas216_add()
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
H A D | fwserial.c | 1313 long ret; in fwtty_break_ctl() local 1319 ret = wait_event_interruptible_timeout(port->wait_tx, in fwtty_break_ctl() 1322 if (ret == 0 || ret == -ERESTARTSYS) { in fwtty_break_ctl()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | inode.c | 3064 int ret; in __ntfs_write_inode() local 3071 ret = write_mft_record(tni, tm, sync); in __ntfs_write_inode() 3073 if (unlikely(ret)) { in __ntfs_write_inode() 3075 err = ret; in __ntfs_write_inode()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 171 int ret; in ntfs_fix_post_read() local 189 ret = 0; in ntfs_fix_post_read() 195 ret = -E_NTFS_FIXUP; in ntfs_fix_post_read() 203 return ret; in ntfs_fix_post_read()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 376 void (*ki_complete)(struct kiocb *iocb, long ret); 2645 int ret = vfs_fsync_range(iocb->ki_filp, in generic_write_sync() local 2648 if (ret) in generic_write_sync() 2649 return ret; in generic_write_sync()
|
H A D | mm.h | 2178 int ret; in arch_make_folio_accessible() local 2182 ret = arch_make_page_accessible(folio_page(folio, i)); in arch_make_folio_accessible() 2183 if (ret) in arch_make_folio_accessible() 2187 return ret; in arch_make_folio_accessible()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 2606 int ret; 2614 ret = -EINVAL; 2625 ret = 0; 2628 return ret;
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | gcc-sm6115.c | 3500 int ret; in gcc_sm6115_probe() local 3506 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_sm6115_probe() 3508 if (ret) in gcc_sm6115_probe() 3509 return ret; in gcc_sm6115_probe()
|
H A D | gcc-sm8450.c | 3269 int ret; in gcc_sm8450_probe() local 3275 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_sm8450_probe() 3277 if (ret) in gcc_sm8450_probe() 3278 return ret; in gcc_sm8450_probe()
|
H A D | gcc-sm7150.c | 2991 int ret; in gcc_sm7150_probe() local 3020 ret = qcom_cc_register_rcg_dfs(regmap, gcc_sm7150_dfs_desc, in gcc_sm7150_probe() 3022 if (ret) in gcc_sm7150_probe() 3023 return ret; in gcc_sm7150_probe()
|
H A D | gcc-sm8550.c | 3341 int ret; in gcc_sm8550_probe() local 3347 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_sm8550_probe() 3349 if (ret) in gcc_sm8550_probe() 3350 return ret; in gcc_sm8550_probe()
|
H A D | gcc-sc7280.c | 3450 int ret; in gcc_sc7280_probe() local 3470 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_sc7280_probe() 3472 if (ret) in gcc_sc7280_probe() 3473 return ret; in gcc_sc7280_probe()
|
H A D | gcc-sdx75.c | 2928 int ret; in gcc_sdx75_probe() local 2934 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_sdx75_probe() 2936 if (ret) in gcc_sdx75_probe() 2937 return ret; in gcc_sdx75_probe()
|
H A D | mmcc-apq8084.c | 3131 int ret; in mmcc_apq8084_probe() local 3134 ret = qcom_cc_probe(pdev, &mmcc_apq8084_desc); in mmcc_apq8084_probe() 3135 if (ret) in mmcc_apq8084_probe() 3136 return ret; in mmcc_apq8084_probe()
|
H A D | mmcc-msm8960.c | 551 int ret = 0; in pix_rdi_set_parent() local 566 ret = clk_prepare_enable(p->clk); in pix_rdi_set_parent() 567 if (ret) in pix_rdi_set_parent() 599 return ret; in pix_rdi_set_parent()
|
H A D | gcc-msm8998.c | 3277 int ret; in gcc_msm8998_probe() local 3287 ret = regmap_update_bits(regmap, 0x52008, BIT(21), BIT(21)); in gcc_msm8998_probe() 3288 if (ret) in gcc_msm8998_probe() 3289 return ret; in gcc_msm8998_probe()
|
H A D | gcc-qcm2290.c | 2981 int ret; in gcc_qcm2290_probe() local 2987 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, in gcc_qcm2290_probe() 2989 if (ret) in gcc_qcm2290_probe() 2990 return ret; in gcc_qcm2290_probe()
|
/kernel/linux/linux-6.6/drivers/clk/sprd/ |
H A D | sc9860-clk.c | 2026 int ret; in sc9860_clk_probe() local 2035 ret = sprd_clk_regmap_init(pdev, desc); in sc9860_clk_probe() 2036 if (ret) in sc9860_clk_probe() 2037 return ret; in sc9860_clk_probe()
|
H A D | ums512-clk.c | 2179 int ret; in ums512_clk_probe() local 2185 ret = sprd_clk_regmap_init(pdev, desc); in ums512_clk_probe() 2186 if (ret) in ums512_clk_probe() 2187 return ret; in ums512_clk_probe()
|
H A D | sc9863a-clk.c | 1782 int ret; in sc9863a_clk_probe() local 1788 ret = sprd_clk_regmap_init(pdev, desc); in sc9863a_clk_probe() 1789 if (ret) in sc9863a_clk_probe() 1790 return ret; in sc9863a_clk_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_execbuffer.c | 1759 int ret; in eb_reinit_userptr() local 1770 ret = i915_gem_object_userptr_submit_init(ev->vma->obj); in eb_reinit_userptr() 1771 if (ret) in eb_reinit_userptr() 1772 return ret; in eb_reinit_userptr()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_cake.c | 1700 int ret; in cake_enqueue() local 1708 idx = cake_classify(sch, &b, skb, q->flow_mode, &ret); in cake_enqueue() 1710 if (ret & __NET_XMIT_BYPASS) in cake_enqueue() 1713 return ret; in cake_enqueue()
|
/kernel/linux/linux-6.6/sound/pci/ |
H A D | es1968.c | 2549 u8 ret = 0; in snd_es1968_tea575x_get_pins() local 2552 ret |= TEA575X_DATA; in snd_es1968_tea575x_get_pins() 2554 ret |= TEA575X_MOST; in snd_es1968_tea575x_get_pins() 2556 return ret; in snd_es1968_tea575x_get_pins()
|
H A D | maestro3.c | 1945 u16 ret; in snd_m3_try_read_vendor() local 1955 ret = snd_m3_inw(chip, 0x32); in snd_m3_try_read_vendor() 1957 return (ret == 0) || (ret == 0xffff); in snd_m3_try_read_vendor()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | fas216.c | 2889 int type, ret; in fas216_add() local 2928 ret = scsi_add_host(host, dev); in fas216_add() 2929 if (ret) in fas216_add() 2934 return ret; in fas216_add()
|