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

/linux-4.1.27/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) sht15_update_status()
496 if (data->checksumming && !data->checksum_ok) { sht15_update_status()
573 if (data->checksumming && !data->checksum_ok) { sht15_measurement()
872 data->checksum_ok sht15_bh_read_data()
/linux-4.1.27/drivers/tty/
H A Dmoxa.c540 unsigned long key, loadbuf, loadlen, checksum, checksum_ok; moxa_real_load_code() local
555 checksum_ok = C218chksum_ok; moxa_real_load_code()
563 checksum_ok = C320chksum_ok; moxa_real_load_code()
600 } while ((readb(baseAddr + checksum_ok) != 1) && (retry < 3)); moxa_real_load_code()
601 if (readb(baseAddr + checksum_ok) != 1) moxa_real_load_code()

Completed in 120 milliseconds