Lines Matching +full:under +full:-
7 which is driven by the I2C bus master driver under test. The GPIO fault
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 -----
26 because the bus master under test will not be able to clock. It should detect
31 -----
36 master under test should detect this condition and trigger a bus recovery (see
56 --------------------------
63 above, the bus master under test should detect this condition and try a bus
68 -----------------------
89 Here, we want to simulate the condition where the master under test loses the
90 bus arbitration against another master in a multi-master setup.
93 ------------------
99 Arbitration lost is achieved by waiting for SCL going down by the master under
110 # i2cget -y <bus_to_test> 0x3f
115 This fault injector will create a Kernel panic once the master under test
122 --------------
130 under test. A good starting point for using this fault injector is::
133 # i2cget -y <bus_to_test> <some_address>