i2c_reg_put
if (!i2c_reg_put(NULL, at->at_regs[idx], reg, at->at_buf, nbytes,
if (!i2c_reg_put(txn, spd->spd_regs, HUB_R_I2C_CFG, &cfg,
if (out != nout && i2c_reg_put(txn, pca->pca_regs, reg, &nout,
if (pol != npol && i2c_reg_put(txn, pca->pca_regs, reg, &npol,
if (cfg != ncfg && i2c_reg_put(txn, pca->pca_regs, reg, &ncfg,
if (!i2c_reg_put(txn, ltc->ltc_regs, LTC430X_R_SWITCH, &val,
if (!i2c_reg_put(txn, ltc->ltc_regs, LTC430X_R_SWITCH, &val,
if (gpio != ngpio && !i2c_reg_put(txn, ltc->ltc_regs, LTC430X_R_GPIO,
if (cfg != ncfg && !i2c_reg_put(txn, ltc->ltc_regs, LTC430X_R_CFG,
extern bool i2c_reg_put(i2c_txn_t *, i2c_reg_hdl_t *, uint64_t, const void *,