Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/bluetooth/
Dbtbcm.c100 const struct hci_command_hdr *cmd; in btbcm_patchram()
133 cmd = (struct hci_command_hdr *)fw_ptr; in btbcm_patchram()
Dhci_ath.c216 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_bcsp.c212 __le16 opcode = ((struct hci_command_hdr *)data)->opcode; in bcsp_prepare_pkt()
Dbtusb.c1806 struct hci_command_hdr *cmd; in btusb_setup_intel_patching()
1826 cmd = (struct hci_command_hdr *)(*fw_ptr); in btusb_setup_intel_patching()
2243 struct hci_command_hdr *cmd = (void *)skb->data; in btusb_send_frame_intel()
2559 struct hci_command_hdr *cmd = (void *)(fw_ptr + frag_len); in btusb_setup_intel_new()
/linux-4.1.27/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.c2516 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout()
3404 struct hci_command_hdr *hdr; in hci_sent_cmd_data()
4076 struct hci_command_hdr *sent; in hci_resend_last()
Dhci_event.c5193 struct hci_command_hdr *cmd_hdr = (void *) hdev->sent_cmd->data; in hci_event_packet()
/linux-4.1.27/include/net/bluetooth/
Dhci.h1946 struct hci_command_hdr { struct