Home
last modified time | relevance | path

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

/linux/drivers/misc/eeprom/
H A Dat25.c4 * and Cypress FRAMs FM25 models.
385 strscpy(chip->name, "fm25", sizeof(chip->name)); in at25_fram_to_chip()
438 { .compatible = "cypress,fm25" },
445 { .name = "fm25" },
479 is_fram = fwnode_device_is_compatible(dev_fwnode(&spi->dev), "cypress,fm25"); in at25_probe()