Searched refs:mpc_i2c_of_match (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/drivers/i2c/busses/ | ||
H A D | i2c-mpc.c | 646 static const struct of_device_id mpc_i2c_of_match[]; fsl_i2c_probe() variable in typeref:struct:of_device_id 659 match = of_match_device(mpc_i2c_of_match, &op->dev); fsl_i2c_probe() 826 static const struct of_device_id mpc_i2c_of_match[] = { variable in typeref:struct:of_device_id 838 MODULE_DEVICE_TABLE(of, mpc_i2c_of_match); 846 .of_match_table = mpc_i2c_of_match, |
Completed in 57 milliseconds