Lines Matching defs:h
10 #include <common/ep_info.h>
14 #include <cdefs.h>
15 #include <stdint.h>
46 param_header_t h;
60 .h.type = (uint8_t)PARAM_PSCI_LIB_ARGS, \
61 .h.version = (uint8_t)VERSION_1, \
62 .h.size = (uint16_t)sizeof(_name), \
63 .h.attr = 0U, \
69 && ((_p)->h.type == PARAM_PSCI_LIB_ARGS) \
70 && ((_p)->h.version == VERSION_1) \
71 && ((_p)->h.size == sizeof(*(_p))) \
72 && ((_p)->h.attr == 0) \