Searched refs:firstbyte (Results 1 – 3 of 3) sorted by relevance
41 s->firstbyte = false; in i2c_ddc_reset()50 s->firstbyte = true; in i2c_ddc_event()69 if (s->firstbyte) { in i2c_ddc_tx()71 s->firstbyte = false; in i2c_ddc_tx()92 VMSTATE_BOOL(firstbyte, I2CDDCState),
31 bool firstbyte; member
1328 static void mxt_calc_crc24(u32 *crc, u8 firstbyte, u8 secondbyte) in mxt_calc_crc24() argument1334 data_word = (secondbyte << 8) | firstbyte; in mxt_calc_crc24()