MCPcopy Create free account
hub / github.com/coreboot/coreboot / ec_query

Function ec_query

util/ectool/ec.c:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154uint8_t ec_query(void)
155{
156 send_ec_command(QR_EC);
157 return recv_ec_data();
158}
159
160int get_ec_ports(void)
161{

Callers 1

mainFunction · 0.70

Calls 2

send_ec_commandFunction · 0.70
recv_ec_dataFunction · 0.70

Tested by

no test coverage detected