Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dvirtio_bt.c355 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
H A Dhci_vhci.c277 hci_set_msft_opcode(hdev, vhci->msft_opcode); in vhci_setup()
H A Dbtqca.c969 hci_set_msft_opcode(hdev, 0xFD70); in qca_uart_setup()
H A Dbtmtksdio.c901 hci_set_msft_opcode(hdev, 0xFD30); in mt79xx_setup()
H A Dbtrtl.c1228 hci_set_msft_opcode(hdev, 0xFCF0); in btrtl_initialize()
H A Dbtmtk.c1364 hci_set_msft_opcode(hdev, 0xFD30); in btmtk_usb_setup()
H A Dbtintel.c3256 hci_set_msft_opcode(hdev, 0xFC1E); in btintel_set_msft_opcode()
H A Dbtusb.c4185 hci_set_msft_opcode(hdev, 0xFD70); in btusb_probe()
/linux/include/net/bluetooth/
H A Dhci_core.h1723 static inline void hci_set_msft_opcode(struct hci_dev *hdev, __u16 opcode) in hci_set_msft_opcode() function