Searched refs:msg_dout (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/arm/samsung/exynos/
H A Dchrome_ec.c151 uint8_t *msg_dout; local
156 msg_dout = malloc(dout_len + 4, M_DEVBUF, M_NOWAIT);
164 msg_dout[0] = EC_CMD_VERSION0;
165 msg_dout[1] = cmd;
166 msg_dout[2] = dout_len;
169 msg_dout[i + 3] = dout[i];
172 fill_checksum(msg_dout, dout_len + 3);
175 { 0x1e, IIC_M_WR, dout_len + 4, msg_dout, },
182 free(msg_dout, M_DEVBUF);
191 free(msg_dout, M_DEVBU
[all...]

Completed in 44 milliseconds