Searched refs:msft_opcode (Results 1 – 4 of 4) sorted by relevance
| /linux/net/bluetooth/ |
| A D | msft.c | 120 skb = __hci_cmd_sync(hdev, hdev->msft_opcode, sizeof(cp), &cp, in read_supported_features() 255 if (hdev->msft_opcode == HCI_OP_NOP) in msft_do_open() 482 cp = hci_sent_cmd_data(hdev, hdev->msft_opcode); in msft_le_cancel_monitor_advertisement_cb() 553 cp = hci_sent_cmd_data(hdev, hdev->msft_opcode); in msft_le_set_advertisement_filter_enable_cb() 641 hci_req_add(&req, hdev->msft_opcode, total_size, cp); in __msft_add_monitor_pattern() 685 hci_req_add(&req, hdev->msft_opcode, sizeof(cp), &cp); in __msft_remove_monitor() 717 hci_req_add(req, hdev->msft_opcode, sizeof(cp), &cp); in msft_req_add_set_filter_enable()
|
| /linux/drivers/bluetooth/ |
| A D | virtio_bt.c | 337 __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/include/uapi/linux/ |
| A D | virtio_bt.h | 28 __u16 msft_opcode; member
|
| /linux/include/net/bluetooth/ |
| A D | hci_core.h | 599 __u16 msft_opcode; member 1278 hdev->msft_opcode = opcode; in hci_set_msft_opcode()
|
Completed in 15 milliseconds