Searched refs:EINVAL (Results 1 - 25 of 1604) sorted by relevance

1234567891011>>

/u-boot/drivers/phy/
H A Dphy-core-mipi-dphy.c27 return -EINVAL;
86 return -EINVAL;
92 return -EINVAL;
95 return -EINVAL;
98 return -EINVAL;
101 return -EINVAL;
104 return -EINVAL;
107 return -EINVAL;
110 return -EINVAL;
113 return -EINVAL;
[all...]
/u-boot/drivers/video/tegra20/
H A Dmipi-phy.c66 return -EINVAL;
69 return -EINVAL;
72 return -EINVAL;
75 return -EINVAL;
78 return -EINVAL;
81 return -EINVAL;
84 return -EINVAL;
87 return -EINVAL;
90 return -EINVAL;
93 return -EINVAL;
[all...]
/u-boot/drivers/ram/k3-ddrss/
H A Dlpddr4_sanity.h77 ret = EINVAL;
87 ret = EINVAL;
97 ret = EINVAL;
98 } else if (lpddr4_configsf(config) == EINVAL) {
99 ret = EINVAL;
110 if (lpddr4_privatedatasf(pd) == EINVAL) {
111 ret = EINVAL;
112 } else if (lpddr4_configsf(cfg) == EINVAL) {
113 ret = EINVAL;
124 if (lpddr4_privatedatasf(pd) == EINVAL)
[all...]
/u-boot/board/xilinx/zynqmp_r5/
H A Dboard.c23 return -EINVAL;
/u-boot/board/dhelectronics/common/
H A Ddh_imx.c21 return -EINVAL;
/u-boot/test/dm/
H A Dk210_pll.c48 return -EINVAL;
64 ut_asserteq(-EINVAL, k210_pll_calc_config(0, 26000000, &theirs));
65 ut_asserteq(-EINVAL, k210_pll_calc_config(390000000, 0, &theirs));
66 ut_asserteq(-EINVAL, k210_pll_calc_config(2000000000, 26000000,
68 ut_asserteq(-EINVAL, k210_pll_calc_config(390000000, 2000000000,
70 ut_asserteq(-EINVAL, k210_pll_calc_config(1500000000, 20000000,
72 ut_asserteq(-EINVAL, k210_pll_calc_config(1750000000, 13300000,
H A Dsm.c30 ut_asserteq(ret, -EINVAL);
38 ut_asserteq(ret, -EINVAL);
42 ut_asserteq(ret, -EINVAL);
46 ut_asserteq(ret, -EINVAL);
50 ut_asserteq(ret, -EINVAL);
/u-boot/drivers/dma/
H A Dsandbox-dma-test.c59 return -EINVAL;
82 return -EINVAL;
100 return -EINVAL;
104 return -EINVAL;
120 return -EINVAL;
124 return -EINVAL;
126 return -EINVAL;
140 return -EINVAL;
144 return -EINVAL;
146 return -EINVAL;
[all...]
/u-boot/drivers/sm/
H A Dsandbox-sm.c22 return -EINVAL;
34 return -EINVAL;
37 return -EINVAL;
48 return -EINVAL;
51 return -EINVAL;
/u-boot/drivers/mtd/nvmxip/
H A Dnvmxip_qspi.c38 return -EINVAL;
44 return -EINVAL;
50 return -EINVAL;
/u-boot/drivers/usb/gadget/
H A Dusbstring.c39 return -EINVAL;
55 return -EINVAL;
62 return -EINVAL;
H A Dconfig.c40 return -EINVAL;
47 return -EINVAL;
88 return -EINVAL;
99 return -EINVAL;
/u-boot/drivers/misc/
H A Dstm32mp_fuse.c36 ret = -EINVAL;
51 ret = -EINVAL;
59 ret = -EINVAL;
81 ret = -EINVAL;
95 ret = -EINVAL;
103 ret = -EINVAL;
124 ret = -EINVAL;
139 ret = -EINVAL;
147 ret = -EINVAL;
169 ret = -EINVAL;
[all...]
H A Dgdsys_soc.c33 return -EINVAL;
38 return -EINVAL;
56 return -EINVAL;
61 return -EINVAL;
/u-boot/arch/arm/mach-uniphier/
H A Dmemconf.c34 return -EINVAL;
55 return -EINVAL;
70 return -EINVAL;
91 return -EINVAL;
118 return -EINVAL;
139 return -EINVAL;
/u-boot/test/
H A Dtime_ut.c28 return -EINVAL;
41 return -EINVAL;
62 return -EINVAL;
75 return -EINVAL;
97 return -EINVAL;
116 return -EINVAL;
/u-boot/drivers/reset/
H A Dreset-raspberrypi.c16 return -EINVAL;
28 return -EINVAL;
/u-boot/drivers/clk/
H A Dclk_sandbox.c22 return -EINVAL;
35 return -EINVAL;
38 return -EINVAL;
52 return -EINVAL;
55 return -EINVAL;
71 return -EINVAL;
86 return -EINVAL;
98 return -EINVAL;
140 return -EINVAL;
150 return -EINVAL;
[all...]
/u-boot/drivers/ram/
H A Dmpc83xx_sdram.c165 return -EINVAL;
175 return -EINVAL;
187 return -EINVAL;
196 return -EINVAL;
206 return -EINVAL;
218 return -EINVAL;
227 return -EINVAL;
241 return -EINVAL;
258 return -EINVAL;
278 return -EINVAL;
[all...]
/u-boot/arch/arm/mach-socfpga/
H A Dwrap_iocsr_config.c35 return -EINVAL;
/u-boot/board/st/stm32h743-disco/
H A Dstm32h743-disco.c27 ret = -EINVAL;
/u-boot/board/st/stm32h743-eval/
H A Dstm32h743-eval.c27 ret = -EINVAL;
/u-boot/board/st/stm32h750-art-pi/
H A Dstm32h750-art-pi.c27 ret = -EINVAL;
/u-boot/arch/arm/cpu/armv7/bcm235xx/
H A Dclk-usb-otg.c22 return -EINVAL;
/u-boot/arch/arm/cpu/armv7/bcm281xx/
H A Dclk-usb-otg.c22 return -EINVAL;

Completed in 130 milliseconds

1234567891011>>