Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-aspeed.c981 static const struct of_device_id aspeed_i2c_bus_of_table[] = { variable
996 MODULE_DEVICE_TABLE(of, aspeed_i2c_bus_of_table);
1036 match = of_match_node(aspeed_i2c_bus_of_table, pdev->dev.of_node); in aspeed_i2c_probe_bus()
1108 .of_match_table = aspeed_i2c_bus_of_table,