Home
last modified time | relevance | path

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

/Linux-v6.6/arch/mips/cavium-octeon/
Dflash_setup.c122 static const struct of_device_id of_flash_match[] = { variable
128 MODULE_DEVICE_TABLE(of, of_flash_match);
133 .of_match_table = of_flash_match,
/Linux-v6.6/drivers/mtd/maps/
Dphysmap-core.c236 static const struct of_device_id of_flash_match[] = { variable
268 MODULE_DEVICE_TABLE(of, of_flash_match);
302 match = of_match_device(of_flash_match, &dev->dev); in of_select_probe_type()
404 #define of_flash_match NULL macro
633 .of_match_table = of_flash_match,