| /linux/include/linux/ |
| H A D | cleanup.h | 400 #define DEFINE_GUARD_COND_4(_name, _ext, _lock, _cond) \ 401 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 402 EXTEND_CLASS(_name, _ext, \ 405 static __always_inline void * class_##_name##_ext##_lock_ptr(class_##_name##_t *_T) \ 407 static __always_inline int class_##_name##_ext##_lock_err(class_##_name##_t *_T) \ 413 #define DEFINE_GUARD_COND_3(_name, _ext, _lock) \ 414 DEFINE_GUARD_COND_4(_name, _ext, _lock, _RET) 566 #define DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _cond) \ 567 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 568 EXTEND_CLASS(_name, _ext, \ 395 DEFINE_GUARD_COND_4(_name,_ext,_lock,_cond) global() argument 408 DEFINE_GUARD_COND_3(_name,_ext,_lock) global() argument 516 DEFINE_LOCK_GUARD_1_COND_4(_name,_ext,_lock,_cond) global() argument 529 DEFINE_LOCK_GUARD_1_COND_3(_name,_ext,_lock) global() argument [all...] |
| H A D | tracepoint.h | 326 #define __DEFINE_TRACE_EXT(_name, _ext, proto, args) \ argument 341 .ext = _ext, \
|
| /linux/drivers/iio/adc/ |
| H A D | xilinx-xadc-core.c | 1077 #define XADC_CHAN_VOLTAGE(_chan, _scan_index, _addr, _bits, _ext, _alarm) { \ argument 1095 .extend_name = _ext, \ 1101 #define XADC_7S_CHAN_VOLTAGE(_chan, _scan_index, _addr, _ext, _alarm) \ argument 1102 XADC_CHAN_VOLTAGE(_chan, _scan_index, _addr, 12, _ext, _alarm) 1136 #define XADC_US_CHAN_VOLTAGE(_chan, _scan_index, _addr, _ext, _alarm) \ argument 1137 XADC_CHAN_VOLTAGE(_chan, _scan_index, _addr, 10, _ext, _alarm)
|
| /linux/drivers/perf/hisilicon/ |
| H A D | hisi_uncore_l3c_pmu.c | 89 #define L3C_CNTR_EXT_L(_ext) (((_ext) + 1) * L3C_NR_COUNTERS) argument 90 #define L3C_CNTR_EXT_H(_ext) (((_ext) + 2) * L3C_NR_COUNTERS) argument
|
| /linux/Documentation/translations/zh_CN/driver-api/phy/ |
| H A D | phy.rst | 140 [phy_set_mode[_ext]()]
|
| /linux/sound/soc/sof/ |
| H A D | ipc4-control.c | 795 #define PARAM_ID_FROM_EXTENSION(_ext) (((_ext) & SOF_IPC4_MOD_EXT_MSG_PARAM_ID_MASK) \ in sof_ipc4_widget_kcontrol_setup() 661 PARAM_ID_FROM_EXTENSION(_ext) global() argument
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 116 Ip_u2u1msbu3(_ext);
|
| /linux/Documentation/driver-api/phy/ |
| H A D | phy.rst | 146 [phy_set_mode[_ext]()]
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 317 I_u2u1msbdu3(_ext)
|