Searched refs:__hci_cmd_send (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/bluetooth/ |
D | btqca.c | 365 return __hci_cmd_send(hdev, EDL_PATCH_CMD_OPCODE, seg_size + 2, in qca_tlv_send_segment()
|
D | btmtkuart.c | 122 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
D | btmtksdio.c | 174 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
D | btusb.c | 2510 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in btusb_mtk_hci_wmt_sync()
|
/linux-6.1.9/net/bluetooth/ |
D | hci_core.c | 3020 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() function 3049 EXPORT_SYMBOL(__hci_cmd_send);
|
/linux-6.1.9/include/net/bluetooth/ |
D | hci_core.h | 1942 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen,
|