Searched refs:checksum_ok (Results 1 - 2 of 2) sorted by relevance

/drivers/hwmon/
H A Dsht15.c129 * @checksum_ok: last value read from the device passed CRC validation.
157 bool checksum_ok; member in struct:sht15_data
483 data->checksum_ok = (sht15_crc8(data, checksum_vals, 2)
496 if (data->checksumming && !data->checksum_ok) {
573 if (data->checksumming && !data->checksum_ok) {
872 data->checksum_ok
/drivers/tty/
H A Dmoxa.c540 unsigned long key, loadbuf, loadlen, checksum, checksum_ok; local
555 checksum_ok = C218chksum_ok;
563 checksum_ok = C320chksum_ok;
600 } while ((readb(baseAddr + checksum_ok) != 1) && (retry < 3));
601 if (readb(baseAddr + checksum_ok) != 1)

Completed in 56 milliseconds