Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 25 of 70) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/usb/common/
H A Dfsl-dt-fixup.c130 return -ENOSPC; in fsl_fdt_fixup_erratum()
205 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
210 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
215 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
220 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
225 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
/rk3399_rockchip-uboot/drivers/pwm/
H A Dsandbox_pwm.c38 return -ENOSPC; in sandbox_pwm_set_config()
53 return -ENOSPC; in sandbox_pwm_set_enable()
67 return -ENOSPC; in sandbox_pwm_set_invert()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dsfi.c67 return -ENOSPC; in sfi_write_system_header()
83 return -ENOSPC; in sfi_write_cpus()
109 return -ENOSPC; in sfi_write_apic()
123 return -ENOSPC; in sfi_write_xsdt()
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A Dspin_table.c52 return -ENOSPC; in spin_table_update_dt()
57 return -ENOSPC; in spin_table_update_dt()
/rk3399_rockchip-uboot/arch/x86/cpu/
H A Dcpu_x86.c35 return -ENOSPC; in cpu_x86_get_vendor()
47 return -ENOSPC; in cpu_x86_get_desc()
H A Dmtrr.c82 return -ENOSPC; in mtrr_add_request()
/rk3399_rockchip-uboot/fs/ubifs/
H A Dbudget.c152 if (err != -EAGAIN && err != -ENOSPC) in make_free_space()
162 return -ENOSPC; in make_free_space()
343 return -ENOSPC; in do_budget_space()
352 return -ENOSPC; in do_budget_space()
356 return -ENOSPC; in do_budget_space()
464 return -ENOSPC; in ubifs_budget_space()
496 } else if (err == -ENOSPC) { in ubifs_budget_space()
H A Dgc.c689 ret = -ENOSPC; in ubifs_garbage_collect()
702 if (ret == -ENOSPC) in ubifs_garbage_collect()
792 if (ret == -ENOSPC && !list_empty(&c->idx_gc)) { in ubifs_garbage_collect()
811 ubifs_assert(ret != -ENOSPC && ret != -EAGAIN); in ubifs_garbage_collect()
968 return -ENOSPC; in ubifs_get_idx_gc_leb()
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h169 #ifndef ENOSPC
170 #define ENOSPC 28 macro
H A Dyaffs_error.c30 { ENOSPC , "ENOSPC"},
H A Dyaffs_nameval.c112 return -ENOSPC; in nval_set()
/rk3399_rockchip-uboot/arch/x86/cpu/qemu/
H A Dcpu.c19 return -ENOSPC; in cpu_qemu_get_desc()
/rk3399_rockchip-uboot/common/
H A Dbootstage.c374 return -ENOSPC; in bootstage_stash()
407 return -ENOSPC; in bootstage_stash()
441 return -ENOSPC; in bootstage_unstash()
448 return -ENOSPC; in bootstage_unstash()
461 return -ENOSPC; in bootstage_unstash()
/rk3399_rockchip-uboot/test/dm/
H A Dpwm.c26 ut_asserteq(-ENOSPC, pwm_set_enable(dev, 3, true)); in dm_test_pwm_base()
/rk3399_rockchip-uboot/tools/
H A Dimage-host.c41 return ret == -FDT_ERR_NOSPACE ? -ENOSPC : -EIO; in fit_set_hash_value()
240 return -ENOSPC; in fit_image_process_sig()
642 return -ENOSPC; in fit_config_process_sig()
656 if (ret == -ENOSPC) in fit_config_process_sig()
657 return -ENOSPC; in fit_config_process_sig()
/rk3399_rockchip-uboot/include/linux/
H A Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Dcpu.c83 return -ENOSPC; in altera_nios2_get_desc()
/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm-uclass.c107 return -ENOSPC; in tpm_xfer()
H A Dtpm_tis_lpc.c356 return -ENOSPC; in tis_readresponse()
443 return -ENOSPC; in tpm_tis_get_desc()
H A Dtpm_tis_sandbox.c250 return -ENOSPC; in sandbox_tpm_get_desc()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dfastmap-wl.c224 return -ENOSPC; in ubi_wl_get_peb()
234 ret = -ENOSPC; in ubi_wl_get_peb()
/rk3399_rockchip-uboot/drivers/i2c/
H A Dtegra186_bpmp_i2c.c55 return -ENOSPC; in tegra186_bpmp_i2c_xfer()
/rk3399_rockchip-uboot/lib/rsa/
H A Drsa-sign.c738 int ret = -ENOSPC; in rsa_set_key_hash()
742 return -ENOSPC; in rsa_set_key_hash()
792 return ret ? -ENOSPC : 0; in rsa_set_key_hash()
957 ret = ret == -FDT_ERR_NOSPACE ? -ENOSPC : -EIO; in rsa_add_verify_data()
/rk3399_rockchip-uboot/lib/
H A Derrno_str.c42 ERRNO_MSG(ENOSPC, "No space left on device"),
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_keyb.c169 return -ENOSPC; in sandbox_usb_keyb_add_string()

123