Home
last modified time | relevance | path

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

/linux-6.15/include/linux/spi/
H A Dspi-mem.h435 const char *spi_mem_get_name(struct spi_mem *mem);
/linux-6.15/drivers/spi/
H A Dspi-mem.c512 const char *spi_mem_get_name(struct spi_mem *mem) in spi_mem_get_name() function
516 EXPORT_SYMBOL_GPL(spi_mem_get_name);
/linux-6.15/drivers/mtd/spi-nor/
H A Dcore.c3582 nor->mtd.name = spi_mem_get_name(spimem); in spi_nor_probe()