Searched defs:i2c_bus_type (Results 1 - 1 of 1) sorted by relevance

/drivers/i2c/
H A Di2c-core.c840 struct bus_type i2c_bus_type = { variable in typeref:struct:bus_type
848 EXPORT_SYMBOL_GPL(i2c_bus_type); variable
1079 client->dev.bus = &i2c_bus_type;
1440 dev = bus_find_device(&i2c_bus_type, NULL, node,
1454 dev = bus_find_device(&i2c_bus_type, NULL, node,
1494 if (unlikely(WARN_ON(!i2c_bus_type.p))) {
1520 adap->dev.bus = &i2c_bus_type;
1579 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter);
1749 bus_for_each_drv(&i2c_bus_type, NULL, adap,
1806 res = bus_for_each_dev(&i2c_bus_type, NUL
[all...]

Completed in 59 milliseconds