Home
last modified time | relevance | path

Searched refs:HCI_EVENT_HDR_SIZE (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dh4_recv.h36 .hlen = HCI_EVENT_HDR_SIZE, \
H A Dhci_uart.h141 .hlen = HCI_EVENT_HDR_SIZE, \
H A Dhci_bcsp.c545 memcpy(skb_push(bcsp->rx_skb, HCI_EVENT_HDR_SIZE), &hdr, HCI_EVENT_HDR_SIZE); in bcsp_complete_rx_pkt()
H A Dbfusb.c276 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 Dbtusb.c696 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 Drtk_btusb.h380 #define HCI_EVENT_HDR_SIZE 2 macro
H A Dbt3c_cs.c256 info->rx_count = HCI_EVENT_HDR_SIZE; in bt3c_receive()
H A Dbluecard_cs.c418 info->rx_count = HCI_EVENT_HDR_SIZE; in bluecard_receive()
H A Dbtmrvl_main.c62 ec = (void *) (skb->data + HCI_EVENT_HDR_SIZE); in btmrvl_check_evtpkt()
H A Dhci_intel.c41 #define HCI_LPM_HDR_SIZE HCI_EVENT_HDR_SIZE
H A Drtk_btusb.c850 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 Dhci_h4.c253 h4->rx_count = HCI_EVENT_HDR_SIZE; in h4_recv()
H A Drtk_coex.c2498 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 Dhciattach_rtk.c65 #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 Drtk_bt.c216 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 Drtk_coex.c2465 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 Dhci_sock.c725 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 Dhci_event.c6047 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 Dhciattach_rtk.c126 #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 Dhci.h2459 #define HCI_EVENT_HDR_SIZE 2 macro