Searched refs:_pfx (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | configfs.h | 123 #define CONFIGFS_ATTR(_pfx, _name) \ argument 128 .show = _pfx##_name##_show, \ 129 .store = _pfx##_name##_store, \ 132 #define CONFIGFS_ATTR_RO(_pfx, _name) \ argument 137 .show = _pfx##_name##_show, \ 140 #define CONFIGFS_ATTR_WO(_pfx, _name) \ argument 145 .store = _pfx##_name##_store, \ 168 .read = _pfx##_name##_read, \ 169 .write = _pfx##_name##_write, \ 181 .read = _pfx##_name##_read, \ [all …]
|
A D | bitfield.h | 63 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 66 _pfx "mask is not constant"); \ 67 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \ 70 _pfx "value too large for the field"); \ 73 _pfx "type of reg too small for mask"); \
|
/linux-6.3-rc2/tools/include/linux/ |
A D | bitfield.h | 60 #define __BF_FIELD_CHECK(_mask, _reg, _val, _pfx) \ argument 63 _pfx "mask is not constant"); \ 64 BUILD_BUG_ON_MSG((_mask) == 0, _pfx "mask is zero"); \ 67 _pfx "value too large for the field"); \ 70 _pfx "type of reg too small for mask"); \
|
Completed in 6 milliseconds