Home
last modified time | relevance | path

Searched refs:EPROTONOSUPPORT (Results 1 – 25 of 37) sorted by relevance

12

/u-boot/lib/
A Dlz4_wrapper.c50 return -EPROTONOSUPPORT; /* unknown format */ in ulz4fn()
54 return -EPROTONOSUPPORT; /* we can't support this yet */ in ulz4fn()
A Derrno_str.c107 ERRNO_MSG(EPROTONOSUPPORT, "Protocol not supported"),
/u-boot/drivers/sysreset/
A Dsysreset_xtfpga.c22 return -EPROTONOSUPPORT; in xtfpga_reset_request()
A Dsysreset_rockchip.c32 return -EPROTONOSUPPORT; in rockchip_sysreset_request()
A Dsysreset_ast.c34 return -EPROTONOSUPPORT; in ast_sysreset_request()
A Dsysreset_socfpga.c34 return -EPROTONOSUPPORT; in socfpga_sysreset_request()
A Dsysreset_syscon.c31 return -EPROTONOSUPPORT; in syscon_reboot_request()
A Dsysreset_mpc83xx.c72 return -EPROTONOSUPPORT; in mpc83xx_sysreset_request()
/u-boot/test/cmd/
A Dwget.c47 return -EPROTONOSUPPORT; in sb_arp_handler()
180 return -EPROTONOSUPPORT; in sb_http_handler()
183 return -EPROTONOSUPPORT; in sb_http_handler()
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c140 return -EPROTONOSUPPORT; in fsp_locate_fsp()
158 return -EPROTONOSUPPORT; in fsp_locate_fsp()
/u-boot/lib/efi/
A Defi_info.c25 ret = -EPROTONOSUPPORT; in efi_info_get()
/u-boot/drivers/power/pmic/
A Daxp.c16 return -EPROTONOSUPPORT; in axp_sysreset_request()
A Drk8xx.c21 return -EPROTONOSUPPORT; in rk8xx_sysreset_request()
38 return -EPROTONOSUPPORT; in rk8xx_sysreset_request()
A Dstpmic1.c241 return -EPROTONOSUPPORT; in stpmic1_sysreset_request()
/u-boot/drivers/remoteproc/
A Drproc-elf-loader.c69 return -EPROTONOSUPPORT;
125 return -EPROTONOSUPPORT;
351 return ERR_PTR(-EPROTONOSUPPORT);
460 return ERR_PTR(-EPROTONOSUPPORT);
/u-boot/drivers/scsi/
A Dscsi_emul.c76 ret = -EPROTONOSUPPORT; in sb_scsi_emul_command()
/u-boot/test/dm/
A Dpart.c71 test(-EPROTONOSUPPORT, "0", false); in dm_test_part()
A Dremoteproc.c254 ut_asserteq(-EPROTONOSUPPORT, in dm_test_remoteproc_elf()
/u-boot/drivers/video/
A Dlm3533_backlight.c102 return -EPROTONOSUPPORT; in lm3533_backlight_probe()
/u-boot/drivers/video/bridge/
A Dps862x.c115 return -EPROTONOSUPPORT; in ps8622_probe()
/u-boot/include/linux/
A Derrno.h101 #define EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/u-boot/cmd/
A Defi.c245 case -EPROTONOSUPPORT: in do_efi_mem()
257 ret = -EPROTONOSUPPORT; in do_efi_mem()
/u-boot/drivers/firmware/scmi/
A Dscmi_agent-uclass.c164 return -EPROTONOSUPPORT; in devm_scmi_process_msg()
/u-boot/drivers/misc/
A Dcros_ec_i2c.c95 return -EPROTONOSUPPORT; in cros_ec_i2c_packet()
/u-boot/test/boot/
A Dbootflow.c278 ut_asserteq(-EPROTONOSUPPORT, in bootflow_iter()
296 ut_asserteq(-EPROTONOSUPPORT, bootflow_scan_next(&iter, &bflow)); in bootflow_iter()

Completed in 38 milliseconds

12