Searched refs:__hci_cmd_sync (Results 1 – 4 of 4) sorted by relevance
/net/bluetooth/ |
D | aosp.c | 21 skb = __hci_cmd_sync(hdev, hci_opcode_pack(0x3f, 0x153), 0, NULL, in aosp_do_open()
|
D | msft.c | 117 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features()
|
D | hci_request.c | 185 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync() function 190 EXPORT_SYMBOL(__hci_cmd_sync);
|
D | hci_core.c | 98 skb = __hci_cmd_sync(hdev, HCI_OP_ENABLE_DUT_MODE, 0, NULL, in dut_mode_write() 101 skb = __hci_cmd_sync(hdev, HCI_OP_RESET, 0, NULL, in dut_mode_write() 4343 skb = __hci_cmd_sync(hdev, opcode, plen, param, timeout); in hci_cmd_sync()
|