Searched refs:checksum_ok (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | sht15.c | 128 * @checksum_ok: last value read from the device passed CRC validation. 157 bool checksum_ok; member 471 data->checksum_ok = (sht15_crc8(data, checksum_vals, 2) in sht15_update_status() 484 if (data->checksumming && !data->checksum_ok) { in sht15_update_status() 561 if (data->checksumming && !data->checksum_ok) { in sht15_measurement() 854 data->checksum_ok in sht15_bh_read_data()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | sht15.c | 128 * @checksum_ok: last value read from the device passed CRC validation. 157 bool checksum_ok; member 471 data->checksum_ok = (sht15_crc8(data, checksum_vals, 2) in sht15_update_status() 484 if (data->checksumming && !data->checksum_ok) { in sht15_update_status() 561 if (data->checksumming && !data->checksum_ok) { in sht15_measurement() 854 data->checksum_ok in sht15_bh_read_data()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | moxa.c | 527 unsigned long key, loadbuf, loadlen, checksum, checksum_ok; in moxa_real_load_code() local 542 checksum_ok = C218chksum_ok; in moxa_real_load_code() 550 checksum_ok = C320chksum_ok; in moxa_real_load_code() 587 } while ((readb(baseAddr + checksum_ok) != 1) && (retry < 3)); in moxa_real_load_code() 588 if (readb(baseAddr + checksum_ok) != 1) in moxa_real_load_code()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | moxa.c | 827 unsigned long key, loadbuf, loadlen, checksum, checksum_ok; in moxa_real_load_code() local 842 checksum_ok = C218chksum_ok; in moxa_real_load_code() 850 checksum_ok = C320chksum_ok; in moxa_real_load_code() 887 } while ((readb(baseAddr + checksum_ok) != 1) && (retry < 3)); in moxa_real_load_code() 888 if (readb(baseAddr + checksum_ok) != 1) in moxa_real_load_code()
|
Completed in 10 milliseconds