Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_sync.h41 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen,
/linux/net/bluetooth/
H A Dhci_core.c3060 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in hci_send_cmd()
3095 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in __hci_cmd_send()
H A Dhci_sync.c51 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_alloc() function
99 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, sk); in hci_cmd_sync_add()