Home
last modified time | relevance | path

Searched refs:i2c_client_type (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/fsi/
H A Dfsi-master-i2cr.h27 if (master->dev.parent && master->dev.parent->type == &i2c_client_type) in is_fsi_master_i2cr()
/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c233 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()
/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c100 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
/linux/drivers/i2c/
H A Di2c-core-base.c664 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()
704 const struct device_type i2c_client_type = { variable
709 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()
/linux/include/linux/
H A Di2c.h28 extern const struct device_type i2c_client_type;