Searched refs:debug_opt (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_fsm.c | 1928 struct fsm_debug_ent debug_opt[] = { variable 1963 max_opt = sizeof(debug_opt)/sizeof(debug_opt[0]); in _fsm_dbg_help() 1966 debug_opt[i].opt, debug_opt[i].desc); in _fsm_dbg_help() 2109 max_opt = sizeof(debug_opt)/sizeof(debug_opt)[0]; in phl_fsm_dbg() 2111 if (_os_strlen((u8 *)debug_opt[i].opt) == \ in phl_fsm_dbg() 2113 _os_mem_cmp(d, debug_opt[i].opt, opt, in phl_fsm_dbg() 2118 debug_opt[i].func(fsm, ptr, &len, true); in phl_fsm_dbg()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_fsm.c | 1928 struct fsm_debug_ent debug_opt[] = { variable 1963 max_opt = sizeof(debug_opt)/sizeof(debug_opt[0]); in _fsm_dbg_help() 1966 debug_opt[i].opt, debug_opt[i].desc); in _fsm_dbg_help() 2109 max_opt = sizeof(debug_opt)/sizeof(debug_opt)[0]; in phl_fsm_dbg() 2111 if (_os_strlen((u8 *)debug_opt[i].opt) == \ in phl_fsm_dbg() 2113 _os_mem_cmp(d, debug_opt[i].opt, opt, in phl_fsm_dbg() 2118 debug_opt[i].func(fsm, ptr, &len, true); in phl_fsm_dbg()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | asn1_compiler.c | 312 static bool debug_opt; variable 315 #define debug(fmt, ...) do { if (debug_opt) printf(fmt, ## __VA_ARGS__); } while (0) 577 debug_opt = true; in main() 1252 if (debug_opt) in dump_elements()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ltmain.sh | 5774 static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug";
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0009-Use-libtool-2.4.patch | 18821 +static const char *debug_opt = LTWRAPPER_OPTION_PREFIX "debug"; 18846 + if (strcmp (argv[i], debug_opt) == 0)
|