HomeSort by: relevance | last modified time | path
    Searched defs:exec_result (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/i2c/
tea5767.c 152 int exec_result; local in function:tea5767_write
159 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_WRITE_WITH_STOP,
162 if (exec_result) {
165 exec_result);
178 int exec_result; local in function:tea5767_read
185 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_READ_WITH_STOP,
188 if (exec_result) {
tea5767.c 152 int exec_result; local in function:tea5767_write
159 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_WRITE_WITH_STOP,
162 if (exec_result) {
165 exec_result);
178 int exec_result; local in function:tea5767_read
185 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_READ_WITH_STOP,
188 if (exec_result) {
tea5767.c 152 int exec_result; local in function:tea5767_write
159 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_WRITE_WITH_STOP,
162 if (exec_result) {
165 exec_result);
178 int exec_result; local in function:tea5767_read
185 exec_result = iic_exec(sc->sc_i2c_tag, I2C_OP_READ_WITH_STOP,
188 if (exec_result) {

Completed in 75 milliseconds