Searched refs:HCI_OP_RESET (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/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 | btbcm.c | 278 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btbcm_reset()
|
| H A D | btintel_pcie.c | 1844 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 D | hci_aml.c | 326 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
|
| H A D | btintel.c | 254 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 D | btqca.c | 198 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in qca_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 | btrtl.c | 1378 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in btrtl_shutdown_realtek()
|
| H A D | btnxpuart.c | 1361 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in nxp_set_bdaddr()
|
| H A D | btusb.c | 3702 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btusb_shutdown_qca()
|
| /linux-6.15/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 | 3892 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 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 | 4041 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
|
| /linux-6.15/include/net/bluetooth/ |
| H A D | hci.h | 1119 #define HCI_OP_RESET 0x0c03 macro
|