Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/i2c/busses/
Di2c-mpc.c646 static const struct of_device_id mpc_i2c_of_match[]; variable
659 match = of_match_device(mpc_i2c_of_match, &op->dev); in fsl_i2c_probe()
826 static const struct of_device_id mpc_i2c_of_match[] = { variable
838 MODULE_DEVICE_TABLE(of, mpc_i2c_of_match);
846 .of_match_table = mpc_i2c_of_match,