Searched refs:dm_spi_flash_ops (Results 1 – 4 of 4) sorted by relevance
43 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()
175 static const struct dm_spi_flash_ops spi_flash_std_ops = {
672 static const struct dm_spi_flash_ops spi_dataflash_ops = {
32 struct dm_spi_flash_ops { struct55 #define sf_get_ops(dev) ((struct dm_spi_flash_ops *)(dev)->driver->ops) argument