Searched refs:h5_slip_one_byte (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_rtk_h5.c | 138 static void h5_slip_one_byte(struct sk_buff *skb, u8 c) in h5_slip_one_byte() function 279 h5_slip_one_byte(nskb, hdr[i]); in h5_prepare_pkt() 287 h5_slip_one_byte(nskb, data[i]); in h5_prepare_pkt() 296 h5_slip_one_byte(nskb, (u8) ((h5_txmsg_crc >> 8) & 0x00ff)); in h5_prepare_pkt() 297 h5_slip_one_byte(nskb, (u8) (h5_txmsg_crc & 0x00ff)); in h5_prepare_pkt()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 300 static void h5_slip_one_byte(struct sk_buff *skb, uint8_t c) in h5_slip_one_byte() function 474 h5_slip_one_byte(nskb, hdr[i]); in h5_prepare_pkt() 482 h5_slip_one_byte(nskb, data[i]); in h5_prepare_pkt() 491 h5_slip_one_byte(nskb, (uint8_t) ((h5_txmsg_crc >> 8) & 0x00ff)); in h5_prepare_pkt() 492 h5_slip_one_byte(nskb, (uint8_t) (h5_txmsg_crc & 0x00ff)); in h5_prepare_pkt()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | hci_h5.c | 622 static void h5_slip_one_byte(struct sk_buff *skb, u8 c) in h5_slip_one_byte() function 701 h5_slip_one_byte(nskb, hdr[i]); in h5_prepare_pkt() 704 h5_slip_one_byte(nskb, data[i]); in h5_prepare_pkt()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 879 static void h5_slip_one_byte(struct sk_buff *skb, RT_U8 c) in h5_slip_one_byte() function 1065 h5_slip_one_byte(nskb, hdr[i]); in h5_prepare_pkt() 1073 h5_slip_one_byte(nskb, data[i]); in h5_prepare_pkt() 1082 h5_slip_one_byte(nskb, (RT_U8) ((h5_txmsg_crc >> 8) & 0x00ff)); in h5_prepare_pkt() 1083 h5_slip_one_byte(nskb, (RT_U8) (h5_txmsg_crc & 0x00ff)); in h5_prepare_pkt()
|