Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | h4_recv.h | 36 .hlen = HCI_EVENT_HDR_SIZE, \
|
| H A D | hci_uart.h | 141 .hlen = HCI_EVENT_HDR_SIZE, \
|
| H A D | hci_bcsp.c | 545 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
|
| H A D | bfusb.c | 276 if (len >= HCI_EVENT_HDR_SIZE) { in bfusb_recv_block() 278 pkt_len = HCI_EVENT_HDR_SIZE + hdr->plen; in bfusb_recv_block()
|
| H A D | btusb.c | 696 hci_skb_expect(skb) = HCI_EVENT_HDR_SIZE; in btusb_recv_intr() 706 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr() 2015 while (remain > HCI_EVENT_HDR_SIZE && *fw_ptr[0] == 0x02) { in btusb_setup_intel_patching() 2303 if (skb->len > HCI_EVENT_HDR_SIZE && hdr->evt == 0xff && in btusb_recv_event_intel() 2305 const void *ptr = skb->data + HCI_EVENT_HDR_SIZE + 1; in btusb_recv_event_intel() 2306 unsigned int len = skb->len - HCI_EVENT_HDR_SIZE - 1; in btusb_recv_event_intel()
|
| H A D | rtk_btusb.h | 380 #define HCI_EVENT_HDR_SIZE 2 macro
|
| H A D | bt3c_cs.c | 256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
|
| H A D | bluecard_cs.c | 418 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
|
| H A D | btmrvl_main.c | 62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
|
| H A D | hci_intel.c | 41 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
|
| H A D | rtk_btusb.c | 850 hlen = HCI_EVENT_HDR_SIZE; in hci_reassembly() 883 if (skb->len == HCI_EVENT_HDR_SIZE) { in hci_reassembly()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_h4.c | 253 h4->rx_count = HCI_EVENT_HDR_SIZE; in h4_recv()
|
| H A D | rtk_coex.c | 2498 coex->expect = HCI_EVENT_HDR_SIZE; in rtk_btcoex_parse_event() 2510 if (coex->elen == HCI_EVENT_HDR_SIZE) { in rtk_btcoex_parse_event()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach_rtk.c | 65 #define HCI_EVENT_HDR_SIZE 2 macro 568 skb_pull(skb, HCI_EVENT_HDR_SIZE); in h5_init_hci_cc() 638 skb_pull(skb, HCI_EVENT_HDR_SIZE); in h5_post_hci_cc()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_bt.c | 216 bt_cb(skb)->expect = HCI_EVENT_HDR_SIZE; in btusb_recv_intr() 226 if (skb->len == HCI_EVENT_HDR_SIZE) { in btusb_recv_intr()
|
| H A D | rtk_coex.c | 2465 coex->expect = HCI_EVENT_HDR_SIZE; in rtk_btcoex_parse_event() 2477 if (coex->elen == HCI_EVENT_HDR_SIZE) { in rtk_btcoex_parse_event()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | hci_sock.c | 725 skb = bt_skb_alloc(HCI_EVENT_HDR_SIZE + sizeof(*ev) + dlen, GFP_ATOMIC); in hci_si_event() 729 hdr = skb_put(skb, HCI_EVENT_HDR_SIZE); in hci_si_event()
|
| H A D | hci_event.c | 6047 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_get_cmd_complete() 6184 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_packet()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 126 #define HCI_EVENT_HDR_SIZE 2 macro 1161 skb_pull(skb, HCI_EVENT_HDR_SIZE); in hci_event_cmd_complete()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | hci.h | 2459 #define HCI_EVENT_HDR_SIZE 2 macro
|