Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/spi/
H A Dsandbox_spi.c91 ops = spi_emul_get_ops(emul); in sandbox_spi_xfer()
/openbmc/u-boot/include/
H A Dspi.h637 #define spi_emul_get_ops(dev) ((struct dm_spi_emul_ops *)(dev)->driver->ops) macro