Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/bluetooth/
Dbtwilink.c127 .hdr_len = sizeof(struct hci_event_hdr),
128 .offset_len_in_hdr = offsetof(struct hci_event_hdr, plen),
Dbt3c_cs.c292 struct hci_event_hdr *eh; in bt3c_receive()
299 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
Dbluecard_cs.c452 struct hci_event_hdr *eh; in bluecard_receive()
459 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
Dbfusb.c292 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
Dhci_intel.c458 struct hci_event_hdr *hdr; in inject_cmd_complete()
894 struct hci_event_hdr *hdr; in intel_recv_event()
Dbtusb.c542 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1633 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
1687 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
1894 struct hci_event_hdr *hdr; in inject_cmd_complete()
1966 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
Dbtmtkuart.c185 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
Dhci_bcsp.c549 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-v4.19/include/net/bluetooth/
Dhci.h2216 struct hci_event_hdr { struct
2231 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() argument
2233 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/Linux-v4.19/net/bluetooth/
Dhci_sock.c703 struct hci_event_hdr *hdr; in hci_si_event()
Dhci_event.c5652 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
5696 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()