Searched refs:i2c_res (Results 1 - 1 of 1) sorted by relevance

/src/sys/dev/usb/
H A Dumcpmio_iic.c175 struct mcp2221_i2c_res i2c_res; local in function:mcp2221_i2c_write
231 (uint8_t *) & i2c_res, sc->sc_cv_wait);
238 (uint8_t *) & i2c_res, MCP2221_RES_BUFFER_SIZE,
240 if (i2c_res.cmd == cmd &&
241 i2c_res.completion == MCP2221_CMD_COMPLETE_OK) {
245 } else if (i2c_res.cmd == cmd &&
246 i2c_res.completion == MCP2221_I2C_ENGINE_BUSY) {
250 if (mcp2221_i2c_fatal(i2c_res.internal_i2c_state)) {
336 struct mcp2221_i2c_res i2c_res; local in function:mcp2221_i2c_read
404 (uint8_t *) & i2c_res, s
[all...]

Completed in 3 milliseconds