Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/i2c/busses/
Di2c-xiic.c1211 static const struct of_device_id xiic_of_match[] = { variable
1216 MODULE_DEVICE_TABLE(of, xiic_of_match);
1233 match = of_match_node(xiic_of_match, pdev->dev.of_node); in xiic_i2c_probe()
1390 .of_match_table = of_match_ptr(xiic_of_match),