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()
1055 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync()
1145 static int hci_disable_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_disable_ext_adv_instance_sync()
1181 static int hci_set_adv_set_random_addr_sync(struct hci_dev *hdev, u8 instance, in hci_set_adv_set_random_addr_sync()
1207 int hci_setup_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_setup_ext_adv_instance_sync()
1340 static int hci_set_ext_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_scan_rsp_data_sync()
1377 static int __hci_set_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in __hci_set_scan_rsp_data_sync()
1399 int hci_update_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_scan_rsp_data_sync()
1410 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync()
1456 int hci_start_ext_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_ext_adv_sync()
1471 int hci_disable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_disable_per_advertising_sync()
1490 static int hci_set_per_adv_params_sync(struct hci_dev *hdev, u8 instance, in hci_set_per_adv_params_sync()
1512 static int hci_set_per_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_per_adv_data_sync()
1536 static int hci_enable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_per_advertising_sync()
1558 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement()
1593 int hci_start_per_adv_sync(struct hci_dev *hdev, u8 instance, u8 data_len, in hci_start_per_adv_sync()
1649 static int hci_start_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_adv_sync()
1667 int hci_enable_advertising_sync(struct hci_dev *hdev) in hci_enable_advertising_sync()
1753 static int enable_advertising_sync(struct hci_dev *hdev, void *data) in enable_advertising_sync()
1758 int hci_enable_advertising(struct hci_dev *hdev) in hci_enable_advertising()
1767 int hci_remove_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_remove_ext_adv_instance_sync()
1788 static int remove_ext_adv_sync(struct hci_dev *hdev, void *data) in remove_ext_adv_sync()
1799 int hci_remove_ext_adv_instance(struct hci_dev *hdev, u8 instance) in hci_remove_ext_adv_instance()
1812 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync()
1824 static int hci_set_ext_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_adv_data_sync()
1862 static int hci_set_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_adv_data_sync()
1885 int hci_update_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_adv_data_sync()
1896 int hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_schedule_adv_instance_sync()
1952 static int hci_clear_adv_sets_sync(struct hci_dev *hdev, struct sock *sk) in hci_clear_adv_sets_sync()
1968 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force) in hci_clear_adv_sync()
2002 static int hci_remove_adv_sync(struct hci_dev *hdev, u8 instance, in hci_remove_adv_sync()
2038 int hci_remove_advertising_sync(struct hci_dev *hdev, struct sock *sk, in hci_remove_advertising_sync()
2082 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle) in hci_read_rssi_sync()
2091 int hci_read_clock_sync(struct hci_dev *hdev, struct hci_cp_read_clock *cp) in hci_read_clock_sync()
2097 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type) in hci_read_tx_power_sync()
2107 int hci_disable_advertising_sync(struct hci_dev *hdev) in hci_disable_advertising_sync()
2125 static int hci_le_set_ext_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_ext_scan_enable_sync()
2142 static int hci_le_set_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_scan_enable_sync()
2162 static int hci_le_set_addr_resolution_enable_sync(struct hci_dev *hdev, u8 val) in hci_le_set_addr_resolution_enable_sync()
2175 static int hci_scan_disable_sync(struct hci_dev *hdev) in hci_scan_disable_sync()
2197 static bool scan_use_rpa(struct hci_dev *hdev) in scan_use_rpa()
2202 static void hci_start_interleave_scan(struct hci_dev *hdev) in hci_start_interleave_scan()
2209 static void cancel_interleave_scan(struct hci_dev *hdev) in cancel_interleave_scan()
2221 static bool hci_update_interleaved_scan_sync(struct hci_dev *hdev) in hci_update_interleaved_scan_sync()
2250 static int hci_le_del_resolve_list_sync(struct hci_dev *hdev, in hci_le_del_resolve_list_sync()
2272 static int hci_le_del_accept_list_sync(struct hci_dev *hdev, in hci_le_del_accept_list_sync()
2313 static int hci_le_add_resolve_list_sync(struct hci_dev *hdev, in hci_le_add_resolve_list_sync()
2375 static int hci_le_set_privacy_mode_sync(struct hci_dev *hdev, in hci_le_set_privacy_mode_sync()
2411 static int hci_le_add_accept_list_sync(struct hci_dev *hdev, in hci_le_add_accept_list_sync()
2477 static int hci_pause_advertising_sync(struct hci_dev *hdev) in hci_pause_advertising_sync()
2521 static int hci_resume_advertising_sync(struct hci_dev *hdev) in hci_resume_advertising_sync()
2565 static int hci_pause_addr_resolution(struct hci_dev *hdev) in hci_pause_addr_resolution()
2604 struct sk_buff *hci_read_local_oob_data_sync(struct hci_dev *hdev, in hci_read_local_oob_data_sync()
2660 static int hci_le_clear_accept_list_sync(struct hci_dev *hdev) in hci_le_clear_accept_list_sync()
2686 static u8 hci_update_accept_list_sync(struct hci_dev *hdev) in hci_update_accept_list_sync()
2859 static int hci_le_set_ext_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_ext_scan_param_sync()
2939 static int hci_le_set_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_scan_param_sync()
2961 static int hci_start_scan_sync(struct hci_dev *hdev, u8 type, u16 interval, in hci_start_scan_sync()
2980 static int hci_passive_scan_sync(struct hci_dev *hdev) in hci_passive_scan_sync()
3110 int hci_update_passive_scan_sync(struct hci_dev *hdev) in hci_update_passive_scan_sync()
3181 static int update_scan_sync(struct hci_dev *hdev, void *data) in update_scan_sync()
3186 int hci_update_scan(struct hci_dev *hdev) in hci_update_scan()
3191 static int update_passive_scan_sync(struct hci_dev *hdev, void *data) in update_passive_scan_sync()
3196 int hci_update_passive_scan(struct hci_dev *hdev) in hci_update_passive_scan()
3211 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val) in hci_write_sc_support_sync()
3234 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync()
3255 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync()
3279 static int hci_powered_update_adv_sync(struct hci_dev *hdev) in hci_powered_update_adv_sync()
3324 static int hci_write_auth_enable_sync(struct hci_dev *hdev) in hci_write_auth_enable_sync()
3337 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable) in hci_write_fast_connectable_sync()
3381 static bool disconnected_accept_list_entries(struct hci_dev *hdev) in disconnected_accept_list_entries()
3399 static int hci_write_scan_enable_sync(struct hci_dev *hdev, u8 val) in hci_write_scan_enable_sync()
3406 int hci_update_scan_sync(struct hci_dev *hdev) in hci_update_scan_sync()
3438 int hci_update_name_sync(struct hci_dev *hdev) in hci_update_name_sync()
3463 int hci_powered_update_sync(struct hci_dev *hdev) in hci_powered_update_sync()
3533 static void hci_dev_get_bd_addr_from_property(struct hci_dev *hdev) in hci_dev_get_bd_addr_from_property()
3555 static int hci_init_stage_sync(struct hci_dev *hdev, in hci_init_stage_sync()
3572 static int hci_read_local_version_sync(struct hci_dev *hdev) in hci_read_local_version_sync()
3579 static int hci_read_bd_addr_sync(struct hci_dev *hdev) in hci_read_bd_addr_sync()
3598 int hci_reset_sync(struct hci_dev *hdev) in hci_reset_sync()
3612 static int hci_init0_sync(struct hci_dev *hdev) in hci_init0_sync()
3628 static int hci_unconf_init_sync(struct hci_dev *hdev) in hci_unconf_init_sync()
3646 static int hci_read_local_features_sync(struct hci_dev *hdev) in hci_read_local_features_sync()
3664 static int hci_read_local_cmds_sync(struct hci_dev *hdev) in hci_read_local_cmds_sync()
3682 static int hci_init1_sync(struct hci_dev *hdev) in hci_init1_sync()
3699 static int hci_read_buffer_size_sync(struct hci_dev *hdev) in hci_read_buffer_size_sync()
3706 static int hci_read_dev_class_sync(struct hci_dev *hdev) in hci_read_dev_class_sync()
3713 static int hci_read_local_name_sync(struct hci_dev *hdev) in hci_read_local_name_sync()
3720 static int hci_read_voice_setting_sync(struct hci_dev *hdev) in hci_read_voice_setting_sync()
3727 static int hci_read_num_supported_iac_sync(struct hci_dev *hdev) in hci_read_num_supported_iac_sync()
3734 static int hci_read_current_iac_lap_sync(struct hci_dev *hdev) in hci_read_current_iac_lap_sync()
3740 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync()
3767 static int hci_clear_event_filter_sync(struct hci_dev *hdev) in hci_clear_event_filter_sync()
3784 static int hci_write_ca_timeout_sync(struct hci_dev *hdev) in hci_write_ca_timeout_sync()
3813 static int hci_write_ssp_mode_1_sync(struct hci_dev *hdev) in hci_write_ssp_mode_1_sync()
3832 static int hci_write_eir_sync(struct hci_dev *hdev) in hci_write_eir_sync()
3846 static int hci_write_inquiry_mode_sync(struct hci_dev *hdev) in hci_write_inquiry_mode_sync()
3864 static int hci_read_inq_rsp_tx_power_sync(struct hci_dev *hdev) in hci_read_inq_rsp_tx_power_sync()
3873 static int hci_read_local_ext_features_sync(struct hci_dev *hdev, u8 page) in hci_read_local_ext_features_sync()
3887 static int hci_read_local_ext_features_1_sync(struct hci_dev *hdev) in hci_read_local_ext_features_1_sync()
3912 static int hci_le_read_buffer_size_sync(struct hci_dev *hdev) in hci_le_read_buffer_size_sync()
3925 static int hci_le_read_local_features_sync(struct hci_dev *hdev) in hci_le_read_local_features_sync()
3932 static int hci_le_read_supported_states_sync(struct hci_dev *hdev) in hci_le_read_supported_states_sync()
3949 static int hci_init2_sync(struct hci_dev *hdev) in hci_init2_sync()
3979 static int hci_set_event_mask_sync(struct hci_dev *hdev) in hci_set_event_mask_sync()
4088 static int hci_read_stored_link_key_sync(struct hci_dev *hdev) in hci_read_stored_link_key_sync()
4104 static int hci_setup_link_policy_sync(struct hci_dev *hdev) in hci_setup_link_policy_sync()
4129 static int hci_read_page_scan_activity_sync(struct hci_dev *hdev) in hci_read_page_scan_activity_sync()
4138 static int hci_read_def_err_data_reporting_sync(struct hci_dev *hdev) in hci_read_def_err_data_reporting_sync()
4149 static int hci_read_page_scan_type_sync(struct hci_dev *hdev) in hci_read_page_scan_type_sync()
4163 static int hci_read_local_ext_features_all_sync(struct hci_dev *hdev) in hci_read_local_ext_features_all_sync()
4200 static int hci_le_set_event_mask_sync(struct hci_dev *hdev) in hci_le_set_event_mask_sync()
4321 static int hci_le_read_adv_tx_power_sync(struct hci_dev *hdev) in hci_le_read_adv_tx_power_sync()
4339 static int hci_le_read_tx_power_sync(struct hci_dev *hdev) in hci_le_read_tx_power_sync()
4350 static int hci_le_read_accept_list_size_sync(struct hci_dev *hdev) in hci_le_read_accept_list_size_sync()
4360 static int hci_le_read_resolv_list_size_sync(struct hci_dev *hdev) in hci_le_read_resolv_list_size_sync()
4370 static int hci_le_clear_resolv_list_sync(struct hci_dev *hdev) in hci_le_clear_resolv_list_sync()
4380 static int hci_le_set_rpa_timeout_sync(struct hci_dev *hdev) in hci_le_set_rpa_timeout_sync()
4394 static int hci_le_read_max_data_len_sync(struct hci_dev *hdev) in hci_le_read_max_data_len_sync()
4404 static int hci_le_read_def_data_len_sync(struct hci_dev *hdev) in hci_le_read_def_data_len_sync()
4414 static int hci_le_read_num_support_adv_sets_sync(struct hci_dev *hdev) in hci_le_read_num_support_adv_sets_sync()
4425 static int hci_set_le_support_sync(struct hci_dev *hdev) in hci_set_le_support_sync()
4448 static int hci_le_set_host_feature_sync(struct hci_dev *hdev) in hci_le_set_host_feature_sync()
4496 static int hci_init3_sync(struct hci_dev *hdev) in hci_init3_sync()
4512 static int hci_delete_stored_link_key_sync(struct hci_dev *hdev) in hci_delete_stored_link_key_sync()
4541 static int hci_set_event_mask_page_2_sync(struct hci_dev *hdev) in hci_set_event_mask_page_2_sync()
4592 static int hci_read_local_codecs_sync(struct hci_dev *hdev) in hci_read_local_codecs_sync()
4603 static int hci_read_local_pairing_opts_sync(struct hci_dev *hdev) in hci_read_local_pairing_opts_sync()
4613 static int hci_get_mws_transport_config_sync(struct hci_dev *hdev) in hci_get_mws_transport_config_sync()
4623 static int hci_read_sync_train_params_sync(struct hci_dev *hdev) in hci_read_sync_train_params_sync()
4633 static int hci_write_sc_support_1_sync(struct hci_dev *hdev) in hci_write_sc_support_1_sync()
4649 static int hci_set_err_data_report_sync(struct hci_dev *hdev) in hci_set_err_data_report_sync()
4691 static int hci_le_set_write_def_data_len_sync(struct hci_dev *hdev) in hci_le_set_write_def_data_len_sync()
4709 static int hci_le_set_default_phy_sync(struct hci_dev *hdev) in hci_le_set_default_phy_sync()
4751 static int hci_init4_sync(struct hci_dev *hdev) in hci_init4_sync()
4767 static int hci_init_sync(struct hci_dev *hdev) in hci_init_sync()
4855 static int hci_dev_setup_sync(struct hci_dev *hdev) in hci_dev_setup_sync()
4929 static int hci_dev_init_sync(struct hci_dev *hdev) in hci_dev_init_sync()
4981 int hci_dev_open_sync(struct hci_dev *hdev) in hci_dev_open_sync()
5090 static void hci_pend_le_actions_clear(struct hci_dev *hdev) in hci_pend_le_actions_clear()
5106 static int hci_dev_shutdown(struct hci_dev *hdev) in hci_dev_shutdown()
5131 int hci_dev_close_sync(struct hci_dev *hdev) in hci_dev_close_sync()
5276 static int hci_power_on_sync(struct hci_dev *hdev) in hci_power_on_sync()
5338 static int hci_remote_name_cancel_sync(struct hci_dev *hdev, bdaddr_t *addr) in hci_remote_name_cancel_sync()
5349 int hci_stop_discovery_sync(struct hci_dev *hdev) in hci_stop_discovery_sync()
5402 static int hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_disconnect_sync()
5437 static int hci_le_connect_cancel_sync(struct hci_dev *hdev, in hci_le_connect_cancel_sync()
5454 static int hci_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_connect_cancel_sync()
5500 static int hci_reject_sco_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_sco_sync()
5519 static int hci_le_reject_cis_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_reject_cis_sync()
5532 static int hci_reject_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_conn_sync()
5551 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync()
5604 static int hci_disconnect_all_sync(struct hci_dev *hdev, u8 reason) in hci_disconnect_all_sync()
5635 static int hci_power_off_sync(struct hci_dev *hdev) in hci_power_off_sync()
5672 int hci_set_powered_sync(struct hci_dev *hdev, u8 val) in hci_set_powered_sync()
5680 static int hci_write_iac_sync(struct hci_dev *hdev) in hci_write_iac_sync()
5711 int hci_update_discoverable_sync(struct hci_dev *hdev) in hci_update_discoverable_sync()
5751 static int update_discoverable_sync(struct hci_dev *hdev, void *data) in update_discoverable_sync()
5756 int hci_update_discoverable(struct hci_dev *hdev) in hci_update_discoverable()
5769 int hci_update_connectable_sync(struct hci_dev *hdev) in hci_update_connectable_sync()
5800 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp) in hci_inquiry_sync()
5829 static int hci_active_scan_sync(struct hci_dev *hdev, uint16_t interval) in hci_active_scan_sync()
5900 static int hci_start_interleaved_discovery_sync(struct hci_dev *hdev) in hci_start_interleaved_discovery_sync()
5913 int hci_start_discovery_sync(struct hci_dev *hdev) in hci_start_discovery_sync()
5964 static void hci_suspend_monitor_sync(struct hci_dev *hdev) in hci_suspend_monitor_sync()
5976 static int hci_pause_discovery_sync(struct hci_dev *hdev) in hci_pause_discovery_sync()
5997 static int hci_update_event_filter_sync(struct hci_dev *hdev) in hci_update_event_filter_sync()
6042 static int hci_pause_scan_sync(struct hci_dev *hdev) in hci_pause_scan_sync()
6071 int hci_suspend_sync(struct hci_dev *hdev) in hci_suspend_sync()
6136 static int hci_resume_discovery_sync(struct hci_dev *hdev) in hci_resume_discovery_sync()
6156 static void hci_resume_monitor_sync(struct hci_dev *hdev) in hci_resume_monitor_sync()
6168 static int hci_resume_scan_sync(struct hci_dev *hdev) in hci_resume_scan_sync()
6191 int hci_resume_sync(struct hci_dev *hdev) in hci_resume_sync()
6222 struct hci_dev *hdev = conn->hdev; in conn_use_rpa() local
6227 static int hci_le_ext_directed_advertising_sync(struct hci_dev *hdev, in hci_le_ext_directed_advertising_sync()
6290 static int hci_le_directed_advertising_sync(struct hci_dev *hdev, in hci_le_directed_advertising_sync()
6345 struct hci_dev *hdev = conn->hdev; in set_ext_conn_params() local
6359 static int hci_le_ext_create_conn_sync(struct hci_dev *hdev, in hci_le_ext_create_conn_sync()
6410 static int hci_le_create_conn_sync(struct hci_dev *hdev, void *data) in hci_le_create_conn_sync()
6523 int hci_le_create_cis_sync(struct hci_dev *hdev) in hci_le_create_cis_sync()
6620 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle) in hci_le_remove_cig_sync()
6631 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle) in hci_le_big_terminate_sync()
6642 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle) in hci_le_pa_terminate_sync()
6653 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address()
6726 static int _update_adv_data_sync(struct hci_dev *hdev, void *data) in _update_adv_data_sync()
6733 int hci_update_adv_data(struct hci_dev *hdev, u8 instance) in hci_update_adv_data()
6739 static int hci_acl_create_conn_sync(struct hci_dev *hdev, void *data) in hci_acl_create_conn_sync()
6800 int hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_acl_sync()
6806 static void create_le_conn_complete(struct hci_dev *hdev, void *data, int err) in create_le_conn_complete()
6837 int hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_le_sync()
6843 int hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_cancel_connect_sync()
6861 int hci_le_conn_update_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_conn_update_sync()