Home
last modified time | relevance | path

Searched refs:i2c_client_type (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/fsi/
H A Dfsi-master-i2cr.h27 if (master->dev.parent && master->dev.parent->type == &i2c_client_type) in is_fsi_master_i2cr()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A 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-6.6/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()
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dpsmouse-smbus.c100 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
/kernel/linux/linux-6.6/drivers/input/mouse/
H A Dpsmouse-smbus.c104 if (dev->type == &i2c_client_type) in psmouse_smbus_notifier_call()
/kernel/linux/linux-5.10/drivers/i2c/
H A 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); variable
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-6.6/drivers/i2c/
H A Di2c-core-base.c661 return sprintf(buf, "%s\n", dev->type == &i2c_client_type ? in name_show()
701 struct device_type i2c_client_type = { variable
706 EXPORT_SYMBOL_GPL(i2c_client_type); variable
720 return (dev->type == &i2c_client_type) in i2c_verify_client()
969 client->dev.type = &i2c_client_type; in i2c_new_client_device()
/kernel/linux/linux-5.10/include/linux/
H A Di2c.h26 extern struct device_type i2c_client_type;
/kernel/linux/linux-6.6/include/linux/
H A Di2c.h28 extern struct device_type i2c_client_type;
/kernel/linux/linux-6.6/drivers/i3c/
H A Dmaster.c2275 if (dev->type != &i2c_client_type) in i3c_i2c_notifier_call()

Completed in 17 milliseconds