Searched refs:i2c_line_high (Results 1 – 1 of 1) sorted by relevance
99 i2c_line_high enumerator132 if (new_line_state == i2c_line_high) { in i2c_gpio_set()142 if (new_line_state == i2c_line_high) in i2c_gpio_set()193 *curr_statep = i2c_line_high; in i2c_gpio_get()221 i2c_gpio_set(dd, i2c_line_scl, bit ? i2c_line_high : i2c_line_low); in scl_out()228 i2c_gpio_set(dd, i2c_line_sda, bit ? i2c_line_high : i2c_line_low); in sda_out()243 return bit == i2c_line_high ? 1U : 0; in sda_in()257 scl_out(dd, i2c_line_high); in i2c_ackrcv()277 scl_out(dd, i2c_line_high); in rd_byte()299 scl_out(dd, i2c_line_high); in wr_byte()[all …]