Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/spi/
Dsandbox_spi.c91 ops = spi_emul_get_ops(emul); in sandbox_spi_xfer()
/third_party/uboot/u-boot-2020.01/include/
Dspi.h682 #define spi_emul_get_ops(dev) ((struct dm_spi_emul_ops *)(dev)->driver->ops) macro