Searched refs:err (Results 1 - 25 of 11877) sorted by path

1234567891011>>

/linux-master/Documentation/usb/
H A Dusbdevfs-drop-permissions.c74 goto err;
116 err:
/linux-master/arch/alpha/kernel/
H A Derr_common.c248 int err;
254 for (err = 0; header && (header->class != EL_CLASS__TERMINATION); err++)
262 err_print_prefix, err, cpu);
246 int err; local
/linux-master/arch/arm/include/asm/
H A Dsmp_plat.h10 #include <linux/err.h>
/linux-master/arch/arm/kernel/
H A Dsmp_twd.c14 #include <linux/err.h>
194 int err; local
206 err = clk_prepare_enable(twd_clk);
207 if (err) {
208 pr_err("smp_twd: clock failed to prepare+enable: %d\n", err);
274 int err; local
278 err = -ENOMEM;
282 err = request_percpu_irq(twd_ppi, twd_handler, "twd", twd_evt);
283 if (err) {
284 pr_err("twd: can't register interrupt %d (%d)\n", twd_ppi, err);
318 int err; local
[all...]
/linux-master/arch/arm/mach-imx/
H A Dsystem.c13 #include <linux/err.h>
/linux-master/arch/arm/mach-omap2/
H A Dcm3xxx.c15 #include <linux/err.h>
H A Dhdq1w.c14 #include <linux/err.h>
H A Dmcbsp.c13 #include <linux/err.h>
H A Dmsdi.c12 #include <linux/err.h>
H A Dprm2xxx.c14 #include <linux/err.h>
H A Dprm2xxx_3xxx.c13 #include <linux/err.h>
H A Dprminst44xx.c13 #include <linux/err.h>
H A Dvc3xxx_data.c15 #include <linux/err.h>
H A Dvc44xx_data.c15 #include <linux/err.h>
H A Dvoltagedomains3xxx_data.c15 #include <linux/err.h>
H A Dvoltagedomains44xx_data.c18 #include <linux/err.h>
H A Dvp3xxx_data.c16 #include <linux/err.h>
H A Dvp44xx_data.c16 #include <linux/err.h>
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c108 int err; local
111 err = gpio_request(gpios[i], gpio_names[i]);
112 if (err) {
114 "gpio %s, err=%d\n", gpio_names[i], err);
134 return err;
/linux-master/arch/arm/mach-sa1100/
H A Dclock.c7 #include <linux/err.h>
H A Dh3xxx.c52 int err = gpio_request(H3XXX_EGPIO_VPP_ON, "Flash Vpp"); local
53 if (err) {
55 return err;
58 err = gpio_direction_output(H3XXX_EGPIO_VPP_ON, 0);
59 if (err)
62 return err;
105 int err = -EINVAL; local
112 err = 0;
114 return err;
/linux-master/arch/arm/mach-shmobile/
H A Dsuspend.c11 #include <linux/err.h>
/linux-master/arch/hexagon/include/asm/
H A Dsyscall.h12 #include <linux/err.h>
H A Dtraps.h13 extern int die(const char *str, struct pt_regs *regs, long err);
14 extern int die_if_kernel(char *str, struct pt_regs *regs, long err);
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c165 if (kgdb_handle_exception(args->trapnr & 0xff, args->signr, args->err,

Completed in 277 milliseconds

1234567891011>>