Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
Dchromeos_laptop.c37 enum i2c_adapter_type { enum
52 enum i2c_adapter_type type;
214 if (dev->type == &i2c_adapter_type) in chromeos_laptop_i2c_notifier_call()
658 if (dev->type == &i2c_adapter_type) { in chromeos_laptop_scan_peripherals()
/kernel/linux/linux-5.10/drivers/i2c/
Di2c-dev.c209 if (dev->type == &i2c_adapter_type) in i2cdev_check_mux_children()
656 if (dev->type != &i2c_adapter_type) in i2cdev_attach_adapter()
690 if (dev->type != &i2c_adapter_type) in i2cdev_detach_adapter()
Di2c-core-base.c749 if (dev->type == &i2c_adapter_type) in i2c_check_mux_children()
1263 struct device_type i2c_adapter_type = { variable
1267 EXPORT_SYMBOL_GPL(i2c_adapter_type);
1280 return (dev->type == &i2c_adapter_type) in i2c_verify_adapter()
1440 adap->dev.type = &i2c_adapter_type; in i2c_register_adapter()
1779 if (dev->type != &i2c_adapter_type) in __process_new_driver()
1820 if (dev->type == &i2c_adapter_type) in __process_removed_driver()
Di2c-mux.c224 if (i2c->type == &i2c_adapter_type) in i2c_root_adapter()
/kernel/linux/linux-5.10/arch/arm/mach-shmobile/
Dregulator-quirk-rcar-gen2.c91 if (action != BUS_NOTIFY_ADD_DEVICE || dev->type == &i2c_adapter_type) in regulator_quirk_notify()
/kernel/linux/linux-5.10/drivers/input/mouse/
Dpsmouse-smbus.c95 if (dev->type == &i2c_adapter_type) in psmouse_smbus_notifier_call()
/kernel/linux/linux-5.10/include/linux/
Di2c.h25 extern struct device_type i2c_adapter_type;
745 if (parent != NULL && parent->type == &i2c_adapter_type) in i2c_parent_is_i2c_adapter()
/kernel/linux/linux-5.10/drivers/usb/misc/
Dusb251xb.c234 if (dev->type == &i2c_adapter_type) { in usb251xb_check_dev_children()
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/
Drtl28xxu.c863 if (parent != NULL && parent->type == &i2c_adapter_type) in rtl2832u_frontend_callback()