Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/
Di2c-core-of.c22 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info() function
63 EXPORT_SYMBOL_GPL(of_i2c_get_board_info);
74 ret = of_i2c_get_board_info(&adap->dev, node, &info); in of_i2c_register_device()
/linux-5.19.10/include/linux/
Di2c.h980 int of_i2c_get_board_info(struct device *dev, struct device_node *node,
1007 static inline int of_i2c_get_board_info(struct device *dev, in of_i2c_get_board_info() function
/linux-5.19.10/drivers/i3c/
Dmaster.c2004 ret = of_i2c_get_board_info(dev, node, &boardinfo->base); in of_i3c_master_add_i2c_boardinfo()