ocores_i2c_match  468 drivers/i2c/busses/i2c-ocores.c static const struct of_device_id ocores_i2c_match[] = {
ocores_i2c_match  487 drivers/i2c/busses/i2c-ocores.c MODULE_DEVICE_TABLE(of, ocores_i2c_match);
ocores_i2c_match  592 drivers/i2c/busses/i2c-ocores.c 	match = of_match_node(ocores_i2c_match, pdev->dev.of_node);
ocores_i2c_match  697 drivers/i2c/busses/i2c-ocores.c 		match = of_match_node(ocores_i2c_match, pdev->dev.of_node);
ocores_i2c_match  808 drivers/i2c/busses/i2c-ocores.c 		.of_match_table = ocores_i2c_match,