Searched refs:hci_cmd_sync_alloc (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/include/net/bluetooth/ |
D | hci_sync.h | 41 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen,
|
/linux-6.14.4/net/bluetooth/ |
D | hci_core.c | 3040 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in hci_send_cmd() 3075 skb = hci_cmd_sync_alloc(hdev, opcode, plen, param, NULL); in __hci_cmd_send()
|
D | hci_sync.c | 51 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()
|