Searched refs:attach_i2c_dev (Results 1 – 8 of 8) sorted by relevance
482 int (*attach_i2c_dev)(struct i2c_dev_desc *dev); member
915 .attach_i2c_dev = adi_i3c_master_attach_i2c_dev,
1303 .attach_i2c_dev = renesas_i3c_attach_i2c_dev,
1518 .attach_i2c_dev = cdns_i3c_master_attach_i2c_dev,
1964 .attach_i2c_dev = svc_i3c_master_attach_i2c_dev,
1547 .attach_i2c_dev = dw_i3c_master_attach_i2c_dev,
606 .attach_i2c_dev = i3c_hci_attach_i2c_dev,
1665 if (master->ops->attach_i2c_dev) { in i3c_master_attach_i2c_dev()1666 ret = master->ops->attach_i2c_dev(dev); in i3c_master_attach_i2c_dev()