Home
last modified time | relevance | path

Searched refs:__hci_cmd_sync_ev (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/bluetooth/
Dhci_core.c169 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev() function
232 EXPORT_SYMBOL(__hci_cmd_sync_ev);
237 return __hci_cmd_sync_ev(hdev, opcode, plen, param, 0, timeout); in __hci_cmd_sync()
/linux-4.1.27/include/net/bluetooth/
Dhci_core.h1286 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen,
/linux-4.1.27/drivers/bluetooth/
Dbtusb.c1886 skb = __hci_cmd_sync_ev(hdev, le16_to_cpu(cmd->opcode), cmd->plen, in btusb_setup_intel_patching()