Searched refs:dm_spi_flash_ops (Results 1 – 5 of 5) sorted by relevance
40 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spl_flash_get_sw_write_prot()100 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spi_flash_post_bind()
243 static const struct dm_spi_flash_ops spi_flash_std_ops = {
712 static const struct dm_spi_flash_ops spi_dataflash_ops = {
19 struct dm_spi_flash_ops { struct40 #define sf_get_ops(dev) ((struct dm_spi_flash_ops *)(dev)->driver->ops) argument
88 static const struct dm_spi_flash_ops apl_flash_ops = {
Completed in 9 milliseconds