Searched refs:i2c_client_type (Results 1 – 5 of 5) sorted by relevance
27 if (master->dev.parent && master->dev.parent->type == &i2c_client_type) in is_fsi_master_i2cr()
233 else if (dev->type == &i2c_client_type) in chromeos_laptop_i2c_notifier_call()238 if (dev->type == &i2c_client_type) in chromeos_laptop_i2c_notifier_call()682 } else if (dev->type == &i2c_client_type) { in chromeos_laptop_scan_peripherals()
100 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
664 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()704 const struct device_type i2c_client_type = { variable709 EXPORT_SYMBOL_GPL(i2c_client_type);723 return (dev->type == &i2c_client_type) in i2c_verify_client()997 client->dev.type = &i2c_client_type; in i2c_new_client_device()
28 extern const struct device_type i2c_client_type;