Home
last modified time | relevance | path

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

/linux-4.4.14/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.c241 struct hci_event_hdr *eh; in btuart_receive()
249 eh = hci_event_hdr(info->rx_skb); in btuart_receive()
Dbt3c_cs.c291 struct hci_event_hdr *eh; in bt3c_receive()
298 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()
Dhci_intel.c453 struct hci_event_hdr *hdr; in inject_cmd_complete()
460 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()
965 struct hci_event_hdr *hdr; in intel_recv_event()
Dbtusb.c461 bt_cb(skb)->expect = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1540 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
1594 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
1847 struct hci_event_hdr *hdr; in inject_cmd_complete()
1854 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in inject_cmd_complete()
1919 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
Dbtmrvl_main.c56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
Dhci_bcsp.c514 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1975 struct hci_event_hdr { struct
1990 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
1992 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/linux-4.4.14/net/bluetooth/
Dhci_sock.c431 struct hci_event_hdr *hdr; in hci_si_event()
Dhci_event.c5162 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
5205 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()