Searched refs:HCI_OP_RESET (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | btqcomsmd.c | 112 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btqcomsmd_setup()
|
H A D | virtio_bt.c | 190 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in virtbt_shutdown_generic()
|
H A D | btintel_pcie.c | 1324 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 D | hci_aml.c | 326 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
|
H A D | hci_intel.c | 849 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
|
H A D | btusb.c | 3641 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_shutdown_qca()
|
/linux/net/bluetooth/ |
H A D | hci_debugfs.c | 1310 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write()
|
H A D | hci_core.c | 3891 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 D | hci_sync.c | 3581 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in hci_reset_sync()
|
H A D | hci_event.c | 4027 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
|