Home
last modified time | relevance | path

Searched refs:HCI_OP_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/bluetooth/
Dbtbcm.c174 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btbcm_reset()
Dbtusb.c1939 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_setup_intel()
2685 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_hw_error_intel()
/linux-4.1.27/net/bluetooth/
Dhci_core.c117 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write()
332 hci_req_add(req, HCI_OP_RESET, 0, NULL); in hci_reset_req()
4085 if (opcode == HCI_OP_RESET) in hci_resend_last()
4115 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
Dhci_event.c2799 case HCI_OP_RESET: in hci_cmd_complete_evt()
/linux-4.1.27/include/net/bluetooth/
Dhci.h854 #define HCI_OP_RESET 0x0c03 macro