Home
last modified time | relevance | path

Searched defs:i2c_opt (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/i2c/
H A Di2c.c315 write_offset(int fd, struct options i2c_opt, struct iiccmd *cmd) in write_offset()
327 i2c_write(int fd, struct options i2c_opt, uint8_t *i2c_buf) in i2c_write()
395 i2c_read(int fd, struct options i2c_opt, uint8_t *i2c_buf) in i2c_read()
449 i2c_rdwr_transfer(int fd, struct options i2c_opt, uint8_t *i2c_buf) in i2c_rdwr_transfer()
490 access_bus(int fd, struct options i2c_opt) in access_bus()
545 command_bus(struct options i2c_opt, char *cmd) in command_bus()
692 exec_bus(struct options i2c_opt, char *cmd) in exec_bus()
713 instruct_bus(struct options i2c_opt, int argc, char **argv) in instruct_bus()
742 struct options i2c_opt; in main() local