Lines Matching +full:i2c +full:- +full:retry +full:- +full:count
6 * http://www.apache.org/licenses/LICENSE-2.0
64 * Retry on bus or device errors or timeouts in case
71 * Retry CRC errors.
77 * instead of blocking. Retry.
81 * We'll see this when for example i2c devices are
82 * unplugged but the driver is still bound. Retry
93 * a retry still gives this app a shot at getting data
123 val = _intf->read(fullPath); in read()
147 if (0 == std::count(retryableErrors.begin(), retryableErrors.end(), in read()
153 return -rc; in read()
161 --retries; in read()
185 _intf->write(fullPath, val); in write()
201 if (0 == std::count(retryableErrors.begin(), retryableErrors.end(), in write()
212 --retries; in write()