Home
last modified time | relevance | path

Searched refs:of_flash_match (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/arch/mips/cavium-octeon/
Dflash_setup.c121 static const struct of_device_id of_flash_match[] = { variable
127 MODULE_DEVICE_TABLE(of, of_flash_match);
132 .of_match_table = of_flash_match,
/Linux-v5.10/drivers/mtd/maps/
Dphysmap-core.c241 static const struct of_device_id of_flash_match[] = { variable
273 MODULE_DEVICE_TABLE(of, of_flash_match);
307 match = of_match_device(of_flash_match, &dev->dev); in of_select_probe_type()
406 #define of_flash_match NULL macro
625 .of_match_table = of_flash_match,