Searched refs:__hci_cmd_send (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | btmtk.c | 66 err = __hci_cmd_send(hdev, 0xfd5b, 0, NULL); in btmtk_coredump() 619 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in btmtk_usb_hci_wmt_sync()
|
H A D | btqca.c | 495 return __hci_cmd_send(hdev, EDL_PATCH_CMD_OPCODE, seg_size + 2, in qca_tlv_send_segment()
|
H A D | btmtkuart.c | 122 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
H A D | btmtksdio.c | 176 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
|
H A D | btrtl.c | 960 __hci_cmd_send(hdev, RTL_VSC_OP_COREDUMP, sizeof(param), param); in btrtl_coredump()
|
H A D | btnxpuart.c | 387 __hci_cmd_send(hdev, opcode, plen, param); in nxp_drv_send_cmd()
|
H A D | hci_qca.c | 1848 err = __hci_cmd_send(hdev, 0xfc0c, 1, param); in hci_coredump_qca()
|
H A D | btusb.c | 2988 err = __hci_cmd_send(hdev, 0xfc0c, 1, param); in btusb_coredump_qca()
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 3115 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() function 3144 EXPORT_SYMBOL(__hci_cmd_send);
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 2275 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen,
|