Home
last modified time | relevance | path

Searched refs:dm_spi_flash_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c43 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spl_flash_get_sw_write_prot()
99 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spi_flash_post_bind()
H A Dsf_probe.c175 static const struct dm_spi_flash_ops spi_flash_std_ops = {
H A Dsf_dataflash.c672 static const struct dm_spi_flash_ops spi_dataflash_ops = {
/openbmc/u-boot/include/
H A Dspi_flash.h32 struct dm_spi_flash_ops { struct
55 #define sf_get_ops(dev) ((struct dm_spi_flash_ops *)(dev)->driver->ops) argument