Home
last modified time | relevance | path

Searched refs:__hci_cmd_send (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/drivers/bluetooth/
H A Dbtmtk.c60 err = __hci_cmd_send(hdev, 0xfd5b, 0, NULL); in btmtk_coredump()
H A Dbtqca.c479 return __hci_cmd_send(hdev, EDL_PATCH_CMD_OPCODE, seg_size + 2, in qca_tlv_send_segment()
H A Dbtmtkuart.c121 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
H A Dbtrtl.c939 __hci_cmd_send(hdev, RTL_VSC_OP_COREDUMP, sizeof(param), param); in btrtl_coredump()
H A Dbtmtksdio.c174 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in mtk_hci_wmt_sync()
H A Dbtusb.c2787 err = __hci_cmd_send(hdev, 0xfc6f, hlen, wc); in btusb_mtk_hci_wmt_sync()
3465 err = __hci_cmd_send(hdev, 0xfc0c, 1, param); in btusb_coredump_qca()
H A Dhci_qca.c1816 err = __hci_cmd_send(hdev, 0xfc0c, 1, param); in hci_coredump_qca()
/openbmc/linux/net/bluetooth/
H A Dhci_core.c3070 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() function
3099 EXPORT_SYMBOL(__hci_cmd_send);
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h2121 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen,