Home
last modified time | relevance | path

Searched refs:__hci_cmd_sync (Results 1 – 4 of 4) sorted by relevance

/net/bluetooth/
Daosp.c21 skb = __hci_cmd_sync(hdev, hci_opcode_pack(0x3f, 0x153), 0, NULL, in aosp_do_open()
Dmsft.c117 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features()
Dhci_request.c185 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);
Dhci_core.c98 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()