Home
last modified time | relevance | path

Searched refs:ec_host_cmd_backend_api_send (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/mgmt/ec_host_cmd/
Dbackend.h104 typedef int (*ec_host_cmd_backend_api_send)(const struct ec_host_cmd_backend *backend); typedef
108 ec_host_cmd_backend_api_send send;
Dsimulator.h31 void ec_host_cmd_backend_sim_install_send_cb(ec_host_cmd_backend_api_send cb,
/Zephyr-latest/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c30 static ec_host_cmd_backend_api_send tx;
59 void ec_host_cmd_backend_sim_install_send_cb(ec_host_cmd_backend_api_send cb, in ec_host_cmd_backend_sim_install_send_cb()