Searched refs:hci_cmd_sync (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/net/bluetooth/ |
D | hci_sync.h | 29 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen,
|
/linux-6.6.21/drivers/bluetooth/ |
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()
|
/linux-6.6.21/net/bluetooth/ |
D | hci_sync.c | 213 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync() function 229 EXPORT_SYMBOL(hci_cmd_sync);
|