Searched refs:firstbyte (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/isdn/i4l/ |
D | isdn_x25iface.c | 67 static void illegal_state_warn(unsigned state, unsigned char firstbyte) in illegal_state_warn() argument 70 "current state %d\n", firstbyte, state); in illegal_state_warn() 272 unsigned char firstbyte = skb->data[0]; in isdn_x25iface_xmit() local 276 MY_DEVNAME(cprot->net_dev), firstbyte, *state); in isdn_x25iface_xmit() 277 switch (firstbyte) { in isdn_x25iface_xmit() 287 illegal_state_warn(*state, firstbyte); in isdn_x25iface_xmit() 299 illegal_state_warn(*state, firstbyte); in isdn_x25iface_xmit() 319 illegal_state_warn(*state, firstbyte); in isdn_x25iface_xmit() 328 " first byte %x ignored:\n", firstbyte); in isdn_x25iface_xmit()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | atmel_mxt_ts.c | 1263 static void mxt_calc_crc24(u32 *crc, u8 firstbyte, u8 secondbyte) in mxt_calc_crc24() argument 1269 data_word = (secondbyte << 8) | firstbyte; in mxt_calc_crc24()
|