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 | 195 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in virtbt_shutdown_generic()
|
| H A D | hci_aml.c | 339 skb = __hci_cmd_sync_ev(hdev, HCI_OP_RESET, 0, NULL, in aml_send_reset()
|
| H A D | btintel.c | 271 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_hw_error() 3710 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in btintel_setup_combined() 3951 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, HCI_INIT_TIMEOUT); in btintel_configure_setup()
|
| H A D | btintel_pcie.c | 407 /* Firmware raises alive interrupt on HCI_OP_RESET or in btintel_pcie_send_sync() 411 (opcode == BTINTEL_HCI_OP_RESET || opcode == HCI_OP_RESET)); in btintel_pcie_send_sync()
|
| /linux/net/bluetooth/ |
| H A D | hci_debugfs.c | 1303 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write()
|
| H A D | hci_core.c | 3913 if (opcode == HCI_OP_RESET) in hci_resend_last() 3943 if (test_bit(HCI_INIT, &hdev->flags) && opcode == HCI_OP_RESET) in hci_req_cmd_complete()
|
| H A D | hci_sync.c | 3800 return __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in __hci_reset_sync() 3807 return __hci_cmd_sync_status(hdev, HCI_OP_RESET, 0, NULL, in hci_init0_sync()
|
| H A D | hci_event.c | 4123 HCI_CC_STATUS(HCI_OP_RESET, hci_cc_reset),
|
| /linux/include/net/bluetooth/ |
| H A D | hci.h | 1130 #define HCI_OP_RESET 0x0c03 macro
|