Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtqcomsmd.c112 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btqcomsmd_setup()
H A Dvirtio_bt.c195 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in virtbt_shutdown_generic()
H A Dhci_aml.c339 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
H A Dbtintel.c271 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_hw_error()
3710 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in btintel_setup_combined()
3951 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_configure_setup()
H A Dbtintel_pcie.c407 /* Firmware raises alive interrupt on HCI_OP_RESET or in btintel_pcie_send_sync()
411 (opcode == BTINTEL_HCI_OP_RESET || opcode == HCI_OP_RESET)); in btintel_pcie_send_sync()
/linux/net/bluetooth/
H A Dhci_debugfs.c1303 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write()
H A Dhci_core.c3913 if (opcode == HCI_OP_RESET) in hci_resend_last()
3943 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
H A Dhci_sync.c3800 return __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in __hci_reset_sync()
3807 return __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in hci_init0_sync()
H A Dhci_event.c4123 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
/linux/include/net/bluetooth/
H A Dhci.h1130 #define HCI_OP_RESET 0x0c03 macro