Searched refs:msft_opcode (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/include/uapi/linux/ |
D | virtio_bt.h | 29 __u16 msft_opcode; member 36 __u16 msft_opcode; member
|
/Linux-v6.6/drivers/bluetooth/ |
D | virtio_bt.c | 353 __u16 msft_opcode; in virtbt_probe() local 357 msft_opcode, &msft_opcode); in virtbt_probe() 360 msft_opcode, &msft_opcode); in virtbt_probe() 362 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
|
D | hci_vhci.c | 45 __u16 msft_opcode; member 209 if (vhci->msft_opcode) in msft_opcode_set() 212 vhci->msft_opcode = val; in msft_opcode_set() 221 *val = vhci->msft_opcode; in msft_opcode_get() 275 if (vhci->msft_opcode) in vhci_setup() 276 hci_set_msft_opcode(hdev, vhci->msft_opcode); in vhci_setup()
|
/Linux-v6.6/net/bluetooth/ |
D | msft.c | 151 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features() 354 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_addr_filters_sync() 443 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_monitor_sync() 451 return msft_le_cancel_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_remove_monitor_sync() 559 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, total_size, cp, in msft_add_monitor_sync() 567 err = msft_le_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_add_monitor_sync() 642 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open() 741 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_cancel_address_filter_sync() 894 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, size, cp, in msft_add_address_filter_sync() 1194 err = __hci_cmd_sync_status(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_set_filter_enable()
|
/Linux-v6.6/include/net/bluetooth/ |
D | hci_core.h | 645 __u16 msft_opcode; member 1620 hdev->msft_opcode = opcode; in hci_set_msft_opcode()
|