Searched refs:__hci_cmd_send (Results 1 – 4 of 4) 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 | btusb.c | 2974 err = __hci_cmd_send(hdev, 0xfc0c, 1, param); in btusb_coredump_qca()
|
/linux/net/bluetooth/ |
H A D | hci_core.c | 3057 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_send() function 3086 EXPORT_SYMBOL(__hci_cmd_send);
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 2222 int __hci_cmd_send(struct hci_dev *hdev, u16 opcode, u32 plen,
|