Symbol: hci_command_hdr
drivers/bluetooth/btbcm.c
213
const struct hci_command_hdr *cmd;
drivers/bluetooth/btbcm.c
239
cmd = (struct hci_command_hdr *)fw_ptr;
drivers/bluetooth/btintel.c
1046
struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len);
drivers/bluetooth/btintel.c
1086
struct hci_command_hdr *cmd = (void *)(fw_ptr);
drivers/bluetooth/btintel.c
1558
struct hci_command_hdr *cmd;
drivers/bluetooth/btintel.c
1578
cmd = (struct hci_command_hdr *)(*fw_ptr);
drivers/bluetooth/btintel_pcie.c
1931
struct hci_command_hdr *cmd;
drivers/bluetooth/btintel_pcie.c
1959
struct hci_command_hdr *cmd = (void *)skb->data;
drivers/bluetooth/btmrvl_main.c
160
struct hci_command_hdr *hdr;
drivers/bluetooth/btnxpuart.c
1567
struct hci_command_hdr *hdr;
drivers/bluetooth/btnxpuart.c
1582
hdr = (struct hci_command_hdr *)skb->data;
drivers/bluetooth/btrtl.c
1070
struct hci_command_hdr *cmd;
drivers/bluetooth/btusb.c
2663
struct hci_command_hdr *cmd = (void *)skb->data;
drivers/bluetooth/hci_ath.c
221
struct hci_command_hdr *hdr = (void *)skb->data;
drivers/bluetooth/hci_bcsp.c
198
__le16 opcode = ((struct hci_command_hdr *)data)->opcode;
drivers/bluetooth/hci_intel.c
1024
struct hci_command_hdr *cmd = (void *)skb->data;
drivers/bluetooth/hci_nokia.c
353
const struct hci_command_hdr *cmd;
drivers/bluetooth/hci_nokia.c
359
cmd = (struct hci_command_hdr *)(fw_ptr + 3);
net/bluetooth/hci_core.c
3150
struct hci_command_hdr *hdr;
net/bluetooth/hci_core.c
3940
struct hci_command_hdr *sent;
net/bluetooth/hci_sync.c
55
struct hci_command_hdr *hdr;