Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtmtk.h83 struct hci_event_hdr hhdr;
H A Dbfusb.c277 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
H A Dvirtio_bt.c213 min_hdr = sizeof(struct hci_event_hdr); in virtbt_rx_handle()
H A Dhci_intel.c437 struct hci_event_hdr *hdr; in inject_cmd_complete()
868 struct hci_event_hdr *hdr; in intel_recv_event()
H A Dbtintel_pcie.c1124 struct hci_event_hdr *hdr = (void *)skb->data; in btintel_pcie_recv_event()
1242 plen = HCI_EVENT_HDR_SIZE + hci_event_hdr(skb)->plen; in btintel_pcie_recv_frame()
2185 struct hci_event_hdr *hdr; in btintel_pcie_inject_cmd_complete()
2192 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in btintel_pcie_send_frame()
H A Dhci_bcsp.c537 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
H A Dbtmrvl_main.c44 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
H A Dbtusb.c1326 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
2725 struct hci_event_hdr *hdr; in inject_cmd_complete()
3284 skip = sizeof(struct hci_event_hdr); in handle_dump_pkt_qca()
3365 struct hci_event_hdr *event_hdr; in acl_pkt_is_dump_qca()
3396 struct hci_event_hdr *event_hdr; in evt_pkt_is_dump_qca()
H A Dbtmtkuart.c213 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtintel.c1664 struct hci_event_hdr *evt = NULL; in btintel_legacy_rom_patching()
1718 evt = (struct hci_event_hdr *)(*fw_ptr); in btintel_legacy_rom_patching()
4027 struct hci_event_hdr *hdr = (void *)skb->data; in btintel_recv_event()
H A Dbtqca.c530 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
H A Dbtmtksdio.c429 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
H A Dbtmtk.c1553 struct hci_event_hdr *hdr = (void *)skb->data; in btmtk_recv_event()
H A Dhci_qca.c1218 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/linux/include/net/bluetooth/
H A Dhci.h3395 struct hci_event_hdr { struct
3434 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
3436 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/linux/net/bluetooth/
H A Dhci_event.c7627 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
7892 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()
H A Dhci_core.c3145 struct hci_event_hdr *hdr; in hci_recv_event_data()