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.c190 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in virtbt_shutdown_generic()
H A Dbtintel_pcie.c1324 if (opcode == HCI_OP_RESET) in btintel_pcie_send_frame()
1355 (opcode == HCI_OP_RESET || opcode == 0xfc01)) { in btintel_pcie_send_frame()
1363 if (opcode == HCI_OP_RESET) { in btintel_pcie_send_frame()
H A Dhci_aml.c326 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
H A Dhci_intel.c849 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
H A Dbtusb.c3641 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_shutdown_qca()
/linux/net/bluetooth/
H A Dhci_debugfs.c1310 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write()
H A Dhci_core.c3891 if (opcode == HCI_OP_RESET) in hci_resend_last()
3921 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
H A Dhci_sync.c3581 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in hci_reset_sync()
H A Dhci_event.c4027 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),