Symbol: i2c_reg_get
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
207
if (i2c_reg_get(NULL, at->at_regs[idx], reg, at->at_buf, nbytes,
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
273
if (i2c_reg_get(NULL, at->at_regs[idx], 0, &val, sizeof (val),
usr/src/uts/common/io/i2c/eeprom/ee100x/ee100x.c
186
if (i2c_reg_get(txn, ee->ee_mem_hdl, pageoff, ee->ee_buf, nbytes,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
105
if (!i2c_reg_get(txn, spd->spd_regs, HUB_R_I2C_CFG, &cfg, sizeof (cfg),
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
150
if (!i2c_reg_get(txn, spd->spd_regs, HUB_R_TEMP_LSB, val, sizeof (val),
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
225
if (i2c_reg_get(txn, spd->spd_regs, pageoff, spd->spd_buf, nbytes,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
278
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_TYPE_MSB, type,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
299
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_TYPE_MSB, type,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
314
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_VID0, spd->spd_vid,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
321
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_REV, &spd->spd_rev,
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
328
if (!i2c_reg_get(NULL, spd->spd_regs, HUB_R_CAP, &spd->spd_cap,
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
143
if (inp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, inp,
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
152
if (outp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, outp,
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
161
if (polp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, polp,
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
169
if (cfgp != NULL && !i2c_reg_get(*txnp, pca->pca_regs, reg, cfgp,
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
522
if (!i2c_reg_get(NULL, pca->pca_regs, reg, &val, sizeof (val), &err)) {
usr/src/uts/common/io/i2c/mux/ltc430x/ltc430x.c
213
if (!i2c_reg_get(*txnp, ltc->ltc_regs, LTC430X_R_GPIO, gpiop,
usr/src/uts/common/io/i2c/mux/ltc430x/ltc430x.c
222
if (!i2c_reg_get(*txnp, ltc->ltc_regs, LTC430X_R_CFG, cfgp,
usr/src/uts/common/io/i2c/mux/ltc430x/ltc430x.c
502
if (!i2c_reg_get(NULL, ltc->ltc_regs, LTC430X_R_GPIO, &val,
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
220
if (!i2c_reg_get(NULL, lm->lm_regs, LM7X_R_TEMP, &val, sizeof (val),
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
319
if (!i2c_reg_get(NULL, tmp->tmp_regs, info->tri_read, &val,
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
117
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_TEMP_LSB, val, sizeof (val),
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
196
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_TYPE_MSB, &type, sizeof (type),
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
216
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_VID0, ts->ts_vid,
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
223
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_REV, &ts->ts_rev,
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
234
if (!i2c_reg_get(NULL, ts->ts_regs, TS_R_REV, ts->ts_sn,
usr/src/uts/common/sys/i2c/client.h
141
extern bool i2c_reg_get(i2c_txn_t *, i2c_reg_hdl_t *, uint64_t, void *,