Searched refs:i2c_of_probe_component (Results 1 – 3 of 3) sorted by relevance
72 int i2c_of_probe_component(struct device *dev, const struct i2c_of_probe_cfg *cfg, void *ctx);
127 int i2c_of_probe_component(struct device *dev, const struct i2c_of_probe_cfg *cfg, void *ctx) in i2c_of_probe_component() function184 EXPORT_SYMBOL_NS_GPL(i2c_of_probe_component, "I2C_OF_PROBER");
43 return i2c_of_probe_component(dev, data->cfg, &ctx); in chromeos_i2c_component_prober()