Searched refs:HCI_OP_RESET (Results 1 – 16 of 16) 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 | btbcm.c | 278 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btbcm_reset()
|
| H A D | hci_aml.c | 325 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
|
| H A D | btintel.c | 256 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_hw_error() 3412 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in btintel_setup_combined() 3651 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_shutdown_combined()
|
| H A D | hci_intel.c | 845 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in intel_setup()
|
| 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 | btrtl.c | 1394 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_CMD_TIMEOUT); in btrtl_shutdown_realtek()
|
| H A D | btnxpuart.c | 1421 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in nxp_set_bdaddr()
|
| H A D | btintel_pcie.c | 369 (opcode == BTINTEL_HCI_OP_RESET || opcode == HCI_OP_RESET)); in btintel_pcie_send_sync()
|
| H A D | btusb.c | 3840 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 | 3949 if (opcode == HCI_OP_RESET) in hci_resend_last() 3979 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
|
| H A D | hci_sync.c | 3674 err = __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in hci_reset_sync()
|
| H A D | hci_event.c | 4098 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1131 #define HCI_OP_RESET 0x0c03 macro
|