Searched refs:IS_ERR (Results 1 - 25 of 242) sorted by relevance

12345678910

/u-boot/test/dm/
H A Dsyscon.c63 ut_assert(!IS_ERR(map));
70 ut_assert(!IS_ERR(map));
77 ut_assert(!IS_ERR(map));
80 ut_assert(IS_ERR(syscon_regmap_lookup_by_phandle(dev, "not-present")));
/u-boot/arch/arm/mach-meson/
H A Dsm.c45 if (IS_ERR(dev))
66 if (IS_ERR(dev))
92 if (IS_ERR(dev))
127 if (IS_ERR(regmap)) {
145 if (IS_ERR(dev))
/u-boot/drivers/phy/socionext/
H A Dphy-uniphier-usb3.c67 if (IS_ERR(priv->clk_link)) {
73 if (IS_ERR(priv->clk_link)) {
79 if (IS_ERR(priv->clk_parent)) {
85 if (IS_ERR(priv->clk_phyext)) {
91 if (IS_ERR(priv->rst_link)) {
97 if (IS_ERR(priv->rst_phy)) {
103 if (IS_ERR(priv->rst_parent)) {
H A Dphy-uniphier-pcie.c34 if (!IS_ERR(regmap))
/u-boot/include/linux/
H A Derr.h34 static inline long IS_ERR(const void *ptr) function
/u-boot/arch/arm/mach-rockchip/
H A Dcpu-info.c20 if (IS_ERR(cru))
/u-boot/drivers/reset/
H A Dsandbox-reset-test.c37 if (!IS_ERR(r))
45 if (IS_ERR(sbrt->ctlp))
65 if (IS_ERR(r))
/u-boot/drivers/firmware/
H A Dti_sci.c300 if (IS_ERR(handle))
311 if (IS_ERR(xfer)) {
351 if (IS_ERR(handle))
361 if (IS_ERR(xfer)) {
504 if (IS_ERR(handle))
514 if (IS_ERR(xfer)) {
551 if (IS_ERR(handle))
561 if (IS_ERR(xfer)) {
596 if (IS_ERR(handle))
609 if (IS_ERR(xfe
[all...]
/u-boot/drivers/clk/
H A Dclk_sandbox_test.c42 if (!IS_ERR(clk)) {
48 if (IS_ERR(clk))
53 if (IS_ERR(clk))
59 if (IS_ERR(clk))
H A Dclk-gpio.c57 if (IS_ERR(priv->clk)) {
/u-boot/drivers/clk/at91/
H A Dsam9x60.c486 if (IS_ERR(c)) {
495 if (IS_ERR(c)) {
510 if (IS_ERR(c)) {
527 if (IS_ERR(c)) {
545 if (IS_ERR(c)) {
566 if (IS_ERR(c)) {
576 if (IS_ERR(c)) {
598 if (IS_ERR(c)) {
625 if (IS_ERR(c)) {
637 if (IS_ERR(
[all...]
H A Dsckc.c143 if (IS_ERR(clk))
152 if (IS_ERR(clk))
/u-boot/arch/arm/mach-rockchip/rk3188/
H A Drk3188.c61 if (IS_ERR(grf)) {
97 if (IS_ERR(grf)) {
/u-boot/drivers/mtd/nand/raw/brcmnand/
H A Diproc_nand.c105 if (IS_ERR(priv->idm_base))
113 if (IS_ERR(priv->ext_base))
/u-boot/drivers/clk/meson/
H A Da1.c336 if (IS_ERR(info))
362 if (IS_ERR(info))
380 if (IS_ERR(info))
405 if (IS_ERR(info))
432 if (IS_ERR(info))
489 if (IS_ERR(div))
493 if (IS_ERR(mux))
538 if (IS_ERR(info))
586 if (IS_ERR(info))
646 return IS_ERR(inf
[all...]
H A Daxg-ao.c54 if (IS_ERR(priv->map))
H A Dg12a-ao.c54 if (IS_ERR(priv->map))
/u-boot/drivers/phy/ti/
H A Dphy-j721e-wiz.c810 if (IS_ERR(wiz->por_en)) {
817 if (IS_ERR(wiz->phy_reset_n)) {
824 if (IS_ERR(wiz->pma_cmn_refclk_int_mode)) {
832 if (IS_ERR(wiz->pma_cmn_refclk1_int_mode)) {
840 if (IS_ERR(wiz->pma_cmn_refclk_mode)) {
847 if (IS_ERR(wiz->div_sel_field[CMN_REFCLK])) {
855 if (IS_ERR(wiz->div_sel_field[CMN_REFCLK1])) {
863 if (IS_ERR(wiz->mux_sel_field[PLL0_REFCLK])) {
870 if (IS_ERR(wiz->mux_sel_field[PLL1_REFCLK])) {
877 if (IS_ERR(wi
[all...]
/u-boot/drivers/cpu/
H A Dmtk_cpu.c59 if (IS_ERR(plat->hwver))
/u-boot/drivers/clk/ti/
H A Dclk-mux.c115 if (IS_ERR(parent))
132 if (IS_ERR(parent))
151 if (IS_ERR(parent))
169 if (IS_ERR(parent))
/u-boot/drivers/sysreset/
H A Dsysreset_syscon.c50 if (IS_ERR(priv->regmap)) {
H A Dsysreset-ti-sci.c37 if (IS_ERR(data->sci))
/u-boot/fs/ubifs/
H A Dtnc.c276 if (IS_ERR(zn))
630 if (IS_ERR(znode))
634 if (IS_ERR(znode))
674 if (IS_ERR(znode))
679 if (IS_ERR(znode))
1143 if (IS_ERR(znode) || !p)
1188 if (IS_ERR(znode))
1214 if (IS_ERR(znode))
1323 if (IS_ERR(znode))
1328 if (IS_ERR(znod
[all...]
/u-boot/drivers/mux/
H A Dmmio.c50 if (IS_ERR(regmap)) {
112 if (IS_ERR(fields[i])) {
/u-boot/drivers/mmc/
H A Dhi6220_dw_mmc.c51 if (IS_ERR(priv->clks[HI6220_DWMMC_CLK_BIU])) {
58 if (IS_ERR(priv->clks[HI6220_DWMMC_CLK_CIU])) {

Completed in 271 milliseconds

12345678910