Home
last modified time | relevance | path

Searched refs:func_name (Results 1 – 25 of 55) sorted by relevance

123

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_debug.c71 const u8 *file_name, u32 line_num, const u8 *func_name) in rt_alloc_dbg_buf() argument
92 name_size = (_os_strlen((u8 *)func_name) > DEBUG_MAX_NAME_LEN) ? in rt_alloc_dbg_buf()
93 DEBUG_MAX_NAME_LEN : _os_strlen((u8 *)func_name); in rt_alloc_dbg_buf()
94 _os_mem_cpy(phl_to_drvpriv(phl_info), dbg_buf->func_name, (u8 *)func_name, name_size); in rt_alloc_dbg_buf()
105 dbg_buf->line_num, dbg_buf->func_name); in rt_alloc_dbg_buf()
115 const u8 *file_name, u32 line_num, const u8 *func_name) in rt_free_dbg_buf() argument
139 line_num, func_name); in rt_free_dbg_buf()
185 dbg_buf->func_name); in rt_mem_dbg_deinit()
H A Dphl_debug.h70 u8 func_name[DEBUG_MAX_NAME_LEN]; member
144 const u8 *file_name, u32 line_num, const u8 *func_name);
146 const u8 *file_name, u32 line_num, const u8 *func_name);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_debug.c71 const u8 *file_name, u32 line_num, const u8 *func_name) in rt_alloc_dbg_buf() argument
92 name_size = (_os_strlen((u8 *)func_name) > DEBUG_MAX_NAME_LEN) ? in rt_alloc_dbg_buf()
93 DEBUG_MAX_NAME_LEN : _os_strlen((u8 *)func_name); in rt_alloc_dbg_buf()
94 _os_mem_cpy(phl_to_drvpriv(phl_info), dbg_buf->func_name, (u8 *)func_name, name_size); in rt_alloc_dbg_buf()
105 dbg_buf->line_num, dbg_buf->func_name); in rt_alloc_dbg_buf()
115 const u8 *file_name, u32 line_num, const u8 *func_name) in rt_free_dbg_buf() argument
139 line_num, func_name); in rt_free_dbg_buf()
185 dbg_buf->func_name); in rt_mem_dbg_deinit()
H A Dphl_debug.h70 u8 func_name[DEBUG_MAX_NAME_LEN]; member
144 const u8 *file_name, u32 line_num, const u8 *func_name);
146 const u8 *file_name, u32 line_num, const u8 *func_name);
/OK3568_Linux_fs/kernel/samples/kprobes/
H A Dkretprobe_example.c29 static char func_name[NAME_MAX] = "kernel_clone"; variable
30 module_param_string(func, func_name, NAME_MAX, S_IRUGO);
68 func_name, retval, (long long)delta); in ret_handler()
85 my_kretprobe.kp.symbol_name = func_name; in kretprobe_init()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c331 char *func_name; in trace_selftest_startup_dynamic_tracing() local
349 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); in trace_selftest_startup_dynamic_tracing()
352 ftrace_set_global_filter(func_name, strlen(func_name), 1); in trace_selftest_startup_dynamic_tracing()
462 char *func_name; in trace_selftest_function_recursion() local
475 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); in trace_selftest_function_recursion()
476 len = strlen(func_name); in trace_selftest_function_recursion()
478 ret = ftrace_set_filter(&test_rec_probe, func_name, len, 1); in trace_selftest_function_recursion()
511 ret = ftrace_set_filter(&test_recsafe_probe, func_name, len, 1); in trace_selftest_function_recursion()
571 char *func_name; in trace_selftest_function_regs() local
589 func_name = "*" __stringify(DYN_FTRACE_TEST_NAME); in trace_selftest_function_regs()
[all …]
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dtrace.h527 const char *func_name,
529 TP_ARGS(xid, func_name, rc),
532 __field(const char *, func_name)
537 __entry->func_name = func_name;
541 __entry->func_name, __entry->xid, __entry->rc)
547 const char *func_name, \
549 TP_ARGS(xid, func_name, rc))
582 const char *func_name),
583 TP_ARGS(xid, func_name),
586 __field(const char *, func_name)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/cuda/
H A Dvec_math.hpp184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument
185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \
189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \
193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \
197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \
756 #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \ argument
757 …__device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, const input_type …
761 …__device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a, const input_type …
765 …__device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a, const input_type …
769 …__device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a, const input_type …
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/cuda/
H A Dvec_math.hpp184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument
185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \
189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \
193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \
197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \
756 #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \ argument
757 …__device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, const input_type …
761 …__device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a, const input_type …
765 …__device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a, const input_type …
769 …__device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a, const input_type …
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/cuda/
H A Dvec_math.hpp184 #define CV_CUDEV_IMPLEMENT_VEC_UNARY_FUNC(func_name, func, input_type, output_type) \ argument
185 __device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a) \
189 __device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a) \
193 __device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a) \
197 __device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a) \
756 #define CV_CUDEV_IMPLEMENT_VEC_BINARY_FUNC(func_name, func, input_type, output_type) \ argument
757 …__device__ __forceinline__ output_type ## 1 func_name(const input_type ## 1 & a, const input_type …
761 …__device__ __forceinline__ output_type ## 2 func_name(const input_type ## 2 & a, const input_type …
765 …__device__ __forceinline__ output_type ## 3 func_name(const input_type ## 3 & a, const input_type …
769 …__device__ __forceinline__ output_type ## 4 func_name(const input_type ## 4 & a, const input_type …
[all …]
/OK3568_Linux_fs/kernel/tools/perf/jvmti/
H A Dlibjvmti.c242 char *func_name = NULL; in compiled_method_load_cb() local
287 ret = (*jvmti)->GetMethodName(jvmti, method, &func_name, in compiled_method_load_cb()
301 len = strlen(func_name) + strlen(class_sign) + strlen(func_sign) + 2; in compiled_method_load_cb()
304 snprintf(str, len, "%s%s%s", class_sign, func_name, func_sign); in compiled_method_load_cb()
310 (*jvmti)->Deallocate(jvmti, (unsigned char *)func_name); in compiled_method_load_cb()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py154 def __init__(self, filename, lineno, func_name, body, python, fakeroot): argument
156 self.func_name = func_name
163 funcname = self.func_name
164 if self.func_name == "__anonymous":
295 def handleMethod(statements, filename, lineno, func_name, body, python, fakeroot): argument
296 statements.append(MethodNode(filename, lineno, func_name, body, python, fakeroot))
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox_i.h335 #define LSX_DLENTRY_TO_PTR__(unused, func_return, func_name, func_args, static_func, stub_func, fun… argument
338 #define LSX_DLENTRIES_TO_FUNCTIONS__(unused, func_return, func_name, func_args, static_func, stub_f… argument
339 func_return func_name func_args;
353 #define LSX_DLLIBRARY_OPEN1__(unused, func_return, func_name, func_args, static_func, stub_func, fu… argument
354 { #func_name, (lsx_dlptr)(static_func), (lsx_dlptr)(stub_func) },
356 #define LSX_DLLIBRARY_OPEN2__(ptr_container, func_return, func_name, func_args, static_func, stub_f… argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h61 const char *func_name);
77 const char *func_name) in dm_write_reg_func() argument
162 const char *func_name, int line);
H A Ddc_helper.c302 const char *func_name) in dm_read_reg_func() argument
478 const char *func_name, int line) in generic_reg_wait() argument
516 func_name, line); in generic_reg_wait()
523 func_name, line); in generic_reg_wait()
/OK3568_Linux_fs/buildroot/package/php-zmq/
H A D0001-updates-for-php7.4-and-php8.0.patch164 char *func_name = php_zmq_printable_func(&cb->fci, &cb->fci_cache);
165 …device_exception_sc_entry_get (), 0 TSRMLS_CC, "Failed to invoke device callback %s()", func_name);
166 …x(php_zmq_device_exception_sc_entry_get (), 0, "Failed to invoke device callback %s()", func_name);
168 efree(func_name);
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_host.h503 #define DEF_SCSI_QCMD(func_name) \ argument
504 int func_name(struct Scsi_Host *shost, struct scsi_cmnd *cmd) \
509 rc = func_name##_lck (cmd, cmd->scsi_done); \
/OK3568_Linux_fs/external/mpp/mpp/base/
H A Dmpp_dec_cfg.cpp316 #define ENC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument
317 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type val) \
340 #define ENC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument
341 MPP_RET func_name(MppDecCfg cfg, const char *name, in_type *val) \
H A Dmpp_enc_cfg.cpp457 #define ENC_CFG_SET_ACCESS(func_name, in_type, cfg_type) \ argument
458 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type val) \
481 #define ENC_CFG_GET_ACCESS(func_name, in_type, cfg_type) \ argument
482 MPP_RET func_name(MppEncCfg cfg, const char *name, in_type *val) \
/OK3568_Linux_fs/kernel/kernel/events/
H A Dinternal.h161 #define DEFINE_OUTPUT_COPY(func_name, memcpy_func) \ argument
163 func_name(struct perf_output_handle *handle, \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_services.c46 void dm_perf_trace_timestamp(const char *func_name, unsigned int line) in dm_perf_trace_timestamp() argument
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0001-fix-boolean-value-with-json-c-0.14.patch22 @@ -82,7 +82,7 @@ static out_type func_name(struct dmmp_context *ctx, const char *var_name) { \
/OK3568_Linux_fs/kernel/drivers/pinctrl/
H A Dpinctrl-rk628.c1213 const char *func_name; in rk628_pinctrl_create_functions() local
1225 "function", &func_name)) { in rk628_pinctrl_create_functions()
1226 if (!strncmp("gpio", func_name, 4)) in rk628_pinctrl_create_functions()
1230 __func__, func_cnt, func_name); in rk628_pinctrl_create_functions()
1254 "function", &func_name)) { in rk628_pinctrl_create_functions()
1255 if (!strncmp("gpio", func_name, 4)) in rk628_pinctrl_create_functions()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dacc_prof.h112 const char *func_name; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dacc_prof.h112 const char *func_name; member

123