Searched refs:warn (Results 1 - 8 of 8) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
H A D | checks.c | 37 bool warn, error; member 50 .warn = (w_), \ 68 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2))) { in check_msg() 1722 /* We warn about that already in another test. */ in check_interrupts_property() 1979 static void enable_warning_error(struct check *c, bool warn, bool error) in enable_warning_error() argument 1984 if ((warn && !c->warn) || (error && !c->error)) { in enable_warning_error() 1986 enable_warning_error(c->prereq[i], warn, error); in enable_warning_error() 1990 c->warn = c->warn || war in enable_warning_error() 1994 disable_warning_error(struct check *c, bool warn, bool error) disable_warning_error() argument 2017 parse_checks_option(bool warn, bool error, const char *arg) parse_checks_option() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/ |
H A D | err.h | 11 void warn(const char *, ...);
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 252 #define NV_WARN(drm, f, a...) NV_PRINTK(warn, &(drm)->client, f, ##a) 269 #define NV_WARN_ONCE(drm, f, a...) NV_PRINTK_ONCE(warn, &(drm)->client, f, ##a)
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1224 bool warn = false;
in rkisp_set_cmsk() local 1249 warn = true;
in rkisp_set_cmsk() 1253 warn = true;
in rkisp_set_cmsk() 1257 warn = true;
in rkisp_set_cmsk() 1259 if (warn) {
in rkisp_set_cmsk() 1260 warn = false;
in rkisp_set_cmsk()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | capture.c | 1226 bool warn = false; in rkisp_set_cmsk() local 1253 warn = true; in rkisp_set_cmsk() 1256 warn = true; in rkisp_set_cmsk() 1260 warn = true; in rkisp_set_cmsk() 1262 if (warn) { in rkisp_set_cmsk() 1263 warn = false; in rkisp_set_cmsk()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 527 warn(){ function 4032 warn "The --extra-ldlibflags option is only provided for compatibility and will be\n"\ 4073 [ "$list" = "" ] && warn "Option $opt did not match anything" 4078 warn "The ${opt} option is only provided for compatibility and will be\n"\ 4083 warn "The --yasmexe option is only provided for compatibility and will be\n"\ 4348 warn "Option --enable-cuda-sdk is deprecated. Use --enable-cuda-nvcc instead." 4368 warn "$pkg_config not found, library detection may fail." 4377 warn "Specified doxygen \"$doxygen\" not found, API documentation will fail to build." 4620 warn "gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler." ;; 4793 warn "Unknow [all...] |
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 948 # warn about C99 declaration after statement 1014 KBUILD_LDFLAGS += $(call ld-option,--no-warn-rwx-segments) 1027 LDFLAGS_vmlinux += --orphan-handling=warn
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | mm.h | 1847 void __set_page_dirty(struct page *, struct address_space *, int warn);
|
Completed in 20 milliseconds