Searched refs:__hci_cmd_send (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/drivers/bluetooth/ |
D | btmtk.c | 60 err = __hci_cmd_send(hdev, 0xfd5b, 0, NULL); in btmtk_coredump()
|
D | btqca.c | 365 return __hci_cmd_send(hdev, EDL_PATCH_CMD_OPCODE, seg_size + 2, in qca_tlv_send_segment()
|
D | btmtkuart.c | 121 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
D | btrtl.c | 939 __hci_cmd_send(hdev, RTL_VSC_OP_COREDUMP, sizeof(param), param); in btrtl_coredump()
|
D | btmtksdio.c | 174 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
D | btusb.c | 2781 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in btusb_mtk_hci_wmt_sync()
|
/Linux-v6.6/net/bluetooth/ |
D | hci_core.c | 3074 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() function 3103 EXPORT_SYMBOL(__hci_cmd_send);
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 2100 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen,
|