Searched refs:_level (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.10/drivers/staging/rtl8188eu/include/ |
| D | rtw_debug.h | 61 #define DBG_88E_LEVEL(_level, fmt, arg...) \ argument 63 if (_level <= GlobalDebugLevel) \ 79 #define RT_TRACE(_comp, _level, fmt) \ argument 81 if (_level <= GlobalDebugLevel) { \ 83 (unsigned int)_comp, _level); \ 88 #define RT_PRINT_DATA(_comp, _level, _titlestring, _hexdata, _hexdatalen)\ argument 90 if (_level <= GlobalDebugLevel) { \
|
| /Linux-v5.10/arch/s390/include/asm/ |
| D | debug.h | 246 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 250 int __level = _level; \ 376 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 380 int __level = _level; \
|
| /Linux-v5.10/drivers/net/wireless/realtek/rtlwifi/ |
| D | debug.h | 166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument 168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
|
| /Linux-v5.10/tools/power/x86/intel-speed-select/ |
| D | isst-display.c | 581 int _level; in isst_pbf_display_information() local 583 _level = print_package_info(cpu, outf); in isst_pbf_display_information() 584 _isst_pbf_display_information(cpu, outf, level, pbf_info, _level + 1); in isst_pbf_display_information() 592 int _level; in isst_fact_display_information() local 594 _level = print_package_info(cpu, outf); in isst_fact_display_information() 596 fact_info, _level + 1); in isst_fact_display_information()
|
| /Linux-v5.10/drivers/net/wireless/ath/ath5k/ |
| D | ath5k.h | 87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument 88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__) 90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument 93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
|
| /Linux-v5.10/Documentation/filesystems/ext4/ |
| D | super.rst | 106 - s\_minor\_rev\_level 122 - s\_rev\_level
|