Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbt3c_cs.c292 struct hci_event_hdr *eh; in bt3c_receive()
299 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
Dbfusb.c277 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
Dbluecard_cs.c451 struct hci_event_hdr *eh; in bluecard_receive()
458 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
Dbtmtksdio.c131 struct hci_event_hdr hhdr;
333 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
Dhci_intel.c440 struct hci_event_hdr *hdr; in inject_cmd_complete()
868 struct hci_event_hdr *hdr; in intel_recv_event()
Dbtmtkuart.c90 struct hci_event_hdr hhdr;
321 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
Dbtusb.c693 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1945 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
1999 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
2213 struct hci_event_hdr *hdr; in inject_cmd_complete()
2281 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
2823 struct hci_event_hdr hhdr;
2852 struct hci_event_hdr *hdr; in btusb_mtk_wmt_recv()
Dbtqca.c325 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
Dhci_bcsp.c534 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()
Dhci_qca.c1148 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/kernel/linux/linux-5.10/include/net/bluetooth/
Dhci.h2471 struct hci_event_hdr { struct
2510 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
2512 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/kernel/linux/linux-5.10/net/bluetooth/
Dhci_sock.c721 struct hci_event_hdr *hdr; in hci_si_event()
Dhci_event.c6035 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
6154 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()