i2c_reg_get
if (i2c_reg_get(NULL, at->at_regs[idx], reg, at->at_buf, nbytes,
if (i2c_reg_get(NULL, at->at_regs[idx], 0, &val, sizeof (val),
if (i2c_reg_get(txn, ee->ee_mem_hdl, pageoff, ee->ee_buf, nbytes,
if (!i2c_reg_get(txn, spd->spd_regs, HUB_R_I2C_CFG, &cfg, sizeof (cfg),
if (!i2c_reg_get(txn, spd->spd_regs, HUB_R_TEMP_LSB, val, sizeof (val),
if (i2c_reg_get(txn, spd->spd_regs, pageoff, spd->spd_buf, nbytes,
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_TYPE_MSB, type,
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_TYPE_MSB, type,
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_VID0, spd->spd_vid,
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_REV, &spd->spd_rev,
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_CAP, &spd->spd_cap,
if (inp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, inp,
if (outp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, outp,
if (polp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, polp,
if (cfgp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, cfgp,
if (!i2c_reg_get(NULL, pca->pca_regs, reg, &val, sizeof (val), &err)) {
if (!i2c_reg_get(*txnp, ltc->ltc_regs, LTC430X_R_GPIO, gpiop,
if (!i2c_reg_get(*txnp, ltc->ltc_regs, LTC430X_R_CFG, cfgp,
if (!i2c_reg_get(NULL, ltc->ltc_regs, LTC430X_R_GPIO, &val,
if (!i2c_reg_get(NULL, lm->lm_regs, LM7X_R_TEMP, &val, sizeof (val),
if (!i2c_reg_get(NULL, tmp->tmp_regs, info->tri_read, &val,
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_TEMP_LSB, val, sizeof (val),
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_TYPE_MSB, &type, sizeof (type),
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_VID0, ts->ts_vid,
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_REV, &ts->ts_rev,
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_REV, ts->ts_sn,
extern bool i2c_reg_get(i2c_txn_t *, i2c_reg_hdl_t *, uint64_t, void *,