ts511x_t
ts511x_t *ts = arg;
ts511x_i2c_init(ts511x_t *ts)
ts511x_ident(ts511x_t *ts)
ts511x_cleanup(ts511x_t *ts)
kmem_free(ts, sizeof (ts511x_t));
ts511x_t *ts;
ts = kmem_zalloc(sizeof (ts511x_t), KM_SLEEP);
ts511x_t *ts;