Searched refs:EINVAL (Results 151 - 175 of 15667) sorted by relevance

1234567891011>>

/linux-master/arch/sh/kernel/
H A Dptrace.c9 * pt_regs from its name. If the name is invalid, this returns -EINVAL;
17 return -EINVAL;
/linux-master/include/uapi/asm-generic/
H A Derrno-base.h26 #define EINVAL 22 /* Invalid argument */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h26 #define EINVAL 22 /* Invalid argument */ macro
/linux-master/drivers/media/rc/img-ir/
H A Dimg-ir-sanyo.c30 return -EINVAL;
37 return -EINVAL;
40 return -EINVAL;
60 return -EINVAL;
/linux-master/net/netfilter/
H A Dxt_string.c46 return -EINVAL;
48 return -EINVAL;
50 return -EINVAL;
53 return -EINVAL;
/linux-master/include/crypto/internal/
H A Ddes.h20 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
34 err = -EINVAL;
58 int ret = fips_enabled ? -EINVAL : -ENOKEY;
83 * Returns -EINVAL if the key is weak and the crypto TFM does not permit weak
115 return -EINVAL;
123 return -EINVAL;
/linux-master/drivers/staging/greybus/
H A Daudio_manager_sysfs.c27 return -EINVAL;
31 return -EINVAL;
48 return -EINVAL;
75 return -EINVAL;
/linux-master/arch/csky/mm/
H A Dsyscache.c28 return -EINVAL;
/linux-master/arch/arm64/include/asm/
H A Dsmp_plat.h33 * Returns the cpu logical index or -EINVAL on look-up error
41 return -EINVAL;
/linux-master/include/linux/
H A Dpkeys.h35 return -EINVAL;
H A Dif_hsr.h43 return -EINVAL;
/linux-master/drivers/spi/
H A Dspi-intel-platform.c21 return -EINVAL;
/linux-master/arch/x86/kernel/
H A Dstacktrace.c56 return -EINVAL;
67 return -EINVAL;
70 return -EINVAL;
75 return -EINVAL;
H A Dshstk.c56 return -EINVAL;
120 return -EINVAL;
254 return -EINVAL;
273 return -EINVAL;
286 return -EINVAL;
309 return -EINVAL;
332 return -EINVAL;
336 return -EINVAL;
358 return -EINVAL;
362 return -EINVAL;
[all...]
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mqprio.c12 return -EINVAL;
H A Dlan966x_ets.c30 return -EINVAL;
34 return -EINVAL;
42 return -EINVAL;
45 return -EINVAL;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lpc_mec.c39 * Return: 1 if in range, 0 if not, and -EINVAL on failure
45 return -EINVAL;
48 return -EINVAL;
52 return -EINVAL;
57 return -EINVAL;
/linux-master/net/ipv4/
H A Dmetrics.c26 return -EINVAL;
37 return -EINVAL;
43 return -EINVAL;
55 return -EINVAL;
/linux-master/drivers/devfreq/
H A Ddevfreq-event.c42 return -EINVAL;
74 return -EINVAL;
136 return -EINVAL;
139 return -EINVAL;
166 return -EINVAL;
169 return -EINVAL;
172 return -EINVAL;
198 return -EINVAL;
228 return ERR_PTR(-EINVAL);
272 return -EINVAL;
[all...]
/linux-master/tools/perf/arch/loongarch/util/
H A Ddwarf-regs.c9 #include <errno.h> /* for EINVAL */
43 return -EINVAL;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fw_attestation.c66 return -EINVAL;
76 return -EINVAL;
90 return -EINVAL;
106 return -EINVAL;
/linux-master/drivers/clk/meson/
H A Dmeson-clkc-utils.c18 return ERR_PTR(-EINVAL);
/linux-master/kernel/trace/
H A Dtrace_events_inject.c55 return -EINVAL;
69 return -EINVAL;
80 return -EINVAL;
91 return -EINVAL;
109 return -EINVAL;
120 return -EINVAL;
126 return -EINVAL;
135 return -EINVAL;
214 return -EINVAL;
270 return -EINVAL;
[all...]
/linux-master/drivers/misc/ocxl/
H A Dmain.c13 return -EINVAL;
/linux-master/mm/damon/
H A Dmodules-common.c29 return -EINVAL;

Completed in 381 milliseconds

1234567891011>>