Symbol: i2c_reg_hdl_t
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
104
i2c_reg_hdl_t **at_regs;
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
341
at->at_regs = kmem_zalloc(at->at_naddrs * sizeof (i2c_reg_hdl_t *),
usr/src/uts/common/io/i2c/eeprom/at24c/at24c.c
442
kmem_free(at->at_regs, sizeof (i2c_reg_hdl_t *) *
usr/src/uts/common/io/i2c/eeprom/ee100x/ee100x.c
137
i2c_reg_hdl_t *ee_mem_hdl;
usr/src/uts/common/io/i2c/eeprom/spd511x/spd511x.c
78
i2c_reg_hdl_t *spd_regs;
usr/src/uts/common/io/i2c/gpio/pca953x/pca953x.c
98
i2c_reg_hdl_t *pca_regs;
usr/src/uts/common/io/i2c/mux/ltc430x/ltc430x.c
118
i2c_reg_hdl_t *ltc_regs;
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
1035
i2c_reg_max_read(i2c_reg_hdl_t *hdl)
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
1041
i2c_reg_max_write(i2c_reg_hdl_t *hdl)
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
318
list_create(&client->icli_regs, sizeof (i2c_reg_hdl_t),
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
319
offsetof(i2c_reg_hdl_t, reg_link));
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
730
i2c_reg_handle_destroy(i2c_reg_hdl_t *reg_hdl)
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
739
kmem_free(reg_hdl, sizeof (i2c_reg_hdl_t));
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
744
i2c_reg_hdl_t **outp)
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
810
i2c_reg_hdl_t *reg_hdl = kmem_zalloc(sizeof (i2c_reg_hdl_t), KM_SLEEP);
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
861
i2c_reg_check(i2c_reg_hdl_t *hdl, uint64_t addr, uint32_t nbytes, bool get,
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
892
i2c_reg_setup_addr(const i2c_reg_hdl_t *hdl, uint64_t addr, i2c_req_t *req)
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
917
i2c_reg_get(i2c_txn_t *txn, i2c_reg_hdl_t *hdl, uint64_t addr, void *buf,
usr/src/uts/common/io/i2c/nexus/i2cnex_client.c
980
i2c_reg_put(i2c_txn_t *txn, i2c_reg_hdl_t *hdl, uint64_t addr, const void *buf,
usr/src/uts/common/io/i2c/sensor/lm7x/lm7x.c
126
i2c_reg_hdl_t *lm_regs;
usr/src/uts/common/io/i2c/sensor/tmp43x/tmp43x.c
215
i2c_reg_hdl_t *tmp_regs;
usr/src/uts/common/io/i2c/sensor/ts511x/ts511x.c
92
i2c_reg_hdl_t *ts_regs;
usr/src/uts/common/sys/i2c/client.h
132
const i2c_reg_acc_attr_t *, i2c_reg_hdl_t **);
usr/src/uts/common/sys/i2c/client.h
133
extern void i2c_reg_handle_destroy(i2c_reg_hdl_t *);
usr/src/uts/common/sys/i2c/client.h
141
extern bool i2c_reg_get(i2c_txn_t *, i2c_reg_hdl_t *, uint64_t, void *,
usr/src/uts/common/sys/i2c/client.h
143
extern bool i2c_reg_put(i2c_txn_t *, i2c_reg_hdl_t *, uint64_t, const void *,
usr/src/uts/common/sys/i2c/client.h
154
extern uint32_t i2c_reg_max_read(i2c_reg_hdl_t *);
usr/src/uts/common/sys/i2c/client.h
155
extern uint32_t i2c_reg_max_write(i2c_reg_hdl_t *);