Home
last modified time | relevance | path

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

/linux-6.15/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 Dbtbcm.c278 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btbcm_reset()
H A Dbtintel_pcie.c1844 if (opcode == HCI_OP_RESET) in btintel_pcie_send_frame()
1875 (opcode == HCI_OP_RESET || opcode == 0xfc01)) { in btintel_pcie_send_frame()
1883 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 Dbtintel.c254 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_hw_error()
3411 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in btintel_setup_combined()
3649 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_shutdown_combined()
H A Dbtqca.c198 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in qca_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 Dbtrtl.c1378 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in btrtl_shutdown_realtek()
H A Dbtnxpuart.c1361 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in nxp_set_bdaddr()
H A Dbtusb.c3702 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_shutdown_qca()
/linux-6.15/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.c3892 if (opcode == HCI_OP_RESET) in hci_resend_last()
3922 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.c4041 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
/linux-6.15/include/net/bluetooth/
H A Dhci.h1119 #define HCI_OP_RESET 0x0c03 macro