Searched refs:err (Results 401 - 425 of 859) sorted by relevance

<<11121314151617181920>>

/arch/arm/mach-omap2/
H A Dvoltagedomains44xx_data.c21 #include <linux/err.h>
H A Dvp3xxx_data.c19 #include <linux/err.h>
H A Dvp44xx_data.c19 #include <linux/err.h>
/arch/arm/mach-pnx4008/
H A Di2c.c16 #include <linux/err.h>
/arch/arm/mach-pxa/
H A Dpcm990-baseboard.c298 int err; local
300 err = request_irq(PCM027_MMCDET_IRQ, mci_detect_int, IRQF_DISABLED,
302 if (err)
306 return err;
/arch/arm/mach-s3c64xx/
H A Dsetup-usb-phy.c14 #include <linux/err.h>
/arch/arm/mach-s5pv210/
H A Dsetup-usb-phy.c12 #include <linux/err.h>
/arch/arm/mach-u300/
H A Dspi.c13 #include <linux/err.h>
/arch/arm/mach-w90x900/
H A Dclock.c17 #include <linux/err.h>
/arch/arm/plat-omap/
H A Docpi.c32 #include <linux/err.h>
/arch/arm/plat-samsung/
H A Dpd.c16 #include <linux/err.h>
/arch/avr32/boards/merisc/
H A Dmerisc_sysfs.c17 #include <linux/err.h>
/arch/blackfin/include/asm/
H A Dsyscall.h21 #include <linux/err.h>
/arch/c6x/include/asm/
H A Dsyscall.h14 #include <linux/err.h>
/arch/frv/include/asm/
H A Dsyscall.h15 #include <linux/err.h>
/arch/hexagon/kernel/
H A Dvdso.c21 #include <linux/err.h>
/arch/ia64/include/asm/
H A Dsyscall.h17 #include <linux/err.h>
/arch/m32r/kernel/
H A Dtraps.c228 void die(const char * str, struct pt_regs * regs, long err) argument
233 printk("%s: %04lx\n", str, err & 0xffff);
241 struct pt_regs * regs, long err)
244 die(str, regs, err);
240 die_if_kernel(const char * str, struct pt_regs * regs, long err) argument
/arch/m68k/include/asm/
H A Duaccess_mm.h60 #define __put_user_asm(res, x, ptr, bwl, reg, err) \
76 : #reg (x), "i" (err))
131 #define __get_user_asm(res, x, ptr, type, bwl, reg, err) ({ \
148 : "m" (*(ptr)), "i" (err)); \
/arch/mn10300/include/asm/
H A Dsyscall.h18 #include <linux/err.h>
/arch/mn10300/kernel/
H A Dirq.c145 int err; local
185 err = -1;
190 err = 0;
195 return err;
/arch/openrisc/include/asm/
H A Dsyscall.h22 #include <linux/err.h>
/arch/powerpc/kernel/
H A Dclock.c7 #include <linux/err.h>
H A Dmodule.c21 #include <linux/err.h>
/arch/powerpc/kvm/
H A Dtiming.c178 int err = -EINVAL; local
186 err = -EFAULT;
199 err = count;
203 return err;

Completed in 524 milliseconds

<<11121314151617181920>>