Searched refs:_ext (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | cleanup.h | 382 #define DEFINE_GUARD_COND_4(_name, _ext, _lock, _cond) \ argument 383 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 384 EXTEND_CLASS(_name, _ext, \ 387 static inline void * class_##_name##_ext##_lock_ptr(class_##_name##_t *_T) \ 389 static inline int class_##_name##_ext##_lock_err(class_##_name##_t *_T) \ 395 #define DEFINE_GUARD_COND_3(_name, _ext, _lock) \ argument 396 DEFINE_GUARD_COND_4(_name, _ext, _lock, _RET) 503 #define DEFINE_LOCK_GUARD_1_COND_4(_name, _ext, _lock, _cond) \ argument 504 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 505 EXTEND_CLASS(_name, _ext, \ [all …]
|
| H A D | tracepoint.h | 314 #define __DEFINE_TRACE_EXT(_name, _ext, proto, args) \ argument 329 .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 | 661 #define PARAM_ID_FROM_EXTENSION(_ext) (((_ext) & SOF_IPC4_MOD_EXT_MSG_PARAM_ID_MASK) \ argument
|
| /linux/arch/mips/include/asm/ |
| H A D | uasm.h | 116 Ip_u2u1msbu3(_ext);
|
| /linux/arch/mips/mm/ |
| H A D | uasm.c | 317 I_u2u1msbdu3(_ext)
|
| /linux/Documentation/driver-api/phy/ |
| H A D | phy.rst | 146 [phy_set_mode[_ext]()]
|