Home
last modified time | relevance | path

Searched refs:msft_opcode (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/bluetooth/
H A Dvirtio_bt.c346 __u16 msft_opcode; in virtbt_probe() local
350 msft_opcode, &msft_opcode); in virtbt_probe()
353 msft_opcode, &msft_opcode); in virtbt_probe()
355 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
H A Dhci_vhci.c46 __u16 msft_opcode; member
210 if (vhci->msft_opcode) in msft_opcode_set()
213 vhci->msft_opcode = val; in msft_opcode_set()
222 *val = vhci->msft_opcode; in msft_opcode_get()
276 if (vhci->msft_opcode) in vhci_setup()
277 hci_set_msft_opcode(hdev, vhci->msft_opcode); in vhci_setup()
444 debugfs_create_file("msft_opcode", 0644, hdev->debugfs, data, in __vhci_create_device()
/linux/include/uapi/linux/
H A Dvirtio_bt.h28 __u16 msft_opcode; member
35 __u16 msft_opcode; member
/linux/include/net/bluetooth/
H A Dhci_core.h630 __u16 msft_opcode; member
1726 hdev->msft_opcode = opcode; in hci_set_msft_opcode()