Lines Matching refs:vcmd
260 jziic_i2c_exec(void *cookie, i2c_op_t op, i2c_addr_t addr, const void *vcmd,
266 return jziic_i2c_exec_poll(sc, op, addr, vcmd, cmdlen, vbuf,
274 jziic_i2c_exec_intr(sc, op, addr, vcmd, cmdlen, vbuf,
280 ret = jziic_i2c_exec_poll(sc, op, addr, vcmd, cmdlen, vbuf,
288 return jziic_i2c_exec_intr(sc, op, addr, vcmd, cmdlen, vbuf,
296 const void *vcmd, size_t cmdlen, void *vbuf, size_t buflen, int flags)
303 tx = vcmd;
419 const void *vcmd, size_t cmdlen, void *vbuf, size_t buflen, int flags)
433 sc->sc_cmd = vcmd;
441 memcpy(sc->sc_txbuf, vcmd, cmdlen);