rec_hdr 764 drivers/input/touchscreen/iqs5xx.c u8 rec_hdr[IQS5XX_REC_HDR_LEN]; rec_hdr 799 drivers/input/touchscreen/iqs5xx.c error = hex2bin(rec_hdr, rec->len, sizeof(rec_hdr)); rec_hdr 806 drivers/input/touchscreen/iqs5xx.c rec_len = *rec_hdr; rec_hdr 807 drivers/input/touchscreen/iqs5xx.c rec_addr = get_unaligned_be16(rec_hdr + sizeof(rec_len)); rec_hdr 808 drivers/input/touchscreen/iqs5xx.c rec_type = *(rec_hdr + sizeof(rec_len) + sizeof(rec_addr)); rec_hdr 833 drivers/input/touchscreen/iqs5xx.c for (i = 0; i < sizeof(rec_hdr); i++) rec_hdr 834 drivers/input/touchscreen/iqs5xx.c chksm += rec_hdr[i];