mpc_i2c_of_match  651 drivers/i2c/busses/i2c-mpc.c static const struct of_device_id mpc_i2c_of_match[];
mpc_i2c_of_match  664 drivers/i2c/busses/i2c-mpc.c 	match = of_match_device(mpc_i2c_of_match, &op->dev);
mpc_i2c_of_match  827 drivers/i2c/busses/i2c-mpc.c static const struct of_device_id mpc_i2c_of_match[] = {
mpc_i2c_of_match  839 drivers/i2c/busses/i2c-mpc.c MODULE_DEVICE_TABLE(of, mpc_i2c_of_match);
mpc_i2c_of_match  847 drivers/i2c/busses/i2c-mpc.c 		.of_match_table = mpc_i2c_of_match,