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

/linux-4.1.27/arch/mips/cavium-octeon/
H A Dflash_setup.c121 static const struct of_device_id of_flash_match[] = { variable in typeref:struct:of_device_id
127 MODULE_DEVICE_TABLE(of, of_flash_match);
132 .of_match_table = of_flash_match,
/linux-4.1.27/drivers/mtd/maps/
H A Dphysmap_of.c150 static struct of_device_id of_flash_match[]; of_flash_probe() variable in typeref:struct:of_device_id
171 match = of_match_device(of_flash_match, &dev->dev); of_flash_probe()
330 static struct of_device_id of_flash_match[] = { variable in typeref:struct:of_device_id
360 MODULE_DEVICE_TABLE(of, of_flash_match);
365 .of_match_table = of_flash_match,

Completed in 108 milliseconds