Lines Matching defs:options
52 struct options {
315 write_offset(int fd, struct options i2c_opt, struct iiccmd *cmd)
327 i2c_write(int fd, struct options i2c_opt, uint8_t *i2c_buf)
395 i2c_read(int fd, struct options i2c_opt, uint8_t *i2c_buf)
449 i2c_rdwr_transfer(int fd, struct options i2c_opt, uint8_t *i2c_buf)
490 access_bus(int fd, struct options i2c_opt)
545 command_bus(struct options i2c_opt, char *cmd)
692 exec_bus(struct options i2c_opt, char *cmd)
713 instruct_bus(struct options i2c_opt, int argc, char **argv)
742 struct options i2c_opt;