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

/freebsd-13-stable/sys/dev/ichiic/
H A Dig4_iic.c375 ig4iic_xfer_start(ig4iic_softc_t *sc, uint16_t slave, bool repeated_start) argument
379 if (!repeated_start) {
427 bool repeated_start, bool stop)
452 if (repeated_start && requested == 0)
484 bool repeated_start, bool stop)
506 if (repeated_start && sent == 0)
426 ig4iic_read(ig4iic_softc_t *sc, uint8_t *buf, uint16_t len, bool repeated_start, bool stop) argument
483 ig4iic_write(ig4iic_softc_t *sc, uint8_t *buf, uint16_t len, bool repeated_start, bool stop) argument

Completed in 51 milliseconds