Searched refs:msft_opcode (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_bt.h | 29 __u16 msft_opcode; member 36 __u16 msft_opcode; member
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A 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()
|
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() 453 debugfs_create_file("msft_opcode", 0644, hdev->debugfs, data, in __vhci_create_device()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | msft.c | 151 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features() 351 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_addr_filters_sync() 440 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_monitor_sync() 445 return msft_le_cancel_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_remove_monitor_sync() 553 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, total_size, cp, in msft_add_monitor_sync() 561 err = msft_le_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_add_monitor_sync() 636 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open() 735 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_cancel_address_filter_sync() 889 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, size, cp, in msft_add_address_filter_sync() 1191 err = __hci_cmd_sync_status(hdev, hdev->msft_opcode, sizeo in msft_set_filter_enable() [all...] |
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | msft.c | 39 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features() 79 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
|
/kernel/linux/linux-5.10/include/net/bluetooth/ |
H A D | hci_core.h | 568 __u16 msft_opcode; 1221 hdev->msft_opcode = opcode;
|
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 653 __u16 msft_opcode; member 1652 hdev->msft_opcode = opcode; in hci_set_msft_opcode()
|
Completed in 10 milliseconds