Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
Dchromeos_laptop.c216 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()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dpsmouse-smbus.c100 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
/kernel/linux/linux-5.10/drivers/i2c/
Di2c-core-base.c601 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()
641 struct device_type i2c_client_type = { variable
646 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()
/kernel/linux/linux-5.10/include/linux/
Di2c.h26 extern struct device_type i2c_client_type;