Home
last modified time | relevance | path

Searched refs:manufacturers (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/spi-nor/
H A Dcore.c2023 static const struct spi_nor_manufacturer *manufacturers[] = { variable
2082 for (i = 0; i < ARRAY_SIZE(manufacturers); i++) { in spi_nor_read_id()
2083 info = spi_nor_search_part_by_id(manufacturers[i]->parts, in spi_nor_read_id()
2084 manufacturers[i]->nparts, in spi_nor_read_id()
2087 nor->manufacturer = manufacturers[i]; in spi_nor_read_id()
3050 for (i = 0; i < ARRAY_SIZE(manufacturers); i++) { in spi_nor_match_id()
3051 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id()
3052 if (!strcmp(name, manufacturers[i]->parts[j].name)) { in spi_nor_match_id()
3053 nor->manufacturer = manufacturers[i]; in spi_nor_match_id()
3054 return &manufacturers[ in spi_nor_match_id()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/spi-nor/
H A Dcore.c336 * Writing volatile registers are instant according to some manufacturers
2000 static const struct spi_nor_manufacturer *manufacturers[] = { variable
2037 for (i = 0; i < ARRAY_SIZE(manufacturers); i++) { in spi_nor_match_id()
2038 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_id()
2039 part = &manufacturers[i]->parts[j]; in spi_nor_match_id()
2042 nor->manufacturer = manufacturers[i]; in spi_nor_match_id()
3361 for (i = 0; i < ARRAY_SIZE(manufacturers); i++) { in spi_nor_match_name()
3362 for (j = 0; j < manufacturers[i]->nparts; j++) { in spi_nor_match_name()
3363 if (!strcmp(name, manufacturers[i]->parts[j].name)) { in spi_nor_match_name()
3364 nor->manufacturer = manufacturers[ in spi_nor_match_name()
[all...]

Completed in 8 milliseconds