Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 245) sorted by relevance

12345678910

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Dwl_dbg.h56 #define WL_PRINT(args) do { WL_TIMESTAMP(); printf args; } while (0) argument
60 #define WL_SRSCAN(args) _WL_SRSCAN args argument
62 #define WL_SRSCAN(args) argument
75 #define WL_NONE(args) argument
76 #define WL_ERROR(args) do {if (wl_msg_level & WL_ERROR_VAL) WL_PRINT(args); \ argument
78 #define WL_SCAN_ERROR(args) argument
79 #define WL_IE_ERROR(args) argument
80 #define WL_AMSDU_ERROR(args) argument
81 #define WL_ASSOC_ERROR(args) argument
82 #define KM_ERR(args) argument
[all …]
Ddhd_dbg.h70 #define DHD_ERROR(args) \ argument
80 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0) argument
83 #define DHD_ERROR(args) do {if (dhd_msg_level & DHD_ERROR_VAL) printf args;} while (0) argument
84 #define DHD_INFO(args) do {if (dhd_msg_level & DHD_INFO_VAL) printf args;} while (0) argument
87 #define DHD_TRACE(args) do {if (dhd_msg_level & DHD_TRACE_VAL) printf args;} while (0) argument
91 #define DHD_ERROR_MEM(args) \ argument
101 #define DHD_IOVAR_MEM(args) \ argument
111 #define DHD_LOG_MEM(args) \ argument
119 #define DHD_EVENT(args) \ argument
127 #define DHD_PRSRV_MEM(args) \ argument
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/targets/hi3861v100/include/
Dlos_printf.h87 #define PRINT_DEBUG(fmt, args...) argument
89 #define PRINT_DEBUG(fmt, args...) do { (los_printf("[DEBUG] "), los_printf(fmt, ##args)); } while… argument
93 #define PRINT_INFO(fmt, args...) argument
95 #define PRINT_INFO(fmt, args...) do { (los_printf("[INFO] "), los_printf(fmt, ##args)); } while … argument
99 #define PRINT_WARN(fmt, args...) argument
101 #define PRINT_WARN(fmt, args...) do { (los_printf("[WARN] "), los_printf(fmt, ##args)); } while … argument
105 #define PRINT_ERR(fmt, args...) argument
107 #define PRINT_ERR(fmt, args...) do { (los_printf("[ERR] "), los_printf(fmt, ##args)); } while (… argument
111 #define PRINTK(fmt, args...) argument
113 #define PRINTK(fmt, args...) los_printf(fmt, ##args) argument
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
Dmali_kernel_common.h111 #define MALI_PRINTF(args) argument
113 #define MALI_PRINTF(args) _mali_osk_dbgmsg args; argument
116 #define MALI_PRINT_ERROR(args) do{ \ argument
123 #define MALI_PRINT(args) do{ \ argument
134 #define MALI_DEBUG_PRINT(level, args) do { \ argument
139 #define MALI_DEBUG_PRINT_ERROR(args) MALI_PRINT_ERROR(args) argument
141 #define MALI_DEBUG_PRINT_IF(level,condition,args) \ argument
145 #define MALI_DEBUG_PRINT_ELSE(level, args)\ argument
154 #define MALI_DEBUG_PRINT_ASSERT(condition, args) do {if( !(condition)) { MALI_PRINT_ERROR(args); _… argument
161 #define MALI_DEBUG_PRINT(string,args) do {} while(0) argument
[all …]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
Dmali_kernel_common.h130 #define MALI_PRINTF(args) argument
132 #define MALI_PRINTF(args) _mali_osk_dbgmsg args; argument
135 #define MALI_PRINT_ERROR(args) … argument
143 #define MALI_PRINT(args) … argument
155 #define MALI_DEBUG_PRINT(level, args) … argument
163 #define MALI_DEBUG_PRINT_ERROR(args) MALI_PRINT_ERROR(args) argument
165 #define MALI_DEBUG_PRINT_IF(level, condition, args) … argument
171 #define MALI_DEBUG_PRINT_ELSE(level, args) … argument
183 #define MALI_DEBUG_PRINT_ASSERT(condition, args) … argument
208 #define MALI_DEBUG_PRINT(string, args) … argument
[all …]
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/dfx_print/
Ddfx_print.h37 #define dfx_print_info(fmt, args...) do { \ argument
43 #define dfx_print_warn(fmt, args...) do { \ argument
49 #define dfx_print_error(fmt, args...) do { \ argument
55 #define dfx_print(level, fmt, args...) do { \ argument
62 #define dfx_print_info(fmt, args...) PRINT(fmt, ##args) argument
63 #define dfx_print_warn(fmt, args...) PRINT(fmt, ##args) argument
64 #define dfx_print_error(fmt, args...) PRINT(fmt, ##args) argument
65 #define dfx_print(level, fmt, args...) PRINT(fmt, ##args) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h23 #define UMP_DEBUG_PRINT(args) _mali_osk_dbgmsg args argument
24 #define UMP_DEBUG_CODE(args) args argument
25 #define DBG_MSG(level, args) … argument
30 #define DBG_MSG_IF(level, condition, args) /* args should be in brackets */ … argument
36 #define DBG_MSG_ELSE(level, args) /* args should be in brackets */ … argument
54 #define UMP_DEBUG_PRINT(args) … argument
57 #define UMP_DEBUG_CODE(args) argument
58 #define DBG_MSG(level, args) … argument
61 #define DBG_MSG_IF(level, condition, args) … argument
64 #define DBG_MSG_ELSE(level, args) … argument
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/
Dump_kernel_common.h23 #define UMP_DEBUG_PRINT(args) _mali_osk_dbgmsg args argument
24 #define UMP_DEBUG_CODE(args) args argument
25 #define DBG_MSG(level,args) do { /* args should be in brackets */ \ argument
31 #define DBG_MSG_IF(level,condition,args) /* args should be in brackets */ \ argument
37 #define DBG_MSG_ELSE(level,args) /* args should be in brackets */ \ argument
46 #define UMP_DEBUG_PRINT(args) do {} while(0) argument
47 #define UMP_DEBUG_CODE(args) argument
48 #define DBG_MSG(level,args) do {} while(0) argument
49 #define DBG_MSG_IF(level,condition,args) do {} while(0) argument
50 #define DBG_MSG_ELSE(level,args) do {} while(0) argument
[all …]
/device/soc/rockchip/common/sdk_linux/include/trace/hooks/
Dvendor_hooks.h20 #define DEFINE_HOOK_FN(_name, _reg, _unreg, proto, args) … argument
49 #define DECLARE_RESTRICTED_HOOK(name, proto, args, cond) DEFINE_HOOK_FN(name, NULL, NULL, PARAMS(pr… argument
56 #define I_DO_RESTRICTED_HOOK_CALL(name, args) … argument
67 #define I_DO_RESTRICTED_HOOK_CALL(name, args) __traceiter_##name(NULL, args) 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/ws63v100/sdk/middleware/utils/at/at_wifi_cmd/at/
Dat_wifi.c270 at_ret_t cmd_send_custom_pkt(const sendpkt_args_t *args) in cmd_send_custom_pkt()
297 at_ret_t ssid_prefix_scan(const scanssid_args_t *args, td_u32 prefix_flag) in ssid_prefix_scan()
347 at_ret_t cmd_wpa_ssid_scan(const scanssid_args_t *args) in cmd_wpa_ssid_scan()
356 at_ret_t cmd_wpa_channel_scan(const scanchn_args_t *args) in cmd_wpa_channel_scan()
375 at_ret_t cmd_wpa_bssid_scan(const scanbssid_args_t *args) in cmd_wpa_bssid_scan()
437 at_ret_t cmd_ssid_prefix_scan(const scanssid_args_t *args) in cmd_ssid_prefix_scan()
537 at_ret_t cmd_wpa_set_country(const cc_args_t *args) in cmd_wpa_set_country()
557 at_ret_t cmd_set_sae_pwe(const pwe_args_t *args) in cmd_set_sae_pwe()
571 at_ret_t cmd_set_sae_groups(const grp_args_t *args) in cmd_set_sae_groups()
594 at_ret_t cmd_set_sae_transition(const trans_args_t *args) in cmd_set_sae_transition()
[all …]
Dat_mfg.c57 static at_ret_t parse_at_cmd_with_param(const coarse_args_t *args, td_u32 cmd_type) in parse_at_cmd_with_param()
76 at_ret_t cmd_set_cmu_xo_trim_coarse(const coarse_args_t *args) in cmd_set_cmu_xo_trim_coarse()
84 at_ret_t cmd_set_cmu_xo_trim_fine(const fine_args_t *args) in cmd_set_cmu_xo_trim_fine()
108 at_ret_t cmd_set_tar_power(const tarpower_args_t *args) in cmd_set_tar_power()
116 at_ret_t cmd_set_cali_power(const calipower_args_t *args) in cmd_set_cali_power()
124 at_ret_t cmd_set_curve_param(const highcurve_args_t *args) in cmd_set_curve_param()
140 at_ret_t cmd_set_low_curve_param(const lowcurve_args_t *args) in cmd_set_low_curve_param()
156 at_ret_t cmd_set_curve_factor(const factor_args_t *args) in cmd_set_curve_factor()
172 at_ret_t cmd_set_rssi_offset(const rssicomp_args_t *args) in cmd_set_rssi_offset()
180 at_ret_t cmd_get_rssi_offset(const getrssicomp_args_t *args) in cmd_get_rssi_offset()
[all …]
Dat_ccpriv.c77 at_ret_t at_los_wifi_al_tx(const altx_args_t *args) in at_los_wifi_al_tx()
88 at_ret_t at_los_wifi_al_rx(const alrx_args_t *args) in at_los_wifi_al_rx()
111 at_ret_t at_los_wifi_ccpriv(const ccpriv_args_t *args) in at_los_wifi_ccpriv()
137 at_ret_t at_los_wifi_set_arlog(const arlog_args_t *args) in at_los_wifi_set_arlog()
148 at_ret_t at_los_wifi_get_vap_info(const vapinfo_args_t *args) in at_los_wifi_get_vap_info()
159 at_ret_t at_los_wifi_get_usr_info(const usrinfo_args_t *args) in at_los_wifi_get_usr_info()
170 at_ret_t at_los_wifi_set_rate_power(const setrpwr_args_t *args) in at_los_wifi_set_rate_power()
181 at_ret_t at_los_wifi_cal_tone(const caltone_args_t *args) in at_los_wifi_cal_tone()
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/at/at_plt_cmd/at/
Dat_plt.c156 at_ret_t plt_nv_read(const nvread_args_t *args) in plt_nv_read()
187 STATIC uint32_t plt_nv_get_value(const nvwrite_args_t *args, uint8_t *value) in plt_nv_get_value()
206 at_ret_t plt_nv_write(const nvwrite_args_t *args) in plt_nv_write()
254 at_ret_t upg_ab_set_run_region(const absetrun_args_t *args) in upg_ab_set_run_region()
290 at_ret_t set_efuse_mac_addr(const efusemac_args_t *args) in set_efuse_mac_addr()
494 static td_u32 at_setup_factory_mode_switch(td_s32 argc, const factory_mode_args_t *args) in at_setup_factory_mode_switch()
541 at_ret_t at_factory_mode_switch(const factory_mode_args_t *args) in at_factory_mode_switch()
558 static td_u32 at_setup_loglevel_cmd(td_s32 argc, const loglevel_args_t *args) in at_setup_loglevel_cmd()
596 at_ret_t at_set_log_level(const loglevel_args_t *args) in at_set_log_level()
630 static td_u32 at_setup_sleepmode_cmd(td_s32 argc, const sleepmode_args_t *args) in at_setup_sleepmode_cmd()
[all …]
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
DRGA2_API.h20 #define DBG(format, args...) printk(KERN_DEBUG "%s: " format, DRIVER_NAME, ##args) argument
21 #define ERR(format, args...) printk(KERN_ERR "%s: " format, DRIVER_NAME, ##args) argument
22 #define WARNING(format, args...) printk(KERN_WARN "%s: " format, DRIVER_NAME, ##args) argument
23 #define INFO(format, args...) printk(KERN_INFO "%s: " format, DRIVER_NAME, ##args) argument
25 #define DBG(format, args...) argument
26 #define ERR(format, args...) argument
27 #define WARNING(format, args...) argument
28 #define INFO(format, args...) argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h52 #define V(fmt, args...) … argument
60 #define D(fmt, args...) … argument
66 #define I(fmt, args...) … argument
69 #define W(fmt, args...) … argument
72 #define E(fmt, args...) … argument
153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h36 #define V(fmt, args...) \ argument
49 #define D(fmt, args...) \ argument
60 #define I(fmt, args...) \ argument
68 #define W(fmt, args...) \ argument
76 #define E(fmt, args...) \ argument
164 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h53 #define V(fmt, args...) \ argument
66 #define D(fmt, args...) \ argument
77 #define I(fmt, args...) \ argument
85 #define W(fmt, args...) \ argument
93 #define E(fmt, args...) \ argument
181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/platform/rk/
Dcustom_log.h33 #define V(fmt, args...) … argument
41 #define D(fmt, args...) … argument
47 #define I(fmt, args...) … argument
50 #define W(fmt, args...) … argument
53 #define E(fmt, args...) … argument
134 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
Dcustom_log.h52 #define V(fmt, args...) … argument
60 #define D(fmt, args...) … argument
66 #define I(fmt, args...) … argument
69 #define W(fmt, args...) … argument
72 #define E(fmt, args...) … argument
153 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) … argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/platform/rk/
Dcustom_log.h53 #define V(fmt, args...) \ argument
66 #define D(fmt, args...) \ argument
77 #define I(fmt, args...) \ argument
85 #define W(fmt, args...) \ argument
93 #define E(fmt, args...) \ argument
181 #define SET_ERROR_AND_JUMP(msg_fmt, ret_var, err_code, label, args...) \ argument
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
Dmpp_debug.h64 #define mpp_debug_func(type, fmt, args...) \ argument
71 #define mpp_debug(type, fmt, args...) \ argument
94 #define mpp_err(fmt, args...) \ argument
97 #define mpp_dbg_link_flow(fmt, args...) \ argument
105 #define mpp_dbg_session(fmt, args...) \ argument
112 #define mpp_dbg_ccu(fmt, args...) \ argument
120 #define mpp_dbg_core(fmt, args...) \ argument
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
Dmpp_debug.h61 #define mpp_debug_func(type, fmt, args...) … argument
67 #define mpp_debug(type, fmt, args...) … argument
88 #define mpp_err(fmt, args...) pr_err("%s:%d: " fmt, __func__, __LINE__, ##args) argument
90 #define mpp_dbg_link_flow(fmt, args...) … argument
97 #define mpp_dbg_session(fmt, args...) … argument
104 #define mpp_dbg_ccu(fmt, args...) … argument
111 #define mpp_dbg_core(fmt, args...) … argument
/device/soc/hisilicon/ws63v100/sdk/include/middleware/utils/
Ddiag_log.h52 #define uapi_diag_error_log(id, fmt, args...) uapi_diag_error_logx(id, fmt, ##args) argument
71 #define uapi_diag_warning_log(id, fmt, args...) uapi_diag_warning_logx(id, fmt, ##args) argument
90 #define uapi_diag_info_log(id, fmt, args...) uapi_diag_info_logx(id, fmt, ##args) argument
109 #define uapi_diag_debug_log(id, fmt, args...) uapi_diag_debug_logx(id, fmt, ##args) argument
/device/soc/hisilicon/ws63v100/sdk/middleware/utils/dfx/log/
Dlog_printf.c265 static void compress_printf_store_in_flash(uint32_t log_addr, uint32_t log_header, va_list args) in compress_printf_store_in_flash()
322 va_list args; in compress_printf() local
338 va_list args; in compress_printf_btc_info0() local
347 va_list args; in compress_printf_btc_info1() local
356 va_list args; in compress_printf_btc_info2() local
365 va_list args; in compress_printf_btc_info3() local
374 va_list args; in compress_printf_btc_info4() local
383 va_list args; in compress_printf_btc_warn0() local
392 va_list args; in compress_printf_btc_warn1() local
401 va_list args; in compress_printf_btc_warn2() local
[all …]
/device/soc/rockchip/rk3588/kernel/scripts/
Dmkbootimg55 def get_recovery_dtbo_offset(args): argument
66 def write_header_v3(args): argument
84 def write_vendor_boot_header(args): argument
106 def write_header(args): argument
273 def write_data(args, pagesize): argument
284 def write_vendor_boot_data(args): argument

12345678910