Home
last modified time | relevance | path

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

/linux/drivers/i2c/
H A Di2c-core.h86 void of_i2c_register_devices(struct i2c_adapter *adap);
88 static inline void of_i2c_register_devices(struct i2c_adapter *adap) { } in of_i2c_register_devices() function
H A Di2c-core-of.c85 void of_i2c_register_devices(struct i2c_adapter *adap) in of_i2c_register_devices() function
H A Di2c-core-base.c1581 of_i2c_register_devices(adap); in i2c_register_adapter()