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

/linux-4.4.14/drivers/bluetooth/
H A Dhci_bcsp.c112 static void bcsp_crc_update(u16 *crc, u8 d) bcsp_crc_update() function
260 bcsp_crc_update(&bcsp_txmsg_crc, hdr[i]); bcsp_prepare_pkt()
268 bcsp_crc_update(&bcsp_txmsg_crc, data[i]); bcsp_prepare_pkt()
441 bcsp_crc_update(&bcsp->message_crc, byte); bcsp_unslip_one_byte()
452 bcsp_crc_update(&bcsp->message_crc, 0xc0); bcsp_unslip_one_byte()
461 bcsp_crc_update(&bcsp->message_crc, 0xdb); bcsp_unslip_one_byte()

Completed in 93 milliseconds