Lines Matching defs:hdev
23 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete()
51 struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_alloc()
88 struct hci_dev *hdev = req->hdev; in hci_cmd_sync_add() local
117 struct hci_dev *hdev = req->hdev; in hci_req_sync_run() local
148 static void hci_request_init(struct hci_request *req, struct hci_dev *hdev) in hci_request_init()
156 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_sk()
220 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
228 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
247 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
256 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk()
284 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status()
292 int hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync_status()
307 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_sync_work); in hci_cmd_sync_work() local
344 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_sync_cancel_work); in hci_cmd_sync_cancel_work() local
354 static int scan_disable_sync(struct hci_dev *hdev, void *data) in scan_disable_sync()
359 static int interleaved_inquiry_sync(struct hci_dev *hdev, void *data) in interleaved_inquiry_sync()
366 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_disable() local
422 static int reenable_adv_sync(struct hci_dev *hdev, void *data) in reenable_adv_sync()
449 struct hci_dev *hdev = container_of(work, struct hci_dev, in reenable_adv() local
464 static void cancel_adv_timeout(struct hci_dev *hdev) in cancel_adv_timeout()
483 int hci_clear_adv_instance_sync(struct hci_dev *hdev, struct sock *sk, in hci_clear_adv_instance_sync()
539 static int adv_timeout_expire_sync(struct hci_dev *hdev, void *data) in adv_timeout_expire_sync()
556 struct hci_dev *hdev = container_of(work, struct hci_dev, in adv_timeout_expire() local
579 static bool is_interleave_scanning(struct hci_dev *hdev) in is_interleave_scanning()
588 struct hci_dev *hdev = container_of(work, struct hci_dev, in interleave_scan_work() local
626 void hci_cmd_sync_init(struct hci_dev *hdev) in hci_cmd_sync_init()
640 static void _hci_cmd_sync_cancel_entry(struct hci_dev *hdev, in _hci_cmd_sync_cancel_entry()
651 void hci_cmd_sync_clear(struct hci_dev *hdev) in hci_cmd_sync_clear()
664 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel()
682 void hci_cmd_sync_cancel_sync(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel_sync()
702 int hci_cmd_sync_submit(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_submit()
739 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue()
753 _hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in _hci_cmd_sync_lookup_entry()
779 int hci_cmd_sync_queue_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue_once()
794 int hci_cmd_sync_run(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run()
817 int hci_cmd_sync_run_once(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_run_once()
833 hci_cmd_sync_lookup_entry(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_lookup_entry()
847 void hci_cmd_sync_cancel_entry(struct hci_dev *hdev, in hci_cmd_sync_cancel_entry()
860 bool hci_cmd_sync_dequeue_once(struct hci_dev *hdev, in hci_cmd_sync_dequeue_once()
881 bool hci_cmd_sync_dequeue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_dequeue()
899 int hci_update_eir_sync(struct hci_dev *hdev) in hci_update_eir_sync()
930 static u8 get_service_classes(struct hci_dev *hdev) in get_service_classes()
941 int hci_update_class_sync(struct hci_dev *hdev) in hci_update_class_sync()
970 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed()
1009 static bool adv_use_rpa(struct hci_dev *hdev, uint32_t flags) in adv_use_rpa()
1032 static int hci_set_random_addr_sync(struct hci_dev *hdev, bdaddr_t *rpa) in hci_set_random_addr_sync()
1056 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync()
1146 static int hci_disable_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_disable_ext_adv_instance_sync()
1182 static int hci_set_adv_set_random_addr_sync(struct hci_dev *hdev, u8 instance, in hci_set_adv_set_random_addr_sync()
1208 int hci_setup_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_setup_ext_adv_instance_sync()
1341 static int hci_set_ext_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_scan_rsp_data_sync()
1378 static int __hci_set_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in __hci_set_scan_rsp_data_sync()
1400 int hci_update_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_scan_rsp_data_sync()
1411 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync()
1457 int hci_start_ext_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_ext_adv_sync()
1472 int hci_disable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_disable_per_advertising_sync()
1491 static int hci_set_per_adv_params_sync(struct hci_dev *hdev, u8 instance, in hci_set_per_adv_params_sync()
1513 static int hci_set_per_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_per_adv_data_sync()
1537 static int hci_enable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_per_advertising_sync()
1559 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement()
1594 int hci_start_per_adv_sync(struct hci_dev *hdev, u8 instance, u8 data_len, in hci_start_per_adv_sync()
1650 static int hci_start_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_adv_sync()
1668 int hci_enable_advertising_sync(struct hci_dev *hdev) in hci_enable_advertising_sync()
1754 static int enable_advertising_sync(struct hci_dev *hdev, void *data) in enable_advertising_sync()
1759 int hci_enable_advertising(struct hci_dev *hdev) in hci_enable_advertising()
1768 int hci_remove_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_remove_ext_adv_instance_sync()
1789 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync()
1801 static int hci_set_ext_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_adv_data_sync()
1839 static int hci_set_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_adv_data_sync()
1862 int hci_update_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_adv_data_sync()
1873 int hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_schedule_adv_instance_sync()
1929 static int hci_clear_adv_sets_sync(struct hci_dev *hdev, struct sock *sk) in hci_clear_adv_sets_sync()
1945 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force) in hci_clear_adv_sync()
1979 static int hci_remove_adv_sync(struct hci_dev *hdev, u8 instance, in hci_remove_adv_sync()
2015 int hci_remove_advertising_sync(struct hci_dev *hdev, struct sock *sk, in hci_remove_advertising_sync()
2059 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle) in hci_read_rssi_sync()
2068 int hci_read_clock_sync(struct hci_dev *hdev, struct hci_cp_read_clock *cp) in hci_read_clock_sync()
2074 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type) in hci_read_tx_power_sync()
2084 int hci_disable_advertising_sync(struct hci_dev *hdev) in hci_disable_advertising_sync()
2102 static int hci_le_set_ext_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_ext_scan_enable_sync()
2119 static int hci_le_set_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_scan_enable_sync()
2139 static int hci_le_set_addr_resolution_enable_sync(struct hci_dev *hdev, u8 val) in hci_le_set_addr_resolution_enable_sync()
2152 static int hci_scan_disable_sync(struct hci_dev *hdev) in hci_scan_disable_sync()
2174 static bool scan_use_rpa(struct hci_dev *hdev) in scan_use_rpa()
2179 static void hci_start_interleave_scan(struct hci_dev *hdev) in hci_start_interleave_scan()
2186 static void cancel_interleave_scan(struct hci_dev *hdev) in cancel_interleave_scan()
2198 static bool hci_update_interleaved_scan_sync(struct hci_dev *hdev) in hci_update_interleaved_scan_sync()
2227 static int hci_le_del_resolve_list_sync(struct hci_dev *hdev, in hci_le_del_resolve_list_sync()
2249 static int hci_le_del_accept_list_sync(struct hci_dev *hdev, in hci_le_del_accept_list_sync()
2290 static int hci_le_add_resolve_list_sync(struct hci_dev *hdev, in hci_le_add_resolve_list_sync()
2353 static int hci_le_set_privacy_mode_sync(struct hci_dev *hdev, in hci_le_set_privacy_mode_sync()
2393 static int hci_le_add_accept_list_sync(struct hci_dev *hdev, in hci_le_add_accept_list_sync()
2454 static int hci_pause_advertising_sync(struct hci_dev *hdev) in hci_pause_advertising_sync()
2498 static int hci_resume_advertising_sync(struct hci_dev *hdev) in hci_resume_advertising_sync()
2542 static int hci_pause_addr_resolution(struct hci_dev *hdev) in hci_pause_addr_resolution()
2581 struct sk_buff *hci_read_local_oob_data_sync(struct hci_dev *hdev, in hci_read_local_oob_data_sync()
2637 static int hci_le_clear_accept_list_sync(struct hci_dev *hdev) in hci_le_clear_accept_list_sync()
2663 static u8 hci_update_accept_list_sync(struct hci_dev *hdev) in hci_update_accept_list_sync()
2836 static int hci_le_set_ext_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_ext_scan_param_sync()
2916 static int hci_le_set_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_scan_param_sync()
2938 static int hci_start_scan_sync(struct hci_dev *hdev, u8 type, u16 interval, in hci_start_scan_sync()
2957 static int hci_passive_scan_sync(struct hci_dev *hdev) in hci_passive_scan_sync()
3087 int hci_update_passive_scan_sync(struct hci_dev *hdev) in hci_update_passive_scan_sync()
3158 static int update_scan_sync(struct hci_dev *hdev, void *data) in update_scan_sync()
3163 int hci_update_scan(struct hci_dev *hdev) in hci_update_scan()
3168 static int update_passive_scan_sync(struct hci_dev *hdev, void *data) in update_passive_scan_sync()
3173 int hci_update_passive_scan(struct hci_dev *hdev) in hci_update_passive_scan()
3188 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val) in hci_write_sc_support_sync()
3211 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync()
3232 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync()
3256 static int hci_powered_update_adv_sync(struct hci_dev *hdev) in hci_powered_update_adv_sync()
3301 static int hci_write_auth_enable_sync(struct hci_dev *hdev) in hci_write_auth_enable_sync()
3314 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable) in hci_write_fast_connectable_sync()
3358 static bool disconnected_accept_list_entries(struct hci_dev *hdev) in disconnected_accept_list_entries()
3376 static int hci_write_scan_enable_sync(struct hci_dev *hdev, u8 val) in hci_write_scan_enable_sync()
3383 int hci_update_scan_sync(struct hci_dev *hdev) in hci_update_scan_sync()
3415 int hci_update_name_sync(struct hci_dev *hdev) in hci_update_name_sync()
3440 int hci_powered_update_sync(struct hci_dev *hdev) in hci_powered_update_sync()
3510 static void hci_dev_get_bd_addr_from_property(struct hci_dev *hdev) in hci_dev_get_bd_addr_from_property()
3532 static int hci_init_stage_sync(struct hci_dev *hdev, in hci_init_stage_sync()
3549 static int hci_read_local_version_sync(struct hci_dev *hdev) in hci_read_local_version_sync()
3556 static int hci_read_bd_addr_sync(struct hci_dev *hdev) in hci_read_bd_addr_sync()
3575 int hci_reset_sync(struct hci_dev *hdev) in hci_reset_sync()
3589 static int hci_init0_sync(struct hci_dev *hdev) in hci_init0_sync()
3605 static int hci_unconf_init_sync(struct hci_dev *hdev) in hci_unconf_init_sync()
3623 static int hci_read_local_features_sync(struct hci_dev *hdev) in hci_read_local_features_sync()
3641 static int hci_read_local_cmds_sync(struct hci_dev *hdev) in hci_read_local_cmds_sync()
3659 static int hci_init1_sync(struct hci_dev *hdev) in hci_init1_sync()
3676 static int hci_read_buffer_size_sync(struct hci_dev *hdev) in hci_read_buffer_size_sync()
3683 static int hci_read_dev_class_sync(struct hci_dev *hdev) in hci_read_dev_class_sync()
3690 static int hci_read_local_name_sync(struct hci_dev *hdev) in hci_read_local_name_sync()
3697 static int hci_read_voice_setting_sync(struct hci_dev *hdev) in hci_read_voice_setting_sync()
3707 static int hci_read_num_supported_iac_sync(struct hci_dev *hdev) in hci_read_num_supported_iac_sync()
3714 static int hci_read_current_iac_lap_sync(struct hci_dev *hdev) in hci_read_current_iac_lap_sync()
3720 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync()
3747 static int hci_clear_event_filter_sync(struct hci_dev *hdev) in hci_clear_event_filter_sync()
3764 static int hci_write_ca_timeout_sync(struct hci_dev *hdev) in hci_write_ca_timeout_sync()
3773 static int hci_write_sync_flowctl_sync(struct hci_dev *hdev) in hci_write_sync_flowctl_sync()
3817 static int hci_write_ssp_mode_1_sync(struct hci_dev *hdev) in hci_write_ssp_mode_1_sync()
3836 static int hci_write_eir_sync(struct hci_dev *hdev) in hci_write_eir_sync()
3850 static int hci_write_inquiry_mode_sync(struct hci_dev *hdev) in hci_write_inquiry_mode_sync()
3868 static int hci_read_inq_rsp_tx_power_sync(struct hci_dev *hdev) in hci_read_inq_rsp_tx_power_sync()
3877 static int hci_read_local_ext_features_sync(struct hci_dev *hdev, u8 page) in hci_read_local_ext_features_sync()
3891 static int hci_read_local_ext_features_1_sync(struct hci_dev *hdev) in hci_read_local_ext_features_1_sync()
3916 static int hci_le_read_buffer_size_sync(struct hci_dev *hdev) in hci_le_read_buffer_size_sync()
3929 static int hci_le_read_local_features_sync(struct hci_dev *hdev) in hci_le_read_local_features_sync()
3936 static int hci_le_read_supported_states_sync(struct hci_dev *hdev) in hci_le_read_supported_states_sync()
3953 static int hci_init2_sync(struct hci_dev *hdev) in hci_init2_sync()
3983 static int hci_set_event_mask_sync(struct hci_dev *hdev) in hci_set_event_mask_sync()
4092 static int hci_read_stored_link_key_sync(struct hci_dev *hdev) in hci_read_stored_link_key_sync()
4108 static int hci_setup_link_policy_sync(struct hci_dev *hdev) in hci_setup_link_policy_sync()
4133 static int hci_read_page_scan_activity_sync(struct hci_dev *hdev) in hci_read_page_scan_activity_sync()
4142 static int hci_read_def_err_data_reporting_sync(struct hci_dev *hdev) in hci_read_def_err_data_reporting_sync()
4153 static int hci_read_page_scan_type_sync(struct hci_dev *hdev) in hci_read_page_scan_type_sync()
4168 static int hci_read_local_ext_features_all_sync(struct hci_dev *hdev) in hci_read_local_ext_features_all_sync()
4205 static int hci_le_set_event_mask_sync(struct hci_dev *hdev) in hci_le_set_event_mask_sync()
4334 static int hci_le_read_adv_tx_power_sync(struct hci_dev *hdev) in hci_le_read_adv_tx_power_sync()
4352 static int hci_le_read_tx_power_sync(struct hci_dev *hdev) in hci_le_read_tx_power_sync()
4363 static int hci_le_read_accept_list_size_sync(struct hci_dev *hdev) in hci_le_read_accept_list_size_sync()
4373 static int hci_le_read_resolv_list_size_sync(struct hci_dev *hdev) in hci_le_read_resolv_list_size_sync()
4383 static int hci_le_clear_resolv_list_sync(struct hci_dev *hdev) in hci_le_clear_resolv_list_sync()
4393 static int hci_le_set_rpa_timeout_sync(struct hci_dev *hdev) in hci_le_set_rpa_timeout_sync()
4407 static int hci_le_read_max_data_len_sync(struct hci_dev *hdev) in hci_le_read_max_data_len_sync()
4417 static int hci_le_read_def_data_len_sync(struct hci_dev *hdev) in hci_le_read_def_data_len_sync()
4427 static int hci_le_read_num_support_adv_sets_sync(struct hci_dev *hdev) in hci_le_read_num_support_adv_sets_sync()
4438 static int hci_set_le_support_sync(struct hci_dev *hdev) in hci_set_le_support_sync()
4461 static int hci_le_set_host_feature_sync(struct hci_dev *hdev) in hci_le_set_host_feature_sync()
4509 static int hci_init3_sync(struct hci_dev *hdev) in hci_init3_sync()
4525 static int hci_delete_stored_link_key_sync(struct hci_dev *hdev) in hci_delete_stored_link_key_sync()
4554 static int hci_set_event_mask_page_2_sync(struct hci_dev *hdev) in hci_set_event_mask_page_2_sync()
4605 static int hci_read_local_codecs_sync(struct hci_dev *hdev) in hci_read_local_codecs_sync()
4616 static int hci_read_local_pairing_opts_sync(struct hci_dev *hdev) in hci_read_local_pairing_opts_sync()
4626 static int hci_get_mws_transport_config_sync(struct hci_dev *hdev) in hci_get_mws_transport_config_sync()
4636 static int hci_read_sync_train_params_sync(struct hci_dev *hdev) in hci_read_sync_train_params_sync()
4646 static int hci_write_sc_support_1_sync(struct hci_dev *hdev) in hci_write_sc_support_1_sync()
4662 static int hci_set_err_data_report_sync(struct hci_dev *hdev) in hci_set_err_data_report_sync()
4704 static int hci_le_set_write_def_data_len_sync(struct hci_dev *hdev) in hci_le_set_write_def_data_len_sync()
4722 static int hci_le_set_default_phy_sync(struct hci_dev *hdev) in hci_le_set_default_phy_sync()
4764 static int hci_init4_sync(struct hci_dev *hdev) in hci_init4_sync()
4780 static int hci_init_sync(struct hci_dev *hdev) in hci_init_sync()
4875 static int hci_dev_setup_sync(struct hci_dev *hdev) in hci_dev_setup_sync()
4949 static int hci_dev_init_sync(struct hci_dev *hdev) in hci_dev_init_sync()
5001 int hci_dev_open_sync(struct hci_dev *hdev) in hci_dev_open_sync()
5110 static void hci_pend_le_actions_clear(struct hci_dev *hdev) in hci_pend_le_actions_clear()
5126 static int hci_dev_shutdown(struct hci_dev *hdev) in hci_dev_shutdown()
5151 int hci_dev_close_sync(struct hci_dev *hdev) in hci_dev_close_sync()
5296 static int hci_power_on_sync(struct hci_dev *hdev) in hci_power_on_sync()
5358 static int hci_remote_name_cancel_sync(struct hci_dev *hdev, bdaddr_t *addr) in hci_remote_name_cancel_sync()
5369 int hci_stop_discovery_sync(struct hci_dev *hdev) in hci_stop_discovery_sync()
5422 static int hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_disconnect_sync()
5457 static int hci_le_connect_cancel_sync(struct hci_dev *hdev, in hci_le_connect_cancel_sync()
5474 static int hci_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_connect_cancel_sync()
5520 static int hci_reject_sco_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_sco_sync()
5539 static int hci_le_reject_cis_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_reject_cis_sync()
5552 static int hci_reject_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_conn_sync()
5571 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync()
5624 static int hci_disconnect_all_sync(struct hci_dev *hdev, u8 reason) in hci_disconnect_all_sync()
5655 static int hci_power_off_sync(struct hci_dev *hdev) in hci_power_off_sync()
5692 int hci_set_powered_sync(struct hci_dev *hdev, u8 val) in hci_set_powered_sync()
5700 static int hci_write_iac_sync(struct hci_dev *hdev) in hci_write_iac_sync()
5731 int hci_update_discoverable_sync(struct hci_dev *hdev) in hci_update_discoverable_sync()
5771 static int update_discoverable_sync(struct hci_dev *hdev, void *data) in update_discoverable_sync()
5776 int hci_update_discoverable(struct hci_dev *hdev) in hci_update_discoverable()
5789 int hci_update_connectable_sync(struct hci_dev *hdev) in hci_update_connectable_sync()
5820 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp) in hci_inquiry_sync()
5849 static int hci_active_scan_sync(struct hci_dev *hdev, uint16_t interval) in hci_active_scan_sync()
5920 static int hci_start_interleaved_discovery_sync(struct hci_dev *hdev) in hci_start_interleaved_discovery_sync()
5933 int hci_start_discovery_sync(struct hci_dev *hdev) in hci_start_discovery_sync()
5984 static void hci_suspend_monitor_sync(struct hci_dev *hdev) in hci_suspend_monitor_sync()
5996 static int hci_pause_discovery_sync(struct hci_dev *hdev) in hci_pause_discovery_sync()
6017 static int hci_update_event_filter_sync(struct hci_dev *hdev) in hci_update_event_filter_sync()
6062 static int hci_pause_scan_sync(struct hci_dev *hdev) in hci_pause_scan_sync()
6091 int hci_suspend_sync(struct hci_dev *hdev) in hci_suspend_sync()
6156 static int hci_resume_discovery_sync(struct hci_dev *hdev) in hci_resume_discovery_sync()
6176 static void hci_resume_monitor_sync(struct hci_dev *hdev) in hci_resume_monitor_sync()
6188 static int hci_resume_scan_sync(struct hci_dev *hdev) in hci_resume_scan_sync()
6211 int hci_resume_sync(struct hci_dev *hdev) in hci_resume_sync()
6242 struct hci_dev *hdev = conn->hdev; in conn_use_rpa() local
6247 static int hci_le_ext_directed_advertising_sync(struct hci_dev *hdev, in hci_le_ext_directed_advertising_sync()
6310 static int hci_le_directed_advertising_sync(struct hci_dev *hdev, in hci_le_directed_advertising_sync()
6365 struct hci_dev *hdev = conn->hdev; in set_ext_conn_params() local
6379 static int hci_le_ext_create_conn_sync(struct hci_dev *hdev, in hci_le_ext_create_conn_sync()
6430 static int hci_le_create_conn_sync(struct hci_dev *hdev, void *data) in hci_le_create_conn_sync()
6543 int hci_le_create_cis_sync(struct hci_dev *hdev) in hci_le_create_cis_sync()
6640 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle) in hci_le_remove_cig_sync()
6651 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle) in hci_le_big_terminate_sync()
6662 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle) in hci_le_pa_terminate_sync()
6673 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address()
6746 static int _update_adv_data_sync(struct hci_dev *hdev, void *data) in _update_adv_data_sync()
6753 int hci_update_adv_data(struct hci_dev *hdev, u8 instance) in hci_update_adv_data()
6759 static int hci_acl_create_conn_sync(struct hci_dev *hdev, void *data) in hci_acl_create_conn_sync()
6820 int hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_acl_sync()
6826 static void create_le_conn_complete(struct hci_dev *hdev, void *data, int err) in create_le_conn_complete()
6857 int hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_le_sync()
6863 int hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_cancel_connect_sync()
6881 int hci_le_conn_update_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_conn_update_sync()