Home
last modified time | relevance | path

Searched refs:hci_event_hdr (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtmtk.h64 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.c1589 struct hci_event_hdr *evt = NULL; in btintel_legacy_rom_patching()
1643 evt = (struct hci_event_hdr *)(*fw_ptr); in btintel_legacy_rom_patching()
2996 struct hci_event_hdr *hdr = (void *)skb->data; in btintel_recv_event()
H A Dbtqca.c422 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_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 Dbtmtkuart.c193 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtusb.c1104 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
2462 struct hci_event_hdr *hdr; in inject_cmd_complete()
3483 struct hci_event_hdr *event_hdr; in handle_dump_pkt_qca()
3499 event_hdr = (struct hci_event_hdr *)sk_ptr; in handle_dump_pkt_qca()
3501 event_hdr = hci_event_hdr(skb); in handle_dump_pkt_qca()
H A Dbtmtksdio.c381 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
/kernel/linux/linux-5.10/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 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 Dbtmtkuart.c90 struct hci_event_hdr hhdr;
321 struct hci_event_hdr *hdr = (void *)skb->data; in btmtkuart_recv_event()
H A Dbtmtksdio.c131 struct hci_event_hdr hhdr;
333 struct hci_event_hdr *hdr = (void *)skb->data; in btmtksdio_recv_event()
H A Dhci_intel.c440 struct hci_event_hdr *hdr; in inject_cmd_complete()
868 struct hci_event_hdr *hdr; in intel_recv_event()
H A Dbtusb.c727 hci_skb_expect(skb) = hci_event_hdr(skb)->plen; in btusb_recv_intr()
1984 struct hci_event_hdr *evt = NULL; in btusb_setup_intel_patching()
2038 evt = (struct hci_event_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
2252 struct hci_event_hdr *hdr; in inject_cmd_complete()
2320 struct hci_event_hdr *hdr = (void *)skb->data; in btusb_recv_event_intel()
2863 struct hci_event_hdr hhdr;
2892 struct hci_event_hdr *hdr; in btusb_mtk_wmt_recv()
H A Dbtqca.c325 struct hci_event_hdr *hdr; in qca_inject_cmd_complete_event()
H A Dbtmrvl_main.c56 struct hci_event_hdr *hdr = (void *) skb->data; in btmrvl_check_evtpkt()
H A Dhci_bcsp.c534 struct hci_event_hdr hdr; in bcsp_complete_rx_pkt()
H A Dhci_qca.c1157 struct hci_event_hdr *hdr = (void *)skb->data; in qca_recv_event()
/kernel/linux/linux-5.10/include/net/bluetooth/
H A 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-6.6/include/net/bluetooth/
H A Dhci.h2916 struct hci_event_hdr { struct
2955 static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb) in hci_event_hdr() function
2957 return (struct hci_event_hdr *) skb->data; in hci_event_hdr()

Completed in 73 milliseconds

12