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()
1209 hci_set_ext_adv_params_sync(struct hci_dev *hdev, struct adv_info *adv, in hci_set_ext_adv_params_sync()
1251 static int hci_set_ext_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_adv_data_sync()
1290 static int hci_set_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_adv_data_sync()
1313 int hci_update_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_adv_data_sync()
1324 int hci_setup_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_setup_ext_adv_instance_sync()
1464 static int hci_set_ext_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_scan_rsp_data_sync()
1501 static int __hci_set_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in __hci_set_scan_rsp_data_sync()
1523 int hci_update_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_scan_rsp_data_sync()
1534 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync()
1580 int hci_start_ext_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_ext_adv_sync()
1595 int hci_disable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_disable_per_advertising_sync()
1614 static int hci_set_per_adv_params_sync(struct hci_dev *hdev, u8 instance, in hci_set_per_adv_params_sync()
1636 static int hci_set_per_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_per_adv_data_sync()
1660 static int hci_enable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_per_advertising_sync()
1682 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement()
1720 int hci_start_per_adv_sync(struct hci_dev *hdev, u8 instance, u8 sid, in hci_start_per_adv_sync()
1795 static int hci_start_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_adv_sync()
1813 int hci_enable_advertising_sync(struct hci_dev *hdev) in hci_enable_advertising_sync()
1899 static int enable_advertising_sync(struct hci_dev *hdev, void *data) in enable_advertising_sync()
1904 int hci_enable_advertising(struct hci_dev *hdev) in hci_enable_advertising()
1913 int hci_remove_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_remove_ext_adv_instance_sync()
1934 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync()
1946 int hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_schedule_adv_instance_sync()
2002 static int hci_clear_adv_sets_sync(struct hci_dev *hdev, struct sock *sk) in hci_clear_adv_sets_sync()
2018 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force) in hci_clear_adv_sync()
2049 static int hci_remove_adv_sync(struct hci_dev *hdev, u8 instance, in hci_remove_adv_sync()
2083 int hci_remove_advertising_sync(struct hci_dev *hdev, struct sock *sk, in hci_remove_advertising_sync()
2127 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle) in hci_read_rssi_sync()
2136 int hci_read_clock_sync(struct hci_dev *hdev, struct hci_cp_read_clock *cp) in hci_read_clock_sync()
2142 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type) in hci_read_tx_power_sync()
2152 int hci_disable_advertising_sync(struct hci_dev *hdev) in hci_disable_advertising_sync()
2167 static int hci_le_set_ext_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_ext_scan_enable_sync()
2184 static int hci_le_set_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_scan_enable_sync()
2204 static int hci_le_set_addr_resolution_enable_sync(struct hci_dev *hdev, u8 val) in hci_le_set_addr_resolution_enable_sync()
2217 static int hci_scan_disable_sync(struct hci_dev *hdev) in hci_scan_disable_sync()
2239 static bool scan_use_rpa(struct hci_dev *hdev) in scan_use_rpa()
2244 static void hci_start_interleave_scan(struct hci_dev *hdev) in hci_start_interleave_scan()
2251 static void cancel_interleave_scan(struct hci_dev *hdev) in cancel_interleave_scan()
2263 static bool hci_update_interleaved_scan_sync(struct hci_dev *hdev) in hci_update_interleaved_scan_sync()
2292 static int hci_le_del_resolve_list_sync(struct hci_dev *hdev, in hci_le_del_resolve_list_sync()
2314 static int hci_le_del_accept_list_sync(struct hci_dev *hdev, in hci_le_del_accept_list_sync()
2355 static int hci_le_add_resolve_list_sync(struct hci_dev *hdev, in hci_le_add_resolve_list_sync()
2418 static int hci_le_set_privacy_mode_sync(struct hci_dev *hdev, in hci_le_set_privacy_mode_sync()
2458 static int hci_le_add_accept_list_sync(struct hci_dev *hdev, in hci_le_add_accept_list_sync()
2519 static int hci_pause_advertising_sync(struct hci_dev *hdev) in hci_pause_advertising_sync()
2567 static int hci_resume_advertising_sync(struct hci_dev *hdev) in hci_resume_advertising_sync()
2611 static int hci_pause_addr_resolution(struct hci_dev *hdev) in hci_pause_addr_resolution()
2650 struct sk_buff *hci_read_local_oob_data_sync(struct hci_dev *hdev, in hci_read_local_oob_data_sync()
2706 static int hci_le_clear_accept_list_sync(struct hci_dev *hdev) in hci_le_clear_accept_list_sync()
2732 static u8 hci_update_accept_list_sync(struct hci_dev *hdev) in hci_update_accept_list_sync()
2905 static int hci_le_set_ext_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_ext_scan_param_sync()
2985 static int hci_le_set_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_scan_param_sync()
3007 static int hci_start_scan_sync(struct hci_dev *hdev, u8 type, u16 interval, in hci_start_scan_sync()
3026 static int hci_passive_scan_sync(struct hci_dev *hdev) in hci_passive_scan_sync()
3156 int hci_update_passive_scan_sync(struct hci_dev *hdev) in hci_update_passive_scan_sync()
3227 static int update_scan_sync(struct hci_dev *hdev, void *data) in update_scan_sync()
3232 int hci_update_scan(struct hci_dev *hdev) in hci_update_scan()
3237 static int update_passive_scan_sync(struct hci_dev *hdev, void *data) in update_passive_scan_sync()
3242 int hci_update_passive_scan(struct hci_dev *hdev) in hci_update_passive_scan()
3257 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val) in hci_write_sc_support_sync()
3280 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync()
3301 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync()
3325 static int hci_powered_update_adv_sync(struct hci_dev *hdev) in hci_powered_update_adv_sync()
3370 static int hci_write_auth_enable_sync(struct hci_dev *hdev) in hci_write_auth_enable_sync()
3383 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable) in hci_write_fast_connectable_sync()
3427 static bool disconnected_accept_list_entries(struct hci_dev *hdev) in disconnected_accept_list_entries()
3445 static int hci_write_scan_enable_sync(struct hci_dev *hdev, u8 val) in hci_write_scan_enable_sync()
3452 int hci_update_scan_sync(struct hci_dev *hdev) in hci_update_scan_sync()
3484 int hci_update_name_sync(struct hci_dev *hdev) in hci_update_name_sync()
3509 int hci_powered_update_sync(struct hci_dev *hdev) in hci_powered_update_sync()
3579 static void hci_dev_get_bd_addr_from_property(struct hci_dev *hdev) in hci_dev_get_bd_addr_from_property()
3601 static int hci_init_stage_sync(struct hci_dev *hdev, in hci_init_stage_sync()
3618 static int hci_read_local_version_sync(struct hci_dev *hdev) in hci_read_local_version_sync()
3625 static int hci_read_bd_addr_sync(struct hci_dev *hdev) in hci_read_bd_addr_sync()
3644 int hci_reset_sync(struct hci_dev *hdev) in hci_reset_sync()
3658 static int hci_init0_sync(struct hci_dev *hdev) in hci_init0_sync()
3674 static int hci_unconf_init_sync(struct hci_dev *hdev) in hci_unconf_init_sync()
3692 static int hci_read_local_features_sync(struct hci_dev *hdev) in hci_read_local_features_sync()
3710 static int hci_read_local_cmds_sync(struct hci_dev *hdev) in hci_read_local_cmds_sync()
3728 static int hci_init1_sync(struct hci_dev *hdev) in hci_init1_sync()
3745 static int hci_read_buffer_size_sync(struct hci_dev *hdev) in hci_read_buffer_size_sync()
3752 static int hci_read_dev_class_sync(struct hci_dev *hdev) in hci_read_dev_class_sync()
3759 static int hci_read_local_name_sync(struct hci_dev *hdev) in hci_read_local_name_sync()
3766 static int hci_read_voice_setting_sync(struct hci_dev *hdev) in hci_read_voice_setting_sync()
3776 static int hci_read_num_supported_iac_sync(struct hci_dev *hdev) in hci_read_num_supported_iac_sync()
3783 static int hci_read_current_iac_lap_sync(struct hci_dev *hdev) in hci_read_current_iac_lap_sync()
3789 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync()
3816 static int hci_clear_event_filter_sync(struct hci_dev *hdev) in hci_clear_event_filter_sync()
3833 static int hci_write_ca_timeout_sync(struct hci_dev *hdev) in hci_write_ca_timeout_sync()
3842 static int hci_write_sync_flowctl_sync(struct hci_dev *hdev) in hci_write_sync_flowctl_sync()
3886 static int hci_write_ssp_mode_1_sync(struct hci_dev *hdev) in hci_write_ssp_mode_1_sync()
3905 static int hci_write_eir_sync(struct hci_dev *hdev) in hci_write_eir_sync()
3919 static int hci_write_inquiry_mode_sync(struct hci_dev *hdev) in hci_write_inquiry_mode_sync()
3937 static int hci_read_inq_rsp_tx_power_sync(struct hci_dev *hdev) in hci_read_inq_rsp_tx_power_sync()
3946 static int hci_read_local_ext_features_sync(struct hci_dev *hdev, u8 page) in hci_read_local_ext_features_sync()
3960 static int hci_read_local_ext_features_1_sync(struct hci_dev *hdev) in hci_read_local_ext_features_1_sync()
3985 static int hci_le_read_buffer_size_sync(struct hci_dev *hdev) in hci_le_read_buffer_size_sync()
3998 static int hci_le_read_local_features_sync(struct hci_dev *hdev) in hci_le_read_local_features_sync()
4005 static int hci_le_read_supported_states_sync(struct hci_dev *hdev) in hci_le_read_supported_states_sync()
4022 static int hci_init2_sync(struct hci_dev *hdev) in hci_init2_sync()
4052 static int hci_set_event_mask_sync(struct hci_dev *hdev) in hci_set_event_mask_sync()
4161 static int hci_read_stored_link_key_sync(struct hci_dev *hdev) in hci_read_stored_link_key_sync()
4177 static int hci_setup_link_policy_sync(struct hci_dev *hdev) in hci_setup_link_policy_sync()
4202 static int hci_read_page_scan_activity_sync(struct hci_dev *hdev) in hci_read_page_scan_activity_sync()
4211 static int hci_read_def_err_data_reporting_sync(struct hci_dev *hdev) in hci_read_def_err_data_reporting_sync()
4222 static int hci_read_page_scan_type_sync(struct hci_dev *hdev) in hci_read_page_scan_type_sync()
4237 static int hci_read_local_ext_features_all_sync(struct hci_dev *hdev) in hci_read_local_ext_features_all_sync()
4274 static int hci_le_set_event_mask_sync(struct hci_dev *hdev) in hci_le_set_event_mask_sync()
4403 static int hci_le_read_adv_tx_power_sync(struct hci_dev *hdev) in hci_le_read_adv_tx_power_sync()
4421 static int hci_le_read_tx_power_sync(struct hci_dev *hdev) in hci_le_read_tx_power_sync()
4432 static int hci_le_read_accept_list_size_sync(struct hci_dev *hdev) in hci_le_read_accept_list_size_sync()
4442 static int hci_le_read_resolv_list_size_sync(struct hci_dev *hdev) in hci_le_read_resolv_list_size_sync()
4452 static int hci_le_clear_resolv_list_sync(struct hci_dev *hdev) in hci_le_clear_resolv_list_sync()
4462 static int hci_le_set_rpa_timeout_sync(struct hci_dev *hdev) in hci_le_set_rpa_timeout_sync()
4476 static int hci_le_read_max_data_len_sync(struct hci_dev *hdev) in hci_le_read_max_data_len_sync()
4486 static int hci_le_read_def_data_len_sync(struct hci_dev *hdev) in hci_le_read_def_data_len_sync()
4496 static int hci_le_read_num_support_adv_sets_sync(struct hci_dev *hdev) in hci_le_read_num_support_adv_sets_sync()
4507 static int hci_set_le_support_sync(struct hci_dev *hdev) in hci_set_le_support_sync()
4530 static int hci_le_set_host_feature_sync(struct hci_dev *hdev) in hci_le_set_host_feature_sync()
4578 static int hci_init3_sync(struct hci_dev *hdev) in hci_init3_sync()
4594 static int hci_delete_stored_link_key_sync(struct hci_dev *hdev) in hci_delete_stored_link_key_sync()
4623 static int hci_set_event_mask_page_2_sync(struct hci_dev *hdev) in hci_set_event_mask_page_2_sync()
4674 static int hci_read_local_codecs_sync(struct hci_dev *hdev) in hci_read_local_codecs_sync()
4685 static int hci_read_local_pairing_opts_sync(struct hci_dev *hdev) in hci_read_local_pairing_opts_sync()
4695 static int hci_get_mws_transport_config_sync(struct hci_dev *hdev) in hci_get_mws_transport_config_sync()
4705 static int hci_read_sync_train_params_sync(struct hci_dev *hdev) in hci_read_sync_train_params_sync()
4715 static int hci_write_sc_support_1_sync(struct hci_dev *hdev) in hci_write_sc_support_1_sync()
4731 static int hci_set_err_data_report_sync(struct hci_dev *hdev) in hci_set_err_data_report_sync()
4773 static int hci_le_set_write_def_data_len_sync(struct hci_dev *hdev) in hci_le_set_write_def_data_len_sync()
4791 static int hci_le_set_default_phy_sync(struct hci_dev *hdev) in hci_le_set_default_phy_sync()
4833 static int hci_init4_sync(struct hci_dev *hdev) in hci_init4_sync()
4849 static int hci_init_sync(struct hci_dev *hdev) in hci_init_sync()
4944 static int hci_dev_setup_sync(struct hci_dev *hdev) in hci_dev_setup_sync()
5018 static int hci_dev_init_sync(struct hci_dev *hdev) in hci_dev_init_sync()
5070 int hci_dev_open_sync(struct hci_dev *hdev) in hci_dev_open_sync()
5179 static void hci_pend_le_actions_clear(struct hci_dev *hdev) in hci_pend_le_actions_clear()
5195 static int hci_dev_shutdown(struct hci_dev *hdev) in hci_dev_shutdown()
5220 int hci_dev_close_sync(struct hci_dev *hdev) in hci_dev_close_sync()
5365 static int hci_power_on_sync(struct hci_dev *hdev) in hci_power_on_sync()
5427 static int hci_remote_name_cancel_sync(struct hci_dev *hdev, bdaddr_t *addr) in hci_remote_name_cancel_sync()
5438 int hci_stop_discovery_sync(struct hci_dev *hdev) in hci_stop_discovery_sync()
5491 static int hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_disconnect_sync()
5526 static int hci_le_connect_cancel_sync(struct hci_dev *hdev, in hci_le_connect_cancel_sync()
5543 static int hci_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_connect_cancel_sync()
5590 static int hci_reject_sco_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_sco_sync()
5609 static int hci_le_reject_cis_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_reject_cis_sync()
5622 static int hci_reject_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_conn_sync()
5644 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync()
5697 static int hci_disconnect_all_sync(struct hci_dev *hdev, u8 reason) in hci_disconnect_all_sync()
5728 static int hci_power_off_sync(struct hci_dev *hdev) in hci_power_off_sync()
5765 int hci_set_powered_sync(struct hci_dev *hdev, u8 val) in hci_set_powered_sync()
5773 static int hci_write_iac_sync(struct hci_dev *hdev) in hci_write_iac_sync()
5804 int hci_update_discoverable_sync(struct hci_dev *hdev) in hci_update_discoverable_sync()
5844 static int update_discoverable_sync(struct hci_dev *hdev, void *data) in update_discoverable_sync()
5849 int hci_update_discoverable(struct hci_dev *hdev) in hci_update_discoverable()
5862 int hci_update_connectable_sync(struct hci_dev *hdev) in hci_update_connectable_sync()
5893 int hci_inquiry_sync(struct hci_dev *hdev, u8 length, u8 num_rsp) in hci_inquiry_sync()
5922 static int hci_active_scan_sync(struct hci_dev *hdev, uint16_t interval) in hci_active_scan_sync()
5993 static int hci_start_interleaved_discovery_sync(struct hci_dev *hdev) in hci_start_interleaved_discovery_sync()
6006 int hci_start_discovery_sync(struct hci_dev *hdev) in hci_start_discovery_sync()
6056 static void hci_suspend_monitor_sync(struct hci_dev *hdev) in hci_suspend_monitor_sync()
6068 static int hci_pause_discovery_sync(struct hci_dev *hdev) in hci_pause_discovery_sync()
6089 static int hci_update_event_filter_sync(struct hci_dev *hdev) in hci_update_event_filter_sync()
6134 static int hci_pause_scan_sync(struct hci_dev *hdev) in hci_pause_scan_sync()
6163 int hci_suspend_sync(struct hci_dev *hdev) in hci_suspend_sync()
6228 static int hci_resume_discovery_sync(struct hci_dev *hdev) in hci_resume_discovery_sync()
6248 static void hci_resume_monitor_sync(struct hci_dev *hdev) in hci_resume_monitor_sync()
6260 static int hci_resume_scan_sync(struct hci_dev *hdev) in hci_resume_scan_sync()
6283 int hci_resume_sync(struct hci_dev *hdev) in hci_resume_sync()
6314 struct hci_dev *hdev = conn->hdev; in conn_use_rpa() local
6319 static int hci_le_ext_directed_advertising_sync(struct hci_dev *hdev, in hci_le_ext_directed_advertising_sync()
6387 static int hci_le_directed_advertising_sync(struct hci_dev *hdev, in hci_le_directed_advertising_sync()
6442 struct hci_dev *hdev = conn->hdev; in set_ext_conn_params() local
6456 static int hci_le_ext_create_conn_sync(struct hci_dev *hdev, in hci_le_ext_create_conn_sync()
6507 static int hci_le_create_conn_sync(struct hci_dev *hdev, void *data) in hci_le_create_conn_sync()
6620 int hci_le_create_cis_sync(struct hci_dev *hdev) in hci_le_create_cis_sync()
6717 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle) in hci_le_remove_cig_sync()
6728 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle) in hci_le_big_terminate_sync()
6739 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle) in hci_le_pa_terminate_sync()
6750 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address()
6823 static int _update_adv_data_sync(struct hci_dev *hdev, void *data) in _update_adv_data_sync()
6830 int hci_update_adv_data(struct hci_dev *hdev, u8 instance) in hci_update_adv_data()
6836 static int hci_acl_create_conn_sync(struct hci_dev *hdev, void *data) in hci_acl_create_conn_sync()
6897 int hci_connect_acl_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_acl_sync()
6903 static void create_le_conn_complete(struct hci_dev *hdev, void *data, int err) in create_le_conn_complete()
6934 int hci_connect_le_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_le_sync()
6940 int hci_cancel_connect_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_cancel_connect_sync()
6958 int hci_le_conn_update_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_le_conn_update_sync()
6976 static void create_pa_complete(struct hci_dev *hdev, void *data, int err) in create_pa_complete()
7012 static int hci_le_pa_create_sync(struct hci_dev *hdev, void *data) in hci_le_pa_create_sync()
7086 int hci_connect_pa_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_pa_sync()
7092 static void create_big_complete(struct hci_dev *hdev, void *data, int err) in create_big_complete()
7105 static int hci_le_big_create_sync(struct hci_dev *hdev, void *data) in hci_le_big_create_sync()
7149 int hci_connect_big_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_big_sync()