Home
last modified time | relevance | path

Searched refs:hci_command_hdr (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dbtbcm.c108 const struct hci_command_hdr *cmd; in btbcm_patchram()
134 cmd = (struct hci_command_hdr *)fw_ptr; in btbcm_patchram()
Dhci_ath.c217 struct hci_command_hdr *hdr = (void *)skb->data; in ath_enqueue()
Dbtmrvl_main.c179 struct hci_command_hdr *hdr; in btmrvl_send_sync_cmd()
192 hdr = (struct hci_command_hdr *)skb_put(skb, HCI_COMMAND_HDR_SIZE); in btmrvl_send_sync_cmd()
Dhci_intel.c792 struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len); in intel_setup()
1130 struct hci_command_hdr *cmd = (void *)skb->data; in intel_dequeue()
Dbtusb.c1538 struct hci_command_hdr *cmd; in btusb_setup_intel_patching()
1558 cmd = (struct hci_command_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
1959 struct hci_command_hdr *cmd = (void *)skb->data; in btusb_send_frame_intel()
2231 struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len); in btusb_setup_intel_new()
Dhci_bcsp.c212 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; in bcsp_prepare_pkt()
/linux-4.4.14/net/bluetooth/
Dhci_request.c85 struct hci_command_hdr *hdr; in hci_prepare_cmd()
92 hdr = (struct hci_command_hdr *) skb_put(skb, HCI_COMMAND_HDR_SIZE); in hci_prepare_cmd()
Dhci_core.c2619 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
3662 struct hci_command_hdr *hdr; in hci_sent_cmd_data()
4353 struct hci_command_hdr *sent; in hci_resend_last()
Dhci_event.c5213 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
/linux-4.4.14/include/net/bluetooth/
Dhci.h1970 struct hci_command_hdr { struct