Lines Matching +full:wait +full:- +full:state
12 'i2c-fault-injector' subdirectory in the Kernel debugfs filesystem, usually
15 injection. They will be described now along with their intended use-cases.
21 -----
23 By reading this file, you get the current state of SCL. By writing, you can
24 change its state to either force it low or to release it again. So, by using
31 -----
33 By reading this file, you get the current state of SDA. By writing, you can
34 change its state to either force it low or to release it again. So, by using
56 --------------------------
68 -----------------------
80 This is a highly delicate state, the device is set up to write any data to
90 bus arbitration against another master in a multi-master setup.
93 ------------------
97 and wait for the next bus clock. The process is interruptible, though.
110 # i2cget -y <bus_to_test> 0x3f
116 started a transfer. This usually means that the state machine of the bus master
118 state. Use this to check if your shutdown/reboot/boot code can handle this
122 --------------
126 The calling process will then sleep and wait for the next bus clock. The
133 # i2cget -y <bus_to_test> <some_address>