Home
last modified time | relevance | path

Searched refs:tmp_ret (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dexynos_hs_i2c.c406 int tmp_ret = hsi2c_wait_while_busy(i2c); in hsi2c_write() local
408 rv = tmp_ret; in hsi2c_write()
422 int i, rv, tmp_ret; in hsi2c_read() local
456 tmp_ret = hsi2c_wait_while_busy(i2c); in hsi2c_read()
458 rv = tmp_ret; in hsi2c_read()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcgroup.c1551 ssize_t tmp_ret = 0, ret; in sysctl_cpy_dir() local
1554 tmp_ret = sysctl_cpy_dir(dir->header.parent, bufp, lenp); in sysctl_cpy_dir()
1555 if (tmp_ret < 0) in sysctl_cpy_dir()
1556 return tmp_ret; in sysctl_cpy_dir()
1564 ret += tmp_ret; in sysctl_cpy_dir()
1570 tmp_ret = strscpy(*bufp, "/", *lenp); in sysctl_cpy_dir()
1571 if (tmp_ret < 0) in sysctl_cpy_dir()
1572 return tmp_ret; in sysctl_cpy_dir()
1573 *bufp += tmp_ret; in sysctl_cpy_dir()
1574 *lenp -= tmp_ret; in sysctl_cpy_dir()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/udl/
H A Dudl_modeset.c274 int i, ret, tmp_ret; in udl_handle_damage() local
341 tmp_ret = dma_buf_end_cpu_access(import_attach->dmabuf, in udl_handle_damage()
343 if (tmp_ret && !ret) in udl_handle_damage()
344 ret = tmp_ret; /* only update ret if not set yet */ in udl_handle_damage()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Dcore.c620 enum ucode_state tmp_ret = UCODE_OK; in reload_store() local
638 tmp_ret = microcode_ops->request_microcode_fw(bsp, &microcode_pdev->dev, true); in reload_store()
639 if (tmp_ret != UCODE_NEW) in reload_store()