Home
last modified time | relevance | path

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

/freebsd/sys/dev/ichiic/
H A Dig4_iic.c377 ig4iic_xfer_start(ig4iic_softc_t *sc, uint16_t slave, bool repeated_start) in ig4iic_xfer_start() argument
381 if (!repeated_start) { in ig4iic_xfer_start()
429 bool repeated_start, bool stop) in ig4iic_read() argument
458 if (repeated_start && requested == 0) in ig4iic_read()
492 bool repeated_start, bool stop) in ig4iic_write() argument
508 if (repeated_start && sent == 0) in ig4iic_write()
/freebsd/sys/dev/iicbus/
H A Diicbus_if.m73 METHOD int repeated_start {