Lines Matching refs:hci_dev

100 static int __msft_add_monitor_pattern(struct hci_dev *hdev,
103 bool msft_monitor_supported(struct hci_dev *hdev) in msft_monitor_supported()
108 static bool read_supported_features(struct hci_dev *hdev, in read_supported_features()
157 static void reregister_monitor_on_restart(struct hci_dev *hdev, int handle) in reregister_monitor_on_restart()
185 void msft_do_open(struct hci_dev *hdev) in msft_do_open()
213 void msft_do_close(struct hci_dev *hdev) in msft_do_close()
241 void msft_vendor_evt(struct hci_dev *hdev, struct sk_buff *skb) in msft_vendor_evt()
274 __u64 msft_get_features(struct hci_dev *hdev) in msft_get_features()
286 (struct hci_dev *hdev, u16 handle, bool is_mgmt) in msft_find_handle_data()
301 static void msft_le_monitor_advertisement_cb(struct hci_dev *hdev, in msft_le_monitor_advertisement_cb()
357 static void msft_le_cancel_monitor_advertisement_cb(struct hci_dev *hdev, in msft_le_cancel_monitor_advertisement_cb()
414 static void msft_le_set_advertisement_filter_enable_cb(struct hci_dev *hdev, in msft_le_set_advertisement_filter_enable_cb()
478 static int __msft_add_monitor_pattern(struct hci_dev *hdev, in __msft_add_monitor_pattern()
537 int msft_add_monitor_pattern(struct hci_dev *hdev, struct adv_monitor *monitor) in msft_add_monitor_pattern()
551 int msft_remove_monitor(struct hci_dev *hdev, struct adv_monitor *monitor, in msft_remove_monitor()
587 struct hci_dev *hdev = req->hdev; in msft_req_add_set_filter_enable()
596 int msft_set_filter_enable(struct hci_dev *hdev, bool enable) in msft_set_filter_enable()
612 bool msft_curve_validity(struct hci_dev *hdev) in msft_curve_validity()