Searched defs:spiflash_hw_if (Results 1 – 1 of 1) sorted by relevance
110 struct spiflash_hw_if { struct114 const char *(*sf_getname)(void *);115 struct spi_handle *(*sf_gethandle)(void *);116 int (*sf_getflags)(void *);117 int (*sf_getsize)(void *, int);141 spiflash_handle_t spiflash_attach_mi(const struct spiflash_hw_if *, void *, argument