Home
last modified time | relevance | path

Searched refs:quiet (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/src/
H A Dmpi_enc_utils.c183 RK_U32 quiet = cmd->quiet; in test_mpp_enc_cfg_setup() local
336 mpp_log_q(quiet, "%p split mode %d arg %d out %d\n", ctx, in test_mpp_enc_cfg_setup()
466 RK_U32 quiet = cmd->quiet; in hal_mpp_encode() local
681 mpp_log_q(quiet, "chn %d %s\n", chn, log_buf); in hal_mpp_encode()
690 mpp_log_q(quiet, "chn %d found last packet\n", chn); in hal_mpp_encode()
804 RK_U32 quiet = cmd->quiet; in hal_mpp_ctx_create() local
843 mpp_log_q(quiet, " in hal_mpp_ctx_create()
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dutils_mpp.h48 #define mpp_log_q(quiet, fmt, ...) \
50 if (!quiet) mpp_log(fmt, ## __VA_ARGS__); \
H A Dmpi_enc_utils.h75 RK_U32 quiet; member
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c1040 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() local
1061 ret = ubifs_scan_a_node(c, buf, len, lnum, offs, quiet); in clean_an_unclean_leb()
1087 if (quiet) { in clean_an_unclean_leb()
1089 quiet = 0; in clean_an_unclean_leb()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_frame.c1769 功能描述 : 填充quiet信息
1785 mac_quiet_ie_stru *quiet = HI_NULL; in mac_set_quiet_ie() local
1805 quiet = (mac_quiet_ie_stru *)(puc_buffer + MAC_IE_HDR_LEN); in mac_set_quiet_ie()
1806 quiet->quiet_count = mac_set_quiet_ie_info->qcount; in mac_set_quiet_ie()
1807 quiet->quiet_period = mac_set_quiet_ie_info->qperiod; in mac_set_quiet_ie()
1808 quiet->quiet_duration = oal_byteorder_to_le16(mac_set_quiet_ie_info->us_qduration); in mac_set_quiet_ie()
1809 quiet->quiet_offset = oal_byteorder_to_le16(mac_set_quiet_ie_info->us_qoffset); in mac_set_quiet_ie()
/device/soc/rockchip/common/sdk_linux/
H A DMakefile56 # that echo $($(quiet)$(cmd)), we now have the possibility to set
57 # $(quiet) to choose other forms of output instead, e.g.
62 # If $(quiet) is empty, the whole command will be printed.
87 quiet = macro
90 quiet=quiet_ macro
98 quiet=silent_ macro
101 export quiet Q KBUILD_VERBOSE
1689 @echo ' make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build'
1979 ifeq ($(quiet),silent_)
/device/soc/rockchip/common/sdk_linux/scripts/dtc/
H A Dchecks.c68 if (!(c->warn && (quiet < 1)) && !(c->error && (quiet < 2))) { in check_msg()
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm66 --quiet Suppress showing informative output
1636 cmp -s "$1" "$2" && { test "$quiet" != "yes" && echo "$2 is unchanged"; } && return
4106 --quiet|-q) quiet=yes
7283 if test "$quiet" != "yes"; then
7404 fi # test "$quiet" != "yes"

Completed in 21 milliseconds