Home
last modified time | relevance | path

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

/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c37 enum i2c_adapter_type { enum
52 enum i2c_adapter_type type;
231 if (dev->type == &i2c_adapter_type) in chromeos_laptop_i2c_notifier_call()
680 if (dev->type == &i2c_adapter_type) { in chromeos_laptop_scan_peripherals()
/linux/drivers/i2c/
H A Di2c-dev.c216 if (dev->type == &i2c_adapter_type) in i2cdev_check_mux_children()
670 if (dev->type != &i2c_adapter_type) in i2cdev_attach_adapter()
708 if (dev->type != &i2c_adapter_type) in i2cdev_detach_adapter()
H A Di2c-core-base.c817 if (dev->type == &i2c_adapter_type) in i2c_check_mux_children()
1244 if (parent->type == &i2c_adapter_type) in i2c_adapter_depth()
1387 const struct device_type i2c_adapter_type = { variable
1391 EXPORT_SYMBOL_GPL(i2c_adapter_type);
1404 return (dev->type == &i2c_adapter_type) in i2c_verify_adapter()
1594 adap->dev.type = &i2c_adapter_type; in i2c_register_adapter()
2026 if (dev->type != &i2c_adapter_type) in __process_new_driver()
2067 if (dev->type == &i2c_adapter_type) in __process_removed_driver()
H A Di2c-mux.c211 if (i2c->type == &i2c_adapter_type) in i2c_root_adapter()
/linux/drivers/input/mouse/
H A Dpsmouse-smbus.c95 if (dev->type == &i2c_adapter_type) in psmouse_smbus_notifier_call()
/linux/drivers/i2c/busses/
H A Di2c-i801.c1294 dev->type != &i2c_adapter_type || in i801_notifier_call()