Home
last modified time | relevance | path

Searched defs:ec_response_pd_log (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dec_commands.h4161 struct __ec_align4 ec_response_pd_log { struct
4162 uint32_t timestamp; /* relative timestamp in milliseconds */
4163 uint8_t type; /* event type : see PD_EVENT_xx below */
4164 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */
4165 uint16_t data; /* type-defined data payload */
4166 uint8_t payload[0]; /* optional additional data payload: 0..16 bytes */
/openbmc/linux/include/linux/platform_data/
H A Dcros_ec_commands.h5112 struct ec_response_pd_log { struct
5113 uint32_t timestamp; /* relative timestamp in milliseconds */
5114 uint8_t type; /* event type : see PD_EVENT_xx below */
5115 uint8_t size_port; /* [7:5] port number [4:0] payload size in bytes */
5116 uint16_t data; /* type-defined data payload */
5117 uint8_t payload[]; /* optional additional data payload: 0..16 bytes */