Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/bluetooth/
Dvirtio_bt.c362 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
Dhci_vhci.c276 hci_set_msft_opcode(hdev, vhci->msft_opcode); in vhci_setup()
Dbtqca.c726 hci_set_msft_opcode(hdev, 0xFD70); in qca_uart_setup()
Dbtrtl.c1205 hci_set_msft_opcode(hdev, 0xFCF0); in btrtl_initialize()
Dbtmtksdio.c888 hci_set_msft_opcode(hdev, 0xFD30); in mt79xx_setup()
Dbtusb.c3146 hci_set_msft_opcode(hdev, 0xFD30); in btusb_mtk_setup()
4440 hci_set_msft_opcode(hdev, 0xFD70); in btusb_probe()
Dbtintel.c2660 hci_set_msft_opcode(hdev, 0xFC1E); in btintel_set_msft_opcode()
/Linux-v6.6/include/net/bluetooth/
Dhci_core.h1617 static inline void hci_set_msft_opcode(struct hci_dev *hdev, __u16 opcode) in hci_set_msft_opcode() function