Lines Matching full:vw
109 * @param vw Virtual wire signal to be found
114 enum espi_vwire_signal vw) in emul_host_find_index() argument
119 if (data->vw_state[idx].sig == vw) { in emul_host_find_index()
128 enum espi_vwire_signal vw, uint8_t level) in emul_host_set_vw() argument
133 idx = emul_host_find_index(data, vw); in emul_host_set_vw()
136 LOG_ERR("%s: invalid vw: %d", __func__, vw); in emul_host_set_vw()
146 enum espi_vwire_signal vw, uint8_t *level) in emul_host_get_vw() argument
151 idx = emul_host_find_index(data, vw); in emul_host_get_vw()
154 LOG_ERR("%s: invalid vw: %d", __func__, vw); in emul_host_get_vw()
163 int emul_espi_host_send_vw(const struct device *espi_dev, enum espi_vwire_signal vw, in emul_espi_host_send_vw() argument
181 idx = emul_host_find_index(data_host, vw); in emul_espi_host_send_vw()
183 LOG_ERR("%s: invalid vw: %d", __func__, vw); in emul_espi_host_send_vw()
190 evt.evt_details = vw; in emul_espi_host_send_vw()