Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 20 of 20) sorted by relevance

/device/soc/rockchip/rk3588/hardware/mpp/include/
Dmpp_log.h53 #define mpp_logf_c(cond, fmt, ...) do { if (cond) mpp_logf(fmt, ## __VA_ARGS__); } while (0) argument
54 #define mpp_loge_c(cond, fmt, ...) do { if (cond) mpp_loge(fmt, ## __VA_ARGS__); } while (0) argument
55 #define mpp_logw_c(cond, fmt, ...) do { if (cond) mpp_logw(fmt, ## __VA_ARGS__); } while (0) argument
56 #define mpp_logi_c(cond, fmt, ...) do { if (cond) mpp_logi(fmt, ## __VA_ARGS__); } while (0) argument
57 #define mpp_logd_c(cond, fmt, ...) do { if (cond) mpp_logd(fmt, ## __VA_ARGS__); } while (0) argument
58 #define mpp_logv_c(cond, fmt, ...) do { if (cond) mpp_logv(fmt, ## __VA_ARGS__); } while (0) argument
60 #define mpp_logf_cf(cond, fmt, ...) do { if (cond) mpp_logf_f(fmt, ## __VA_ARGS__); } while (0) argument
61 #define mpp_loge_cf(cond, fmt, ...) do { if (cond) mpp_loge_f(fmt, ## __VA_ARGS__); } while (0) argument
62 #define mpp_logw_cf(cond, fmt, ...) do { if (cond) mpp_logw_f(fmt, ## __VA_ARGS__); } while (0) argument
63 #define mpp_logi_cf(cond, fmt, ...) do { if (cond) mpp_logi_f(fmt, ## __VA_ARGS__); } while (0) argument
[all …]
Dmpp_debug.h88 #define mpp_assert(cond) do { \ argument
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/
Dvendor_hooks.h49 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(pr… argument
70 #define DO_RESTRICTED_HOOK(name, args, cond) … argument
78 #define I_DECLARE_RESTRICTED_HOOK(name, proto, args, cond, data_proto) … argument
101 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) … argument
109 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DECLARE_EVENT_NOP((name), PARAMS(proto), P… argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/include/
Dhi_flashboot_gpio.h19 #define hi_io_val_set(cond, id, reg_val) \ argument
29 #define hi_io_dir_get(cond, id, val_addr) \ argument
39 #define hi_io_val_get(cond, id, val_addr) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Dplatform_util.h89 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) \ argument
99 #define MBEDTLS_INTERNAL_VALIDATE( cond ) \ argument
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
Dosal_debug.c25 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/linux/
Dosal_debug.c37 void osal_panic(const char *fmt, const char *fun, int line, const char *cond) in osal_panic()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_linux_pktdump.c609 bool cond; in dhd_dump_wsc_message() local
723 bool cond; in dhd_dump_eap_packet() local
851 bool cond; in dhd_dump_eapol_4way_message() local
921 bool cond; in dhd_dump_eapol_message() local
1026 bool cond; in dhd_dhcp_dump() local
1133 bool cond; in dhd_icmp_dump() local
1233 bool cond, dump_enabled; in dhd_arp_dump() local
1354 bool cond, dump_enabled; in dhd_dns_dump() local
Ddhd.h651 #define DHD_NULL_CHK_AND_RET(cond) \ argument
657 #define DHD_NULL_CHK_AND_RET_VAL(cond, value) \ argument
663 #define DHD_NULL_CHK_AND_GOTO(cond, label) \ argument
3397 #define DHD_STATLOG_DATA(dhdp, stat, ifidx, dir, cond) \ argument
Ddhd_pcie.c5073 bool cond; in dhd_bus_perform_bp_reset() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DThread.h43 typedef struct { pthread_cond_t cond; pthread_mutex_t mutex; } cond_type_struct; member
/device/soc/rockchip/rk3399/hardware/mpp/include/
Dmpp_log.h112 #define mpp_assert(cond) do { \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
Dat_io.c31 #define io_dir_get(cond, id, val_addr) \ argument
/device/soc/rockchip/rk3568/hardware/mpp/include/
Dmpp_log.h112 #define mpp_assert(cond) do { \ argument
/device/soc/rockchip/common/hardware/mpp/include/
Dmpp_log.h112 #define mpp_assert(cond) … argument
/device/soc/hisilicon/common/platform/hieth-sf/include/internal/
Dhieth_pri.h69 #define HiethAssert(cond) \ argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c1866 #define ADD_ROCKCHIP_SUB_DRIVER(drv, cond) … argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Duthash.h967 #define HASH_SELECT(hh_dst, dst, hh_src, src, cond) \ argument
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
Drkisp.c3184 #define shm_head_poll_timeout(isp_dev, cond, sleep_us, timeout_us) \ argument
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
Drkisp.c3181 #define shm_head_poll_timeout(isp_dev, cond, sleep_us, timeout_us) … argument