Lines Matching refs:api
169 struct emul_espi_driver_api *api; in emul_espi_host_send_vw() local
172 api = (struct emul_espi_driver_api *)espi_dev->api; in emul_espi_host_send_vw()
174 __ASSERT_NO_MSG(api); in emul_espi_host_send_vw()
175 __ASSERT_NO_MSG(api->trigger_event); in emul_espi_host_send_vw()
176 __ASSERT_NO_MSG(api->find_emul); in emul_espi_host_send_vw()
178 emul_espi = api->find_emul(espi_dev, EMUL_ESPI_HOST_CHIPSEL); in emul_espi_host_send_vw()
193 api->trigger_event(espi_dev, &evt); in emul_espi_host_send_vw()
201 struct emul_espi_driver_api *api; in emul_espi_host_port80_write() local
203 api = (struct emul_espi_driver_api *)espi_dev->api; in emul_espi_host_port80_write()
205 __ASSERT_NO_MSG(api); in emul_espi_host_port80_write()
206 __ASSERT_NO_MSG(api->trigger_event); in emul_espi_host_port80_write()
212 api->trigger_event(espi_dev, &evt); in emul_espi_host_port80_write()