Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/i2c/busses/
Di2c-mpc.c746 static const struct of_device_id mpc_i2c_of_match[]; variable
759 match = of_match_device(mpc_i2c_of_match, &op->dev); in fsl_i2c_probe()
925 static const struct of_device_id mpc_i2c_of_match[] = { variable
937 MODULE_DEVICE_TABLE(of, mpc_i2c_of_match);
945 .of_match_table = mpc_i2c_of_match,