Searched refs:i2c_bus_type (Results 1 – 4 of 4) sorted by relevance
/drivers/i2c/ |
D | i2c-core.c | 820 struct bus_type i2c_bus_type = { variable 827 EXPORT_SYMBOL_GPL(i2c_bus_type); 1070 client->dev.bus = &i2c_bus_type; in i2c_new_device() 1452 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_device_by_node() 1470 dev = bus_find_device(&i2c_bus_type, NULL, node, of_dev_node_match); in of_find_i2c_adapter_by_node() 1531 if (unlikely(WARN_ON(!i2c_bus_type.p))) { in i2c_register_adapter() 1557 adap->dev.bus = &i2c_bus_type; in i2c_register_adapter() 1618 bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter); in i2c_register_adapter() 1788 bus_for_each_drv(&i2c_bus_type, NULL, adap, in i2c_del_adapter() 1849 res = bus_for_each_dev(&i2c_bus_type, NULL, data, fn); in i2c_for_each_dev() [all …]
|
D | i2c-dev.c | 653 res = bus_register_notifier(&i2c_bus_type, &i2cdev_notifier); in i2c_dev_init() 673 bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier); in i2c_dev_exit()
|
/drivers/usb/phy/ |
D | phy-isp1301.c | 158 struct device *dev = bus_find_device(&i2c_bus_type, NULL, in isp1301_get_client()
|
/drivers/platform/chrome/ |
D | chromeos_laptop.c | 240 dev = bus_find_device(&i2c_bus_type, NULL, &lookup, __find_i2c_adap); in find_i2c_adapter_num()
|