Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/
Di2c-core-of.c25 int of_i2c_get_board_info(struct device *dev, struct device_node *node, in of_i2c_get_board_info() function
65 EXPORT_SYMBOL_GPL(of_i2c_get_board_info);
76 ret = of_i2c_get_board_info(&adap->dev, node, &info); in of_i2c_register_device()
/Linux-v4.19/include/linux/
Di2c.h900 int of_i2c_get_board_info(struct device *dev, struct device_node *node,
927 static inline int of_i2c_get_board_info(struct device *dev, in of_i2c_get_board_info() function