Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c104 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
/openbmc/linux/drivers/i2c/
H A Di2c-core-base.c664 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()
704 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()
/openbmc/linux/include/linux/
H A Di2c.h28 extern struct device_type i2c_client_type;
/openbmc/linux/drivers/i3c/
H A Dmaster.c2445 if (dev->type != &i2c_client_type) in i3c_i2c_notifier_call()