Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-omap.c1248 static const struct of_device_id omap_i2c_of_match[] = { variable
1267 MODULE_DEVICE_TABLE(of, omap_i2c_of_match);
1379 match = of_match_device(of_match_ptr(omap_i2c_of_match), &pdev->dev); in omap_i2c_probe()
1593 .of_match_table = of_match_ptr(omap_i2c_of_match),