Home
last modified time | relevance | path

Searched refs:IS_ERR_OR_NULL (Results 1 – 11 of 11) sorted by relevance

/external/u-boot/drivers/mtd/ubi/
Ddebug.c229 if (IS_ERR_OR_NULL(dfs_rootdir)) { in ubi_debugfs_init()
417 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
424 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
431 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
438 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
445 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
452 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
459 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
466 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
473 if (IS_ERR_OR_NULL(dent)) in ubi_debugfs_init_dev()
[all …]
/external/u-boot/fs/ubifs/
Ddebug.c2879 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2885 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2891 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2897 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2904 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2911 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2918 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2925 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2932 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
2939 if (IS_ERR_OR_NULL(dent)) in dbg_debugfs_init_fs()
[all …]
/external/u-boot/include/linux/
Derr.h39 static inline bool IS_ERR_OR_NULL(const void *ptr) in IS_ERR_OR_NULL() function
/external/u-boot/drivers/video/rockchip/
Drk3288_mipi.c136 if (IS_ERR_OR_NULL(priv->grf)) { in rk_mipi_ofdata_to_platdata()
Drk3399_mipi.c128 if (IS_ERR_OR_NULL(priv->grf)) { in rk_mipi_ofdata_to_platdata()
/external/u-boot/drivers/usb/musb-new/
Domap2430.c343 if (IS_ERR_OR_NULL(musb->xceiv)) { in omap2430_musb_init()
Dam35x.c394 if (IS_ERR_OR_NULL(musb->xceiv)) in am35x_musb_init()
Dmusb_dsps.c433 if (IS_ERR_OR_NULL(musb->xceiv)) in dsps_musb_init()
/external/u-boot/drivers/mmc/
Dfsl_esdhc.c743 if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage()
762 if (!IS_ERR_OR_NULL(priv->vqmmc_dev)) { in esdhc_set_voltage()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c96 CHECK(IS_ERR_OR_NULL(obj), "open test_select_reuseport_kern.o", in prepare_bpf_obj()
/external/u-boot/drivers/mtd/spi/
Dspi_flash.c1140 if (IS_ERR_OR_NULL(info)) in spi_flash_scan()