| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_kernel_common.h | 111 #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 …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 51 def get(self, request, *args, **kwargs): 76 def post(self, request, *args, **kwargs): 142 def get(self, request, *args, **kwargs): 145 def post(self, request, *args, **kwargs): 185 def get(self, request, *args, **kwargs): 188 def post(self, request, *args, **kwargs): 270 def get(self, request, *args, **kwargs): 316 def post(self, request, *args, **kwargs): 381 def put(self, request, *args, **kwargs): 476 def delete(self, request, *args, **kwargs): [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tracepoint.h | 107 #define PARAMS(args...) args argument 147 #define TP_PROTO(args...) args argument 148 #define TP_ARGS(args...) args argument 149 #define TP_CONDITION(args...) args argument 179 #define __DO_TRACE(name, proto, args, cond, rcuidle) \ argument 219 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) \ argument 229 #define __DECLARE_TRACE_RCU(name, proto, args, cond, data_proto, data_args) argument 244 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 297 #define DEFINE_TRACE_FN(_name, _reg, _unreg, proto, args) \ argument 331 #define DEFINE_TRACE(name, proto, args) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_common.h | 23 #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 …]
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxlog.c | 78 va_list args; in ErrorF() local 91 VFatalError(const char *format, va_list args) in VFatalError() 101 VErrorF(const char *format, va_list args) in VErrorF() 113 VFatalError(const char *format, va_list args) in VFatalError() 172 dmxMessage(dmxLogLevel logLevel, const char *format, va_list args) in dmxMessage() 187 va_list args; in dmxLog() local 199 va_list args; in dmxLogCont() local 213 va_list args; in dmxLogOutput() local 226 va_list args; in dmxLogOutputCont() local 239 va_list args; in dmxLogOutputWarning() local [all …]
|
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | daemon.c | 219 char *data, *args, *cp; in cachefiles_daemon_write() local 313 char *args) in cachefiles_daemon_range_error() 324 static int cachefiles_daemon_frun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_frun() 348 static int cachefiles_daemon_fcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fcull() 372 static int cachefiles_daemon_fstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_fstop() 396 static int cachefiles_daemon_brun(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_brun() 420 static int cachefiles_daemon_bcull(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bcull() 444 static int cachefiles_daemon_bstop(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_bstop() 468 static int cachefiles_daemon_dir(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_dir() 496 static int cachefiles_daemon_secctx(struct cachefiles_cache *cache, char *args) in cachefiles_daemon_secctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_chardev.c | 160 struct kfd_ioctl_get_version_args *args = data; in kfd_ioctl_get_version() local 169 struct kfd_ioctl_create_queue_args *args) in set_queue_properties_from_user() 277 struct kfd_ioctl_create_queue_args *args = data; in kfd_ioctl_create_queue() local 354 struct kfd_ioctl_destroy_queue_args *args = data; in kfd_ioctl_destroy_queue() local 372 struct kfd_ioctl_update_queue_args *args = data; in kfd_ioctl_update_queue() local 419 struct kfd_ioctl_set_cu_mask_args *args = data; in kfd_ioctl_set_cu_mask() local 472 struct kfd_ioctl_get_queue_wave_state_args *args = data; in kfd_ioctl_get_queue_wave_state() local 490 struct kfd_ioctl_set_memory_policy_args *args = data; in kfd_ioctl_set_memory_policy() local 542 struct kfd_ioctl_set_trap_handler_args *args = data; in kfd_ioctl_set_trap_handler() local 574 struct kfd_ioctl_dbg_register_args *args = data; in kfd_ioctl_dbg_register() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | si476x-cmd.c | 259 const u8 args[], in si476x_core_send_command() 350 struct si476x_rsq_status_args args = { in si476x_cmd_clear_stc() local 374 const uint8_t args[], size_t argn, in si476x_cmd_tune_seek_freq() 439 const u8 args[CMD_SET_PROPERTY_NARGS] = { in si476x_core_cmd_set_property() local 466 const u8 args[CMD_GET_PROPERTY_NARGS] = { in si476x_core_cmd_get_property() local 527 const u8 args[CMD_DIG_AUDIO_PIN_CFG_NARGS] = { in si476x_core_cmd_dig_audio_pin_cfg() local 576 const u8 args[CMD_ZIF_PIN_CFG_NARGS] = { in si476x_core_cmd_zif_pin_cfg() local 633 const u8 args[CMD_IC_LINK_GPO_CTL_PIN_CFG_NARGS] = { in si476x_core_cmd_ic_link_gpo_ctl_pin_cfg() local 664 const u8 args[CMD_ANA_AUDIO_PIN_CFG_NARGS] = { in si476x_core_cmd_ana_audio_pin_cfg() local 699 const u8 args[CMD_INTB_PIN_CFG_NARGS] = { in si476x_core_cmd_intb_pin_cfg_a10() local [all …]
|
| /OK3568_Linux_fs/kernel/include/trace/ |
| H A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 40 #define TRACE_EVENT_FN(name, proto, args, tstruct, \ argument 45 #define TRACE_EVENT_FN_COND(name, proto, args, cond, tstruct, \ argument 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 53 #define DEFINE_EVENT_NOP(template, name, proto, args) argument 56 #define DEFINE_EVENT(template, name, proto, args) \ argument 60 #define DEFINE_EVENT_FN(template, name, proto, args, reg, unreg) \ argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 68 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/hal/phydm/ |
| H A D | phydm_debug.h | 92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 148 va_list args; in PHYDM_DBG() local 176 va_list args; in PHYDM_DBG_F() local 217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.h | 94 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 100 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 107 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 150 va_list args; in PHYDM_DBG() local 178 va_list args; in PHYDM_DBG_F() local 219 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/phydm/ |
| H A D | phydm_debug.h | 94 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 96 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 100 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 101 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 107 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 117 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 125 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 150 va_list args; in PHYDM_DBG() local 178 va_list args; in PHYDM_DBG_F() local 219 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/hal/phydm/ |
| H A D | phydm_debug.h | 92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 148 va_list args; in PHYDM_DBG() local 176 va_list args; in PHYDM_DBG_F() local 217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/hal/phydm/ |
| H A D | phydm_debug.h | 92 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 94 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 98 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 99 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 105 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 115 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 123 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 148 va_list args; in PHYDM_DBG() local 176 va_list args; in PHYDM_DBG_F() local 217 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/ |
| H A D | phydm_debug.h | 93 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 99 #define pr_debug(fmt, args...) RTW_PRINT_MSG(fmt, ## args) argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 106 #define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args) argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 149 va_list args; in PHYDM_DBG() local 177 va_list args; in PHYDM_DBG_F() local 218 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/ |
| H A D | habanalabs_ioctl.c | 27 static int device_status_info(struct hl_device *hdev, struct hl_info_args *args) in device_status_info() 42 static int hw_ip_info(struct hl_device *hdev, struct hl_info_args *args) in hw_ip_info() 87 struct hl_info_args *args) in hw_events_info() 101 static int dram_usage_info(struct hl_fpriv *hpriv, struct hl_info_args *args) in dram_usage_info() 125 static int hw_idle(struct hl_device *hdev, struct hl_info_args *args) in hw_idle() 143 static int debug_coresight(struct hl_device *hdev, struct hl_debug_args *args) in debug_coresight() 208 static int device_utilization(struct hl_device *hdev, struct hl_info_args *args) in device_utilization() 231 static int get_clk_rate(struct hl_device *hdev, struct hl_info_args *args) in get_clk_rate() 250 static int get_reset_count(struct hl_device *hdev, struct hl_info_args *args) in get_reset_count() 266 static int time_sync_info(struct hl_device *hdev, struct hl_info_args *args) in time_sync_info() [all …]
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | callback_proc.c | 26 struct cb_getattrargs *args = argp; in nfs4_callback_getattr() local 76 struct cb_recallargs *args = argp; in nfs4_callback_recall() local 240 struct cb_layoutrecallargs *args) in initiate_file_draining() 310 struct cb_layoutrecallargs *args) in initiate_bulk_draining() 324 struct cb_layoutrecallargs *args) in do_callback_layoutrecall() 334 struct cb_layoutrecallargs *args = argp; in nfs4_callback_layoutrecall() local 344 struct cb_layoutrecallargs args; in pnfs_recall_all_layouts() local 356 struct cb_devicenotifyargs *args = argp; in nfs4_callback_devicenotify() local 398 const struct cb_sequenceargs * args) in validate_seqid() 486 struct cb_sequenceargs *args = argp; in nfs4_callback_sequence() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/libertas/ |
| H A D | defs.h | 51 #define LBS_DEB_LL(grp, grpnam, fmt, args...) \ argument 55 #define LBS_DEB_LL(grp, grpnam, fmt, args...) do {} while (0) argument 58 #define lbs_deb_main(fmt, args...) LBS_DEB_LL(LBS_DEB_MAIN, " main", fmt, ##args) argument 59 #define lbs_deb_net(fmt, args...) LBS_DEB_LL(LBS_DEB_NET, " net", fmt, ##args) argument 60 #define lbs_deb_mesh(fmt, args...) LBS_DEB_LL(LBS_DEB_MESH, " mesh", fmt, ##args) argument 61 #define lbs_deb_wext(fmt, args...) LBS_DEB_LL(LBS_DEB_WEXT, " wext", fmt, ##args) argument 62 #define lbs_deb_ioctl(fmt, args...) LBS_DEB_LL(LBS_DEB_IOCTL, " ioctl", fmt, ##args) argument 63 #define lbs_deb_scan(fmt, args...) LBS_DEB_LL(LBS_DEB_SCAN, " scan", fmt, ##args) argument 64 #define lbs_deb_assoc(fmt, args...) LBS_DEB_LL(LBS_DEB_ASSOC, " assoc", fmt, ##args) argument 65 #define lbs_deb_join(fmt, args...) LBS_DEB_LL(LBS_DEB_JOIN, " join", fmt, ##args) argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/libfc/ |
| H A D | fc_libfc.h | 30 #define FC_LIBFC_DBG(fmt, args...) \ argument 34 #define FC_LPORT_DBG(lport, fmt, args...) \ argument 40 #define FC_DISC_DBG(disc, fmt, args...) \ argument 46 #define FC_RPORT_ID_DBG(lport, port_id, fmt, args...) \ argument 52 #define FC_RPORT_DBG(rdata, fmt, args...) \ argument 55 #define FC_FCP_DBG(pkt, fmt, args...) \ argument 73 #define FC_EXCH_DBG(exch, fmt, args...) \ argument 79 #define FC_SCSI_DBG(lport, fmt, args...) \ argument
|