Searched refs:_ext (Results 1 – 8 of 8) sorted by relevance
/linux/include/linux/ |
H A D | cleanup.h | 300 #define DEFINE_GUARD_COND(_name, _ext, _condlock) \ argument 301 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 302 EXTEND_CLASS(_name, _ext, \ 305 static inline void * class_##_name##_ext##_lock_ptr(class_##_name##_t *_T) \ 411 #define DEFINE_LOCK_GUARD_1_COND(_name, _ext, _condlock) \ argument 412 __DEFINE_CLASS_IS_CONDITIONAL(_name##_ext, true); \ 413 EXTEND_CLASS(_name, _ext, \ 418 static inline void * class_##_name##_ext##_lock_ptr(class_##_name##_t *_T) \
|
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/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 | 652 #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]()]
|