Home
last modified time | relevance | path

Searched refs:sent_cmd (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/bluetooth/
Dhci_core.c507 if (hdev->sent_cmd) { in hci_dev_open()
508 kfree_skb(hdev->sent_cmd); in hci_dev_open()
509 hdev->sent_cmd = NULL; in hci_dev_open()
564 if (hdev->sent_cmd) { in hci_dev_do_close()
565 kfree_skb(hdev->sent_cmd); in hci_dev_do_close()
566 hdev->sent_cmd = NULL; in hci_dev_do_close()
1020 if (!hdev->sent_cmd) in hci_sent_cmd_data()
1023 hc = (void *) hdev->sent_cmd->data; in hci_sent_cmd_data()
1030 return hdev->sent_cmd->data + HCI_COMMAND_HDR_SIZE; in hci_sent_cmd_data()
1386 if (hdev->sent_cmd) in hci_cmd_task()
[all …]
/linux-2.4.37.9/include/net/bluetooth/
Dhci_core.h99 struct sk_buff *sent_cmd; member