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