Searched refs:_compat (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/include/linux/mfd/ |
| 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-v6.6/include/linux/ |
| D | of_platform.h | 46 #define OF_DEV_AUXDATA(_compat,_phys,_name,_pdata) \ argument 47 { .compatible = _compat, .phys_addr = _phys, .name = _name, \
|
| /Linux-v6.6/tools/perf/arch/x86/entry/syscalls/ |
| D | syscalltbl.sh | 27 while read nr _abi name entry _compat; do
|
| /Linux-v6.6/Documentation/userspace-api/media/v4l/ |
| D | compat.rst | 3 .. _compat:
|
| /Linux-v6.6/net/ |
| D | socket.c | 2425 #define COMPAT_MSG(msg, member) ((MSG_CMSG_COMPAT & flags) ? &msg##_compat->member : &msg->member)
|