Home
last modified time | relevance | path

Searched full:fm25 (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/eeprom/
Dat25.yaml36 - cypress,fm25
113 const: cypress,fm25
143 compatible = "cypress,fm25", "atmel,at25";
/Linux-v5.15/drivers/misc/eeprom/
Dat25.c4 * and Cypress FRAMs FM25 models
364 { .compatible = "cypress,fm25",},
371 { .name = "fm25",},
389 if (match && !strcmp(match->compatible, "cypress,fm25")) in at25_probe()
449 strncpy(at25->chip.name, "fm25", sizeof(at25->chip.name)); in at25_probe()