Home
last modified time | relevance | path

Searched refs:spi_mem_get_name (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/spi/
H A Dspi-mem.h451 const char *spi_mem_get_name(struct spi_mem *mem);
/linux/drivers/spi/
H A Dspi-mem.c531 const char *spi_mem_get_name(struct spi_mem *mem) in spi_mem_get_name() function
535 EXPORT_SYMBOL_GPL(spi_mem_get_name);
/linux/drivers/mtd/spi-nor/
H A Dcore.c3733 nor->mtd.name = spi_mem_get_name(spimem); in spi_nor_probe()