Lines Matching refs:hci_dev
101 static int __msft_add_monitor_pattern(struct hci_dev *hdev,
103 static int __msft_remove_monitor(struct hci_dev *hdev,
106 bool msft_monitor_supported(struct hci_dev *hdev) in msft_monitor_supported()
111 static bool read_supported_features(struct hci_dev *hdev, in read_supported_features()
160 static void reregister_monitor(struct hci_dev *hdev, int handle) in reregister_monitor()
189 static void remove_monitor_on_suspend(struct hci_dev *hdev, int handle) in remove_monitor_on_suspend()
218 void msft_suspend(struct hci_dev *hdev) in msft_suspend()
235 void msft_resume(struct hci_dev *hdev) in msft_resume()
251 void msft_do_open(struct hci_dev *hdev) in msft_do_open()
287 void msft_do_close(struct hci_dev *hdev) in msft_do_close()
313 void msft_register(struct hci_dev *hdev) in msft_register()
329 void msft_unregister(struct hci_dev *hdev) in msft_unregister()
344 void msft_vendor_evt(struct hci_dev *hdev, struct sk_buff *skb) in msft_vendor_evt()
377 __u64 msft_get_features(struct hci_dev *hdev) in msft_get_features()
389 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data()
404 static void msft_le_monitor_advertisement_cb(struct hci_dev *hdev, in msft_le_monitor_advertisement_cb()
459 static void msft_le_cancel_monitor_advertisement_cb(struct hci_dev *hdev, in msft_le_cancel_monitor_advertisement_cb()
529 static void msft_le_set_advertisement_filter_enable_cb(struct hci_dev *hdev, in msft_le_set_advertisement_filter_enable_cb()
593 static int __msft_add_monitor_pattern(struct hci_dev *hdev, in __msft_add_monitor_pattern()
652 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor) in msft_add_monitor_pattern()
666 static int __msft_remove_monitor(struct hci_dev *hdev, in __msft_remove_monitor()
695 int msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor, in msft_remove_monitor()
711 struct hci_dev *hdev = req->hdev; in msft_req_add_set_filter_enable()
720 int msft_set_filter_enable(struct hci_dev *hdev, bool enable) in msft_set_filter_enable()
736 bool msft_curve_validity(struct hci_dev *hdev) in msft_curve_validity()