Home
last modified time | relevance | path

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

12

/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/lib/
A Dlz4_wrapper.c62 return -EPROTONOSUPPORT; /* unknown format */ in ulz4fn()
66 return -EPROTONOSUPPORT; /* we can't support this yet */ in ulz4fn()
A Derrno_str.c107 ERRNO_MSG(EPROTONOSUPPORT, "Protocol not supported"),
/u-boot/arch/x86/lib/fsp2/
A Dfsp_init.c137 return -EPROTONOSUPPORT; in fsp_locate_fsp()
155 return -EPROTONOSUPPORT; in fsp_locate_fsp()
/u-boot/lib/efi/
A Defi_info.c25 ret = -EPROTONOSUPPORT; in efi_info_get()
/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/firmware/scmi/
A Dscmi_agent-uclass.c114 return -EPROTONOSUPPORT; in devm_scmi_process_msg()
/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.c229 case -EPROTONOSUPPORT: in do_efi_mem()
237 ret = -EPROTONOSUPPORT; in do_efi_mem()
/u-boot/test/dm/
A Dremoteproc.c254 ut_asserteq(-EPROTONOSUPPORT, in dm_test_remoteproc_elf()
/u-boot/drivers/misc/
A Dcros_ec_i2c.c95 return -EPROTONOSUPPORT; in cros_ec_i2c_packet()
/u-boot/drivers/power/pmic/
A Dstpmic1.c241 return -EPROTONOSUPPORT; in stpmic1_sysreset_request()
/u-boot/common/
A Dhash.c342 return -EPROTONOSUPPORT; in hash_lookup_algo()
362 return -EPROTONOSUPPORT; in hash_progressive_lookup_algo()
A Dbloblist.c264 return log_msg_ret("Bad version", -EPROTONOSUPPORT); in bloblist_check()
/u-boot/drivers/dma/
A Ddma-uclass.c224 return -EPROTONOSUPPORT; in dma_get_device()
/u-boot/drivers/power/acpi_pmc/
A Dacpi-pmc-uclass.c49 return log_msg_ret("uclass", -EPROTONOSUPPORT); in pmc_gpe_init()
/u-boot/disk/
A Dpart.c345 return -EPROTONOSUPPORT; in part_get_info()
571 ret = -EPROTONOSUPPORT; in blk_get_device_part_str()
/u-boot/drivers/pinctrl/intel/
A Dpinctrl.c281 return -EPROTONOSUPPORT; in pinctrl_configure_itss()
607 return log_msg_ret("uclass", -EPROTONOSUPPORT); in pinctrl_config_pads_for_node()
/u-boot/drivers/pci/
A Dpci_rom.c348 return -EPROTONOSUPPORT; in vbe_setup_video_priv()

Completed in 37 milliseconds

12