Home
last modified time | relevance | path

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

/linux-6.1.9/net/bluetooth/
Dmsft.c121 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features()
323 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in msft_remove_monitor_sync()
331 return msft_le_cancel_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_remove_monitor_sync()
437 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, total_size, cp, in msft_add_monitor_sync()
447 return msft_le_monitor_advertisement_cb(hdev, hdev->msft_opcode, in msft_add_monitor_sync()
505 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
769 cp = hci_sent_cmd_data(hdev, hdev->msft_opcode); in msft_le_set_advertisement_filter_enable_cb()
815 hci_req_add(req, hdev->msft_opcode, sizeof(cp), &cp); in msft_req_add_set_filter_enable()
/linux-6.1.9/drivers/bluetooth/
Dhci_vhci.c45 __u16 msft_opcode; member
206 if (vhci->msft_opcode) in msft_opcode_set()
209 vhci->msft_opcode = val; in msft_opcode_set()
218 *val = vhci->msft_opcode; in msft_opcode_get()
272 if (vhci->msft_opcode) in vhci_setup()
273 hci_set_msft_opcode(hdev, vhci->msft_opcode); in vhci_setup()
Dvirtio_bt.c340 __u16 msft_opcode; in virtbt_probe() local
343 msft_opcode, &msft_opcode); in virtbt_probe()
345 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
/linux-6.1.9/include/uapi/linux/
Dvirtio_bt.h28 __u16 msft_opcode; member
/linux-6.1.9/include/net/bluetooth/
Dhci_core.h640 __u16 msft_opcode; member
1487 hdev->msft_opcode = opcode; in hci_set_msft_opcode()