Home
last modified time | relevance | path

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

/Linux-v5.15/net/bluetooth/
Dmsft.c117 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features()
189 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open()
380 cp = hci_sent_cmd_data(hdev, hdev->msft_opcode); in msft_le_cancel_monitor_advertisement_cb()
438 cp = hci_sent_cmd_data(hdev, hdev->msft_opcode); in msft_le_set_advertisement_filter_enable_cb()
526 hci_req_add(&req, hdev->msft_opcode, total_size, cp); in __msft_add_monitor_pattern()
576 hci_req_add(&req, hdev->msft_opcode, sizeof(cp), &cp); in msft_remove_monitor()
593 hci_req_add(req, hdev->msft_opcode, sizeof(cp), &cp); in msft_req_add_set_filter_enable()
/Linux-v5.15/drivers/bluetooth/
Dvirtio_bt.c337 __u16 msft_opcode; in virtbt_probe() local
340 msft_opcode, &msft_opcode); in virtbt_probe()
342 hci_set_msft_opcode(hdev, msft_opcode); in virtbt_probe()
/Linux-v5.15/include/uapi/linux/
Dvirtio_bt.h28 __u16 msft_opcode; member
/Linux-v5.15/include/net/bluetooth/
Dhci_core.h587 __u16 msft_opcode; member
1258 hdev->msft_opcode = opcode; in hci_set_msft_opcode()