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

/freebsd-current/usr.sbin/i2c/
H A Di2c.c327 i2c_write(int fd, struct options i2c_opt, uint8_t *i2c_buf) argument
353 cmd.buf = (void*)i2c_buf;
370 cmd.buf = (void*)i2c_buf;
379 memcpy(buf + i2c_opt.off_len, i2c_buf, i2c_opt.count);
395 i2c_read(int fd, struct options i2c_opt, uint8_t *i2c_buf) argument
429 cmd.buf = (void*)i2c_buf;
449 i2c_rdwr_transfer(int fd, struct options i2c_opt, uint8_t *i2c_buf) argument
477 msgp->buf = i2c_buf;
492 uint8_t i2c_buf[i2c_opt.count]; local
503 if (fread(i2c_buf,
[all...]

Completed in 58 milliseconds