Searched full:fm25 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/Documentation/devicetree/bindings/eeprom/ |
| D | at25.yaml | 36 - cypress,fm25 113 const: cypress,fm25 143 compatible = "cypress,fm25", "atmel,at25";
|
| /Linux-v5.15/drivers/misc/eeprom/ |
| D | at25.c | 4 * 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()
|