Home
last modified time | relevance | path

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

/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_bt.h29 uint16_t msft_opcode; member
36 uint16_t msft_opcode; member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_bt.h28 __u16 msft_opcode; member
35 __u16 msft_opcode; member
/openbmc/linux/drivers/bluetooth/
H A Dvirtio_bt.c351 __u16 msft_opcode; in virtbt_probe() local
355 msft_opcode, &msft_opcode); in virtbt_probe()
358 msft_opcode, &msft_opcode); in virtbt_probe()
360 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()
/openbmc/linux/net/bluetooth/
H A Dmsft.c151 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, sizeof(cp), &cp, in msft_set_filter_enable()
/openbmc/linux/include/net/bluetooth/
H A Dhci_core.h623 __u16 msft_opcode; member
1609 hdev->msft_opcode = opcode; in hci_set_msft_opcode()