i2c_bus_type      217 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c 	bus_register_notifier(&i2c_bus_type, &regulator_quirk_nb);
i2c_bus_type      138 drivers/base/devcon.c extern struct bus_type i2c_bus_type;
i2c_bus_type      147 drivers/base/devcon.c 	&i2c_bus_type,
i2c_bus_type      387 drivers/i2c/i2c-core-acpi.c 	dev = bus_find_device(&i2c_bus_type, NULL, handle,
i2c_bus_type      399 drivers/i2c/i2c-core-acpi.c 	dev = bus_find_device_by_acpi_dev(&i2c_bus_type, adev);
i2c_bus_type      502 drivers/i2c/i2c-core-base.c struct bus_type i2c_bus_type = {
i2c_bus_type      509 drivers/i2c/i2c-core-base.c EXPORT_SYMBOL_GPL(i2c_bus_type);
i2c_bus_type      777 drivers/i2c/i2c-core-base.c 	client->dev.bus = &i2c_bus_type;
i2c_bus_type     1358 drivers/i2c/i2c-core-base.c 	adap->dev.bus = &i2c_bus_type;
i2c_bus_type     1396 drivers/i2c/i2c-core-base.c 	bus_for_each_drv(&i2c_bus_type, NULL, adap, __process_new_adapter);
i2c_bus_type     1567 drivers/i2c/i2c-core-base.c 	bus_for_each_drv(&i2c_bus_type, NULL, adap,
i2c_bus_type     1686 drivers/i2c/i2c-core-base.c 	res = bus_for_each_dev(&i2c_bus_type, NULL, data, fn);
i2c_bus_type     1715 drivers/i2c/i2c-core-base.c 	driver->driver.bus = &i2c_bus_type;
i2c_bus_type     1830 drivers/i2c/i2c-core-base.c 	retval = bus_register(&i2c_bus_type);
i2c_bus_type     1860 drivers/i2c/i2c-core-base.c 	bus_unregister(&i2c_bus_type);
i2c_bus_type     1874 drivers/i2c/i2c-core-base.c 	bus_unregister(&i2c_bus_type);
i2c_bus_type      133 drivers/i2c/i2c-core-of.c 	dev = bus_find_device_by_of_node(&i2c_bus_type, node);
i2c_bus_type      151 drivers/i2c/i2c-core-of.c 	dev = bus_find_device(&i2c_bus_type, NULL, node,
i2c_bus_type      738 drivers/i2c/i2c-dev.c 	res = bus_register_notifier(&i2c_bus_type, &i2cdev_notifier);
i2c_bus_type      758 drivers/i2c/i2c-dev.c 	bus_unregister_notifier(&i2c_bus_type, &i2cdev_notifier);
i2c_bus_type      296 drivers/input/mouse/psmouse-smbus.c 	error = bus_register_notifier(&i2c_bus_type, &psmouse_smbus_notifier);
i2c_bus_type      307 drivers/input/mouse/psmouse-smbus.c 	bus_unregister_notifier(&i2c_bus_type, &psmouse_smbus_notifier);
i2c_bus_type      903 drivers/platform/chrome/chromeos_laptop.c 	error = bus_register_notifier(&i2c_bus_type,
i2c_bus_type      927 drivers/platform/chrome/chromeos_laptop.c 	bus_unregister_notifier(&i2c_bus_type, &chromeos_laptop_i2c_notifier);
i2c_bus_type     1050 drivers/platform/x86/touchscreen_dmi.c 	error = bus_register_notifier(&i2c_bus_type, &ts_dmi_notifier);
i2c_bus_type      155 drivers/usb/phy/phy-isp1301.c 		struct device *dev = bus_find_device(&i2c_bus_type, NULL,
i2c_bus_type       24 include/linux/i2c.h extern struct bus_type i2c_bus_type;
i2c_bus_type      542 sound/soc/intel/boards/bytcht_es8316.c 	codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL, codec_name);
i2c_bus_type      767 sound/soc/intel/boards/bytcr_rt5640.c 	i2c_dev = bus_find_device_by_name(&i2c_bus_type, NULL, i2c_dev_name);
i2c_bus_type      916 sound/soc/intel/boards/bytcr_rt5651.c 	codec_dev = bus_find_device_by_name(&i2c_bus_type, NULL,
i2c_bus_type      417 sound/soc/rockchip/rk3399_gru_sound.c 		.bus_type = &i2c_bus_type,