Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Di2c-cdns.c493 static const struct udevice_id cdns_i2c_of_match[] = { variable
502 .of_match = cdns_i2c_of_match,
/openbmc/linux/drivers/i2c/busses/
H A Di2c-cadence.c1232 static const struct of_device_id cdns_i2c_of_match[] = { variable
1237 MODULE_DEVICE_TABLE(of, cdns_i2c_of_match);
1294 match = of_match_node(cdns_i2c_of_match, pdev->dev.of_node); in cdns_i2c_probe()
1437 .of_match_table = cdns_i2c_of_match,