Home
last modified time | relevance | path

Searched refs:bus_fd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/miscutils/
Di2c_tools.c801 static void dump_data(int bus_fd, int mode, unsigned first, in dump_data() argument
832 res = i2c_smbus_read_byte_data(bus_fd, i+j); in dump_data()
836 res = i2c_smbus_read_word_data(bus_fd, i+j); in dump_data()
846 res = i2c_smbus_read_byte(bus_fd); in dump_data()
895 static void dump_word_data(int bus_fd, unsigned first, unsigned last) in dump_word_data() argument
915 rv = i2c_smbus_read_word_data(bus_fd, i+j); in dump_word_data()