Home
last modified time | relevance | path

Searched refs:_pfx (Results 1 – 2 of 2) sorted by relevance

/include/linux/
A Dconfigfs.h128 .show = _pfx##_name##_show, \
129 .store = _pfx##_name##_store, \
133 _pfx, _name, S_IRUGO | S_IWUSR \
136 #define CONFIGFS_ATTR_RO(_pfx, _name) \ argument
141 .show = _pfx##_name##_show, \
144 #define CONFIGFS_ATTR_WO(_pfx, _name) \ argument
149 .store = _pfx##_name##_store, \
172 .read = _pfx##_name##_read, \
173 .write = _pfx##_name##_write, \
185 .read = _pfx##_name##_read, \
[all …]
A Dbitfield.h63 #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"); \
71 _pfx "value too large for the field"); \
74 _pfx "type of reg too small for mask"); \

Completed in 4 milliseconds