Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Dspi-mem.h373 const char *spi_mem_get_name(struct spi_mem *mem);
/openbmc/linux/drivers/spi/
H A Dspi-mem.c434 const char *spi_mem_get_name(struct spi_mem *mem) in spi_mem_get_name() function
438 EXPORT_SYMBOL_GPL(spi_mem_get_name);
/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.c3646 nor->mtd.name = spi_mem_get_name(spimem); in spi_nor_probe()