Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtmtk.h65 struct hci_event_hdr hhdr;
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 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.c440 struct hci_event_hdr *hdr; in inject_cmd_complete()
871 struct hci_event_hdr *hdr; in intel_recv_event()
H A Dbtintel.c1520 struct hci_event_hdr *evt = NULL; in btintel_legacy_rom_patching()
1574 evt = (struct hci_event_hdr *)(*fw_ptr); in btintel_legacy_rom_patching()
2948 struct hci_event_hdr *hdr = (void *)skb->data; in btintel_recv_event()
H A Dhci_bcsp.c534 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
H A Dbtmrvl_main.c43 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
H A Dbtusb.c1110 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
2468 struct hci_event_hdr *hdr; in inject_cmd_complete()
3488 struct hci_event_hdr *event_hdr; in handle_dump_pkt_qca()
3504 event_hdr = (struct hci_event_hdr *)sk_ptr; in handle_dump_pkt_qca()
3506 event_hdr = hci_event_hdr(skb); in handle_dump_pkt_qca()
H A Dbtqca.c536 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
H A Dbtmtkuart.c193 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtmtksdio.c381 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
H A Dhci_qca.c1197 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/openbmc/linux/include/net/bluetooth/
H A Dhci.h2831 struct hci_event_hdr { struct
2870 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
2872 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()
/openbmc/linux/net/bluetooth/
H A Dhci_sock.c780 struct hci_event_hdr *hdr; in hci_si_event()
H A Dhci_event.c7131 struct hci_event_hdr *hdr; in hci_get_cmd_complete()
7440 struct hci_event_hdr *hdr = (void *) skb->data; in hci_event_packet()
H A Dhci_core.c3108 struct hci_event_hdr *hdr; in hci_recv_event_data()