Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbt3c_cs.c292 struct hci_event_hdr *eh; in bt3c_receive()
299 eh = hci_event_hdr(info->rx_skb); in bt3c_receive()
H A Dbtmtk.h80 struct hci_event_hdr hhdr;
H A Dbluecard_cs.c451 struct hci_event_hdr *eh; in bluecard_receive()
458 eh = hci_event_hdr(info->rx_skb); in bluecard_receive()
H A Dbfusb.c277 struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf; in bfusb_recv_block()
H A Dhci_intel.c438 struct hci_event_hdr *hdr; in inject_cmd_complete()
869 struct hci_event_hdr *hdr; in intel_recv_event()
H A Dbtintel_pcie.c1028 struct hci_event_hdr *hdr = (void *)skb->data; in btintel_pcie_recv_event()
1146 plen = HCI_EVENT_HDR_SIZE + hci_event_hdr(skb)->plen; in btintel_pcie_recv_frame()
1911 struct hci_event_hdr *hdr; in btintel_pcie_inject_cmd_complete()
1918 hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr)); in btintel_pcie_inject_cmd_complete()
H A Dbtusb.c1226 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
2607 struct hci_event_hdr *hdr; in inject_cmd_complete()
3100 skip = sizeof(struct hci_event_hdr); in handle_dump_pkt_qca()
3181 struct hci_event_hdr *event_hdr; in acl_pkt_is_dump_qca()
3212 struct hci_event_hdr *event_hdr; in evt_pkt_is_dump_qca()
H A Dbtqca.c547 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
H A Dbtmtkuart.c195 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtmtksdio.c383 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
H A Dhci_qca.c1211 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/linux/include/net/bluetooth/
H A Dhci.h2998 struct hci_event_hdr { struct
3037 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
3039 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/linux/net/bluetooth/
H A Dhci_sock.c787 struct hci_event_hdr *hdr; in hci_si_event()
H A Dhci_event.c7415 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
7724 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()
H A Dhci_core.c3179 struct hci_event_hdr *hdr; in hci_recv_event_data()