Searched refs:_compat (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/mfd/ |
A D | core.h | 17 #define MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, _use_of_reg, _match) \ argument 24 .of_compatible = (_compat), \ 31 #define MFD_CELL_OF_REG(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg) \ argument 32 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, _of_reg, true, NULL) 34 #define MFD_CELL_OF(_name, _res, _pdata, _pdsize, _id, _compat) \ argument 35 MFD_CELL_ALL(_name, _res, _pdata, _pdsize, _id, _compat, 0, false, NULL)
|
/linux/include/linux/ |
A D | of_platform.h | 45 #define OF_DEV_AUXDATA(_compat,_phys,_name,_pdata) \ argument 46 { .compatible = _compat, .phys_addr = _phys, .name = _name, \
|
/linux/Documentation/userspace-api/media/v4l/ |
A D | compat.rst | 3 .. _compat:
|
/linux/Documentation/filesystems/ext4/ |
A D | super.rst | 159 - s\_feature\_compat 171 - s\_feature\_ro\_compat
|
A D | journal.rst | 218 - s\_feature\_compat; 226 - s\_feature\_ro\_compat
|
/linux/net/ |
A D | socket.c | 2274 #define COMPAT_MSG(msg, member) ((MSG_CMSG_COMPAT & flags) ? &msg##_compat->member : &msg->member)
|
Completed in 16 milliseconds