Searched refs:_compat (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | of_platform.h | 48 #define OF_DEV_AUXDATA(_compat,_phys,_name,_pdata) \ argument 49 { .compatible = _compat, .phys_addr = _phys, .name = _name, \
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | compat.rst | 4 .. _compat:
|
| /linux/drivers/irqchip/ |
| H A D | irq-aspeed-scu-ic.c | 31 #define SCU_VARIANT(_compat, _shift, _enable, _num, _ier, _isr) { \ argument 32 .compatible = _compat, \
|
| /linux/net/ |
| H A D | socket.c | 2581 #define COMPAT_MSG(msg, member) ((MSG_CMSG_COMPAT & flags) ? &msg##_compat->member : &msg->member)
|