Lines Matching refs:that
13 faults. There may be fancier recovery schemes that are appropriate in
18 result for an operation ... it doesn't indicate that anything is wrong
19 at all, just that the outcome wasn't on the "golden path".
23 the right fault code, so that it can (in turn) behave correctly.
33 Note that the descriptions here are not exhaustive. There are other
34 codes that may be returned, and other cases where these codes should
48 atomic context, when some task is already using that I2C bus
57 host. Note that even if PECs are in use, you should not rely
64 or that the reset was attempted but failed.
85 Returned by any component that can't allocate memory when
89 Returned by I2C adapters to indicate that the address phase
92 means there's nothing listening at that address.
94 Returned by driver probe() methods to indicate that they
99 that it doesn't, or can't, support.
101 For example, this would be returned when an adapter that
103 one. In that case, the driver making that request should
104 have verified that functionality was supported before it
105 made that block transfer request.
111 that if an adapter supports I2C it supports all of I2C.)