Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dbitbang_i2c.c25 NAME(STOPPED),
60 bitbang_i2c_set_state(i2c, STOPPED); in bitbang_i2c_enter_stop()
118 case STOPPED: in bitbang_i2c_set()
/openbmc/qemu/include/hw/i2c/
H A Dbitbang_i2c.h14 STOPPED = 0, enumerator
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dcooker.py58 STOPPED = 5, variable in State
234 …if not self.state in [State.INITIAL, State.SHUTDOWN, State.FORCE_SHUTDOWN, State.STOPPED, State.ER…