Searched refs:debug_print (Results 1 – 7 of 7) sorted by relevance
| /linux/tools/testing/selftests/sparc64/drivers/ |
| H A D | adi-test.c | 30 #define DEBUG_PRINT_L1(...) debug_print(DEBUG_LEVEL_1_BIT, __VA_ARGS__) 31 #define DEBUG_PRINT_L2(...) debug_print(DEBUG_LEVEL_2_BIT, __VA_ARGS__) 32 #define DEBUG_PRINT_L3(...) debug_print(DEBUG_LEVEL_3_BIT, __VA_ARGS__) 33 #define DEBUG_PRINT_L4(...) debug_print(DEBUG_LEVEL_4_BIT, __VA_ARGS__) 34 #define DEBUG_PRINT_T(...) debug_print(DEBUG_TIMING_BIT, __VA_ARGS__) 36 static void debug_print(int level, const char *s, ...) in debug_print() function
|
| /linux/tools/docs/ |
| H A D | parse-headers.py | 55 parser.debug_print()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 397 def debug_print(self): 385 def debug_print(self): global() member in ParseDataStructs
|
| /linux/drivers/android/binder/ |
| H A D | freeze.rs | 150 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| H A D | thread.rs | 465 pub(crate) fn debug_print(self: &Arc<Self>, m: &SeqFile, print_all: bool) -> Result<()> { in debug_print() method 493 work.debug_print(m, " ", " pending transaction ")?; in debug_print() 1610 fn debug_print(&self, m: &SeqFile, prefix: &str, _tprefix: &str) -> Result<()> { in debug_print() method
|
| /linux/drivers/android/binder/range_alloc/ |
| H A D | tree.rs | 114 pub(crate) fn debug_print(&self, m: &SeqFile) -> Result<()> { in debug_print() method
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css.c | 1345 sh_css_printf = env->print_env.debug_print; in ia_css_init()
|