Searched refs:msft_opcode (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/bluetooth/ |
H A D | virtio_bt.c | 346 __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 D | hci_vhci.c | 46 __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()
|
/linux/include/uapi/linux/ |
H A D | virtio_bt.h | 28 __u16 msft_opcode; member 35 __u16 msft_opcode; member
|
/linux/net/bluetooth/ |
H A D | msft.c | 150 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features() 350 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_addr_filters_sync() 439 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_monitor_sync() 444 return msft_le_cancel_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_remove_monitor_sync() 552 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, total_size, cp, in msft_add_monitor_sync() 560 err = msft_le_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_add_monitor_sync() 635 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open() 734 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_cancel_address_filter_sync() 888 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, size, cp, in msft_add_address_filter_sync() 1190 err = __hci_cmd_sync_status(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_set_filter_enable()
|
/linux/include/net/bluetooth/ |
H A D | hci_core.h | 615 __u16 msft_opcode; member 1714 hdev->msft_opcode = opcode; in hci_set_msft_opcode()
|