Home
last modified time | relevance | path

Searched refs:hci_event_hdr (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
Dbtwilink.c128 .hdr_len = sizeof(struct hci_event_hdr),
129 .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
Dhci_ll.c377 struct hci_event_hdr *eh; in ll_recv()
404 eh = hci_event_hdr(ll->rx_skb); in ll_recv()
Dbtuart_cs.c242 struct hci_event_hdr *eh; in btuart_receive()
250 eh = hci_event_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c293 struct hci_event_hdr *eh; in bt3c_receive()
300 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c292 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c456 struct hci_event_hdr *eh; in bluecard_receive()
463 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
Dbtusb.c440 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1808 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
1862 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
2128 struct hci_event_hdr *hdr; in inject_cmd_complete()
2135 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()
2200 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
Dbpa10x.c93 struct hci_event_hdr *h = buf; in bpa10x_recv()
Dhci_bcsp.c514 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
Dbtmrvl_main.c56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1951 struct hci_event_hdr { struct
1966 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
1968 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/linux-4.1.27/net/bluetooth/
Dhci_sock.c369 struct hci_event_hdr *hdr; in hci_si_event()
Dhci_event.c5142 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
5185 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()