Searched refs:sf_get_ops (Results 1 – 2 of 2) sorted by relevance
18 return log_ret(sf_get_ops(dev)->read(dev, offset, len, buf)); in spi_flash_read_dm()24 return log_ret(sf_get_ops(dev)->write(dev, offset, len, buf)); in spi_flash_write_dm()29 return log_ret(sf_get_ops(dev)->erase(dev, offset, len)); in spi_flash_erase_dm()34 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spl_flash_get_sw_write_prot()90 struct dm_spi_flash_ops *ops = sf_get_ops(dev); in spi_flash_post_bind()
53 #define sf_get_ops(dev) ((struct dm_spi_flash_ops *)(dev)->driver->ops) macro