Searched refs:msft_opcode (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvirtio_bt.h28 __u16 msft_opcode; member in struct:virtio_bt_config
35 __u16 msft_opcode; member in struct:virtio_bt_config_v2
/linux-master/drivers/bluetooth/
H A Dvirtio_bt.c351 __u16 msft_opcode; local
355 msft_opcode, &msft_opcode);
358 msft_opcode, &msft_opcode);
360 hci_set_msft_opcode(hdev, msft_opcode);
H A Dhci_vhci.c46 __u16 msft_opcode; member in struct:vhci_data
210 if (vhci->msft_opcode)
213 vhci->msft_opcode = val;
222 *val = vhci->msft_opcode;
276 if (vhci->msft_opcode)
277 hci_set_msft_opcode(hdev, vhci->msft_opcode);
445 debugfs_create_file("msft_opcode", 0644, hdev->debugfs, data,
/linux-master/net/bluetooth/
H A Dmsft.c151 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp,
351 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp,
440 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp,
445 return msft_le_cancel_monitor_advertisement_cb(hdev, hdev->msft_opcode,
553 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, total_size, cp,
561 err = msft_le_monitor_advertisement_cb(hdev, hdev->msft_opcode,
636 if (hdev->msft_opcode == HCI_OP_NOP)
735 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp,
889 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, size, cp,
1191 err = __hci_cmd_sync_status(hdev, hdev->msft_opcode, sizeo
[all...]
/linux-master/include/net/bluetooth/
H A Dhci_core.h623 __u16 msft_opcode; member in struct:hci_dev
1651 hdev->msft_opcode = opcode;

Completed in 356 milliseconds