Searched refs:_level (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_debug.h | 57 #define DBG_88E_LEVEL(_level, fmt, arg...) \ argument 59 if (_level <= GlobalDebugLevel) \
|
| /linux/arch/s390/include/asm/ |
| A D | debug.h | 247 #define debug_sprintf_event(_id, _level, _fmt, ...) \ argument 251 int __level = _level; \ 377 #define debug_sprintf_exception(_id, _level, _fmt, ...) \ argument 381 int __level = _level; \
|
| /linux/include/linux/ |
| A D | printk.h | 372 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument 374 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \ 387 .level = __builtin_constant_p(_level) ? (_level) : NULL, \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| A D | debug.h | 166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument 168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
|
| /linux/tools/power/x86/intel-speed-select/ |
| A D | isst-display.c | 589 int _level; in isst_pbf_display_information() local 591 _level = print_package_info(cpu, outf); in isst_pbf_display_information() 592 _isst_pbf_display_information(cpu, outf, level, pbf_info, _level + 1); in isst_pbf_display_information() 600 int _level; in isst_fact_display_information() local 602 _level = print_package_info(cpu, outf); in isst_fact_display_information() 604 fact_info, _level + 1); in isst_fact_display_information()
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| A 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/Documentation/filesystems/ext4/ |
| A D | super.rst | 106 - s\_minor\_rev\_level 122 - s\_rev\_level
|
Completed in 20 milliseconds