Searched refs:ti_iic_op (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/arch/armv7/omap/ |
H A D | ti_iic.c | 132 int ti_iic_op(struct ti_iic_softc *, i2c_addr_t, ti_i2cop_t, uint8_t *, 276 err = ti_iic_op(sc, addr, TI_I2CWRITE, __UNCONST(cmdbuf), in ti_iic_exec() 291 err = ti_iic_op(sc, addr, TI_I2CREAD, buf, len, flags); in ti_iic_exec() 293 err = ti_iic_op(sc, addr, TI_I2CWRITE, buf, len, flags); in ti_iic_exec() 358 ti_iic_op(struct ti_iic_softc *sc, i2c_addr_t addr, ti_i2cop_t op, in ti_iic_op() function
|