Home
last modified time | relevance | path

Searched refs:must_async (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-mux.c165 ctlr->must_async = true; in spi_mux_probe()
H A Dspi.c4250 if (READ_ONCE(ctlr->queue_empty) && !ctlr->must_async) { in __spi_sync()
/openbmc/linux/include/linux/spi/
H A Dspi.h743 bool must_async; member