Searched refs:hci_cmd_sync (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_sync.h | 29 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
|
/kernel/linux/linux-5.10/drivers/bluetooth/ |
H A D | btintel.c | 562 skb = hci_cmd_sync(ctx->hdev, ctx->op_read, sizeof(cp), &cp, in regmap_ibt_read() 634 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btintel.c | 730 skb = hci_cmd_sync(ctx->hdev, ctx->op_read, sizeof(cp), &cp, in regmap_ibt_read() 802 skb = hci_cmd_sync(ctx->hdev, ctx->op_write, plen, cp, HCI_CMD_TIMEOUT); in regmap_ibt_gather_write()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 1661 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
|
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_core.c | 4106 * standard API, using hci_send_cmd or hci_cmd_sync helpers. in __hci_cmd_send() 4147 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync() function 4163 EXPORT_SYMBOL(hci_cmd_sync); variable
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 217 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync() function 233 EXPORT_SYMBOL(hci_cmd_sync); variable
|
Completed in 20 milliseconds