Searched refs:attach_i2c_dev (Results 1 – 6 of 6) sorted by relevance
469 int (*attach_i2c_dev)(struct i2c_dev_desc *dev); member
580 .attach_i2c_dev = i3c_hci_attach_i2c_dev,
1555 if (master->ops->attach_i2c_dev) { in i3c_master_attach_i2c_dev()1556 ret = master->ops->attach_i2c_dev(dev); in i3c_master_attach_i2c_dev()
1698 .attach_i2c_dev = svc_i3c_master_attach_i2c_dev,
1509 .attach_i2c_dev = dw_i3c_master_attach_i2c_dev,
1535 .attach_i2c_dev = cdns_i3c_master_attach_i2c_dev,