Home
last modified time | relevance | path

Searched defs:funcname (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/
H A Dtests-common.c10 run_test_in_child(int (*func)(void), const char *funcname) in run_test_in_child()
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_paula.c189 #define GENERATE_AMI_CT8(funcname, convsample) \ argument
240 #define GENERATE_AMI_CT_16(funcname, convsample) \ argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsrcline.c85 const char *funcname) in new_inline_sym()
136 const char *funcname; member
457 char *funcname = NULL; in addr2inlines() local
/OK3568_Linux_fs/u-boot/common/
H A Dbedbug.c88 char funcname[128] = { 0 }; in disppc() local
727 int print_source_line (char *filename, char *funcname, in print_source_line() argument
/OK3568_Linux_fs/yocto/poky/scripts/lib/recipetool/
H A Dcreate.py235 def genfunction(outlines, funcname, content, python=False, forcespace=False): argument
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py298 def handlePythonMethod(statements, filename, lineno, funcname, modulename, body): argument
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c165 static efi_status_t efi_unsupported(const char *funcname) in efi_unsupported()
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DQMIThread.c589 …adSendQMITimeout(PQCQMIMSG pRequest, PQCQMIMSG *ppResponse, unsigned msecs, const char *funcname) { in QmiThreadSendQMITimeout()