Symbol: hci_event_hdr
drivers/bluetooth/bfusb.c
277
struct hci_event_hdr *hdr = (struct hci_event_hdr *) buf;
drivers/bluetooth/btintel.c
1627
struct hci_event_hdr *evt = NULL;
drivers/bluetooth/btintel.c
1681
evt = (struct hci_event_hdr *)(*fw_ptr);
drivers/bluetooth/btintel.c
3804
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/btintel_pcie.c
1113
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/btintel_pcie.c
1231
plen = HCI_EVENT_HDR_SIZE + hci_event_hdr(skb)->plen;
drivers/bluetooth/btintel_pcie.c
2096
struct hci_event_hdr *hdr;
drivers/bluetooth/btintel_pcie.c
2103
hdr = (struct hci_event_hdr *)skb_put(skb, sizeof(*hdr));
drivers/bluetooth/btmrvl_main.c
44
struct hci_event_hdr *hdr = (void *) skb->data;
drivers/bluetooth/btmtk.c
1553
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/btmtk.h
82
struct hci_event_hdr hhdr;
drivers/bluetooth/btmtksdio.c
396
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/btmtkuart.c
195
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/btqca.c
549
struct hci_event_hdr *hdr;
drivers/bluetooth/btusb.c
1280
hci_skb_expect(skb) = hci_event_hdr(skb)->plen;
drivers/bluetooth/btusb.c
2665
struct hci_event_hdr *hdr;
drivers/bluetooth/btusb.c
3165
skip = sizeof(struct hci_event_hdr);
drivers/bluetooth/btusb.c
3246
struct hci_event_hdr *event_hdr;
drivers/bluetooth/btusb.c
3277
struct hci_event_hdr *event_hdr;
drivers/bluetooth/hci_bcsp.c
534
struct hci_event_hdr hdr;
drivers/bluetooth/hci_intel.c
436
struct hci_event_hdr *hdr;
drivers/bluetooth/hci_intel.c
867
struct hci_event_hdr *hdr;
drivers/bluetooth/hci_qca.c
1218
struct hci_event_hdr *hdr = (void *)skb->data;
drivers/bluetooth/virtio_bt.c
209
min_hdr = sizeof(struct hci_event_hdr);
include/net/bluetooth/hci.h
3380
static inline struct hci_event_hdr *hci_event_hdr(const struct sk_buff *skb)
include/net/bluetooth/hci.h
3382
return (struct hci_event_hdr *) skb->data;
net/bluetooth/hci_core.c
3142
struct hci_event_hdr *hdr;
net/bluetooth/hci_event.c
7524
struct hci_event_hdr *hdr;
net/bluetooth/hci_event.c
7789
struct hci_event_hdr *hdr = (void *) skb->data;
net/bluetooth/hci_sock.c
785
struct hci_event_hdr *hdr;