Searched defs:i2c_client_hdl_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/i2c/misc/
H A Di2c_svc.h69 typedef struct i2c_client_hdl *i2c_client_hdl_t; typedef in typeref:struct:i2c_client_hdl
85 int i2c_client_register(dev_info_t *dip, i2c_client_hdl_t *i2c_hdl);
86 void i2c_client_unregister(i2c_client_hdl_t i2c_hdl);
87 int i2c_transfer(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c_tran);
88 int i2c_transfer_alloc(i2c_client_hdl_t i2c_hdl,
93 void i2c_transfer_free(i2c_client_hdl_t i2c_hdl, i2c_transfer_t *i2c);

Completed in 58 milliseconds