Searched refs:attach_i2c_device (Results 1 – 3 of 3) sorted by relevance
399 if (api->attach_i2c_device != NULL) { in i3c_attach_i2c_device()400 status = api->attach_i2c_device(target->bus, target); in i3c_attach_i2c_device()
3197 .attach_i2c_device = cdns_i3c_i2c_attach_device,
694 int (*attach_i2c_device)(const struct device *dev, member