Home
last modified time | relevance | path

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

/linux/include/linux/
H A Di2c-of-prober.h72 int i2c_of_probe_component(struct device *dev, const struct i2c_of_probe_cfg *cfg, void *ctx);
/linux/drivers/i2c/
H A Di2c-core-of-prober.c127 int i2c_of_probe_component(struct device *dev, const struct i2c_of_probe_cfg *cfg, void *ctx) in i2c_of_probe_component() function
184 EXPORT_SYMBOL_NS_GPL(i2c_of_probe_component, "I2C_OF_PROBER");
/linux/drivers/platform/chrome/
H A Dchromeos_of_hw_prober.c43 return i2c_of_probe_component(dev, data->cfg, &ctx); in chromeos_i2c_component_prober()