Searched refs:i2c_client_type (Results 1 – 4 of 4) sorted by relevance
216 else if (dev->type == &i2c_client_type) in chromeos_laptop_i2c_notifier_call()221 if (dev->type == &i2c_client_type) in chromeos_laptop_i2c_notifier_call()660 } else if (dev->type == &i2c_client_type) { in chromeos_laptop_scan_peripherals()
100 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
601 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()641 struct device_type i2c_client_type = { variable646 EXPORT_SYMBOL_GPL(i2c_client_type);660 return (dev->type == &i2c_client_type) in i2c_verify_client()908 client->dev.type = &i2c_client_type; in i2c_new_client_device()
26 extern struct device_type i2c_client_type;