Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbitbang_i2c.c67 i2c->device_out, level); in bitbang_i2c_ret()
68 i2c->device_out = level; in bitbang_i2c_ret()
76 return bitbang_i2c_ret(i2c, i2c->device_out); in bitbang_i2c_nop()
184 s->device_out = 1; in bitbang_i2c_init()
/openbmc/qemu/include/hw/i2c/
H A Dbitbang_i2c.h41 int device_out; member