Searched refs:PTR_ERR_OR_ZERO (Results 1 - 25 of 745) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dfb.c74 return PTR_ERR_OR_ZERO(pdev);
/linux-master/arch/m68k/amiga/
H A Dplatform.c60 return PTR_ERR_OR_ZERO(pdev);
/linux-master/arch/powerpc/platforms/ps3/
H A Dtime.c57 return PTR_ERR_OR_ZERO(pdev);
/linux-master/arch/sh/boards/mach-dreamcast/
H A Drtc.c94 return PTR_ERR_OR_ZERO(pdev);
/linux-master/arch/x86/kernel/
H A Dpcspeaker.c12 return PTR_ERR_OR_ZERO(pd);
/linux-master/drivers/gpu/drm/fsl-dcu/
H A Dfsl_tcon.c56 return PTR_ERR_OR_ZERO(tcon->regs);
/linux-master/drivers/hwmon/
H A Dad7314.c111 return PTR_ERR_OR_ZERO(hwmon_dev);
H A Dads7871.c193 return PTR_ERR_OR_ZERO(hwmon_dev);
H A Dda9055-hwmon.c268 return PTR_ERR_OR_ZERO(hwmon_dev);
H A Dwm831x-hwmon.c138 return PTR_ERR_OR_ZERO(hwmon_dev);
H A Dwm8350-hwmon.c77 return PTR_ERR_OR_ZERO(hwmon_dev);
/linux-master/drivers/phy/
H A Dphy-lpc18xx-usb-otg.c125 return PTR_ERR_OR_ZERO(phy_provider);
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-dp.c129 return PTR_ERR_OR_ZERO(phy_provider);
/linux-master/drivers/usb/chipidea/
H A Dulpi.c83 return PTR_ERR_OR_ZERO(ci->ulpi);
/linux-master/arch/arm/crypto/
H A Daes-neonbs-glue.c326 return PTR_ERR_OR_ZERO(ctx->tweak_tfm);
/linux-master/arch/arm/kernel/
H A Dvdso.c228 return PTR_ERR_OR_ZERO(vma);
/linux-master/arch/arm/mach-mvebu/
H A Dpm-board.c102 ret = PTR_ERR_OR_ZERO(pic_gpios[i]);
/linux-master/arch/arm64/crypto/
H A Daes-glue.c397 return PTR_ERR_OR_ZERO(ctx->hash);
/linux-master/arch/arm64/kernel/
H A Dvdso.c354 return PTR_ERR_OR_ZERO(ret);
382 return PTR_ERR_OR_ZERO(ret);
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-its.c1265 return PTR_ERR_OR_ZERO(device);
/linux-master/arch/m68k/kernel/
H A Dtime.c147 return PTR_ERR_OR_ZERO(pdev);
/linux-master/arch/mips/lantiq/xway/
H A Dvmmc.c43 error = PTR_ERR_OR_ZERO(gpio);
/linux-master/arch/mips/pci/
H A Dpci-lantiq.c129 error = PTR_ERR_OR_ZERO(reset_gpio);
/linux-master/arch/parisc/kernel/
H A Dpdt.c358 return PTR_ERR_OR_ZERO(kpdtd_task);
H A Dtime.c209 return PTR_ERR_OR_ZERO(pdev);

Completed in 489 milliseconds

1234567891011>>