Lines Matching defs:hdev
23 static void hci_cmd_sync_complete(struct hci_dev *hdev, u8 result, u16 opcode, in hci_cmd_sync_complete()
47 static struct sk_buff *hci_cmd_sync_alloc(struct hci_dev *hdev, u16 opcode, in hci_cmd_sync_alloc()
85 struct hci_dev *hdev = req->hdev; in hci_cmd_sync_add() local
114 struct hci_dev *hdev = req->hdev; in hci_cmd_sync_run() local
146 struct sk_buff *__hci_cmd_sync_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_sk()
204 struct sk_buff *__hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync()
212 struct sk_buff *hci_cmd_sync(struct hci_dev *hdev, u16 opcode, u32 plen, in hci_cmd_sync()
231 struct sk_buff *__hci_cmd_sync_ev(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_ev()
240 int __hci_cmd_sync_status_sk(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status_sk()
269 int __hci_cmd_sync_status(struct hci_dev *hdev, u16 opcode, u32 plen, in __hci_cmd_sync_status()
279 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_sync_work); in hci_cmd_sync_work() local
316 struct hci_dev *hdev = container_of(work, struct hci_dev, cmd_sync_cancel_work); in hci_cmd_sync_cancel_work() local
326 static int scan_disable_sync(struct hci_dev *hdev, void *data) in scan_disable_sync()
332 static int interleaved_inquiry_sync(struct hci_dev *hdev, void *data) in interleaved_inquiry_sync()
339 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_disable() local
398 static int hci_le_scan_restart_sync(struct hci_dev *hdev) in hci_le_scan_restart_sync()
414 static int le_scan_restart_sync(struct hci_dev *hdev, void *data) in le_scan_restart_sync()
421 struct hci_dev *hdev = container_of(work, struct hci_dev, in le_scan_restart() local
469 static int reenable_adv_sync(struct hci_dev *hdev, void *data) in reenable_adv_sync()
496 struct hci_dev *hdev = container_of(work, struct hci_dev, in reenable_adv() local
511 static void cancel_adv_timeout(struct hci_dev *hdev) in cancel_adv_timeout()
530 int hci_clear_adv_instance_sync(struct hci_dev *hdev, struct sock *sk, in hci_clear_adv_instance_sync()
586 static int adv_timeout_expire_sync(struct hci_dev *hdev, void *data) in adv_timeout_expire_sync()
603 struct hci_dev *hdev = container_of(work, struct hci_dev, in adv_timeout_expire() local
626 void hci_cmd_sync_init(struct hci_dev *hdev) in hci_cmd_sync_init()
639 void hci_cmd_sync_clear(struct hci_dev *hdev) in hci_cmd_sync_clear()
655 void __hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in __hci_cmd_sync_cancel()
671 void hci_cmd_sync_cancel(struct hci_dev *hdev, int err) in hci_cmd_sync_cancel()
684 int hci_cmd_sync_queue(struct hci_dev *hdev, hci_cmd_sync_work_func_t func, in hci_cmd_sync_queue()
710 int hci_update_eir_sync(struct hci_dev *hdev) in hci_update_eir_sync()
741 static u8 get_service_classes(struct hci_dev *hdev) in get_service_classes()
752 int hci_update_class_sync(struct hci_dev *hdev) in hci_update_class_sync()
781 static bool is_advertising_allowed(struct hci_dev *hdev, bool connectable) in is_advertising_allowed()
820 static bool adv_use_rpa(struct hci_dev *hdev, uint32_t flags) in adv_use_rpa()
843 static int hci_set_random_addr_sync(struct hci_dev *hdev, bdaddr_t *rpa) in hci_set_random_addr_sync()
866 int hci_update_random_address_sync(struct hci_dev *hdev, bool require_privacy, in hci_update_random_address_sync()
956 static int hci_disable_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_disable_ext_adv_instance_sync()
993 static int hci_set_adv_set_random_addr_sync(struct hci_dev *hdev, u8 instance, in hci_set_adv_set_random_addr_sync()
1019 int hci_setup_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance) in hci_setup_ext_adv_instance_sync()
1152 static int hci_set_ext_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_scan_rsp_data_sync()
1193 static int __hci_set_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in __hci_set_scan_rsp_data_sync()
1215 int hci_update_scan_rsp_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_scan_rsp_data_sync()
1226 int hci_enable_ext_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_ext_advertising_sync()
1272 int hci_start_ext_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_ext_adv_sync()
1287 static int hci_disable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_disable_per_advertising_sync()
1304 static int hci_set_per_adv_params_sync(struct hci_dev *hdev, u8 instance, in hci_set_per_adv_params_sync()
1326 static int hci_set_per_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_per_adv_data_sync()
1354 static int hci_enable_per_advertising_sync(struct hci_dev *hdev, u8 instance) in hci_enable_per_advertising_sync()
1374 static int hci_adv_bcast_annoucement(struct hci_dev *hdev, struct adv_info *adv) in hci_adv_bcast_annoucement()
1409 int hci_start_per_adv_sync(struct hci_dev *hdev, u8 instance, u8 data_len, in hci_start_per_adv_sync()
1468 static int hci_start_adv_sync(struct hci_dev *hdev, u8 instance) in hci_start_adv_sync()
1486 int hci_enable_advertising_sync(struct hci_dev *hdev) in hci_enable_advertising_sync()
1572 static int enable_advertising_sync(struct hci_dev *hdev, void *data) in enable_advertising_sync()
1577 int hci_enable_advertising(struct hci_dev *hdev) in hci_enable_advertising()
1586 int hci_remove_ext_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_remove_ext_adv_instance_sync()
1607 static int remove_ext_adv_sync(struct hci_dev *hdev, void *data) in remove_ext_adv_sync()
1618 int hci_remove_ext_adv_instance(struct hci_dev *hdev, u8 instance) in hci_remove_ext_adv_instance()
1631 int hci_le_terminate_big_sync(struct hci_dev *hdev, u8 handle, u8 reason) in hci_le_terminate_big_sync()
1643 static int hci_set_ext_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_ext_adv_data_sync()
1685 static int hci_set_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_set_adv_data_sync()
1708 int hci_update_adv_data_sync(struct hci_dev *hdev, u8 instance) in hci_update_adv_data_sync()
1719 int hci_schedule_adv_instance_sync(struct hci_dev *hdev, u8 instance, in hci_schedule_adv_instance_sync()
1775 static int hci_clear_adv_sets_sync(struct hci_dev *hdev, struct sock *sk) in hci_clear_adv_sets_sync()
1791 static int hci_clear_adv_sync(struct hci_dev *hdev, struct sock *sk, bool force) in hci_clear_adv_sync()
1825 static int hci_remove_adv_sync(struct hci_dev *hdev, u8 instance, in hci_remove_adv_sync()
1861 int hci_remove_advertising_sync(struct hci_dev *hdev, struct sock *sk, in hci_remove_advertising_sync()
1905 int hci_read_rssi_sync(struct hci_dev *hdev, __le16 handle) in hci_read_rssi_sync()
1914 int hci_read_clock_sync(struct hci_dev *hdev, struct hci_cp_read_clock *cp) in hci_read_clock_sync()
1920 int hci_read_tx_power_sync(struct hci_dev *hdev, __le16 handle, u8 type) in hci_read_tx_power_sync()
1930 int hci_disable_advertising_sync(struct hci_dev *hdev) in hci_disable_advertising_sync()
1948 static int hci_le_set_ext_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_ext_scan_enable_sync()
1965 static int hci_le_set_scan_enable_sync(struct hci_dev *hdev, u8 val, in hci_le_set_scan_enable_sync()
1985 static int hci_le_set_addr_resolution_enable_sync(struct hci_dev *hdev, u8 val) in hci_le_set_addr_resolution_enable_sync()
1998 static int hci_scan_disable_sync(struct hci_dev *hdev) in hci_scan_disable_sync()
2020 static bool scan_use_rpa(struct hci_dev *hdev) in scan_use_rpa()
2025 static void hci_start_interleave_scan(struct hci_dev *hdev) in hci_start_interleave_scan()
2032 static bool is_interleave_scanning(struct hci_dev *hdev) in is_interleave_scanning()
2037 static void cancel_interleave_scan(struct hci_dev *hdev) in cancel_interleave_scan()
2049 static bool hci_update_interleaved_scan_sync(struct hci_dev *hdev) in hci_update_interleaved_scan_sync()
2078 static int hci_le_del_resolve_list_sync(struct hci_dev *hdev, in hci_le_del_resolve_list_sync()
2100 static int hci_le_del_accept_list_sync(struct hci_dev *hdev, in hci_le_del_accept_list_sync()
2134 static int hci_le_add_resolve_list_sync(struct hci_dev *hdev, in hci_le_add_resolve_list_sync()
2185 static int hci_le_set_privacy_mode_sync(struct hci_dev *hdev, in hci_le_set_privacy_mode_sync()
2219 static int hci_le_add_accept_list_sync(struct hci_dev *hdev, in hci_le_add_accept_list_sync()
2282 static int hci_pause_advertising_sync(struct hci_dev *hdev) in hci_pause_advertising_sync()
2326 static int hci_resume_advertising_sync(struct hci_dev *hdev) in hci_resume_advertising_sync()
2370 struct sk_buff *hci_read_local_oob_data_sync(struct hci_dev *hdev, in hci_read_local_oob_data_sync()
2396 static u8 hci_update_accept_list_sync(struct hci_dev *hdev) in hci_update_accept_list_sync()
2508 static inline bool hci_is_le_conn_scanning(struct hci_dev *hdev) in hci_is_le_conn_scanning()
2528 static int hci_le_set_ext_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_ext_scan_param_sync()
2572 static int hci_le_set_scan_param_sync(struct hci_dev *hdev, u8 type, in hci_le_set_scan_param_sync()
2594 static int hci_start_scan_sync(struct hci_dev *hdev, u8 type, u16 interval, in hci_start_scan_sync()
2613 static int hci_passive_scan_sync(struct hci_dev *hdev) in hci_passive_scan_sync()
2708 int hci_update_passive_scan_sync(struct hci_dev *hdev) in hci_update_passive_scan_sync()
2779 static int update_scan_sync(struct hci_dev *hdev, void *data) in update_scan_sync()
2784 int hci_update_scan(struct hci_dev *hdev) in hci_update_scan()
2789 static int update_passive_scan_sync(struct hci_dev *hdev, void *data) in update_passive_scan_sync()
2794 int hci_update_passive_scan(struct hci_dev *hdev) in hci_update_passive_scan()
2808 int hci_write_sc_support_sync(struct hci_dev *hdev, u8 val) in hci_write_sc_support_sync()
2831 int hci_write_ssp_mode_sync(struct hci_dev *hdev, u8 mode) in hci_write_ssp_mode_sync()
2852 int hci_write_le_host_supported_sync(struct hci_dev *hdev, u8 le, u8 simul) in hci_write_le_host_supported_sync()
2876 static int hci_powered_update_adv_sync(struct hci_dev *hdev) in hci_powered_update_adv_sync()
2921 static int hci_write_auth_enable_sync(struct hci_dev *hdev) in hci_write_auth_enable_sync()
2934 int hci_write_fast_connectable_sync(struct hci_dev *hdev, bool enable) in hci_write_fast_connectable_sync()
2978 static bool disconnected_accept_list_entries(struct hci_dev *hdev) in disconnected_accept_list_entries()
2996 static int hci_write_scan_enable_sync(struct hci_dev *hdev, u8 val) in hci_write_scan_enable_sync()
3003 int hci_update_scan_sync(struct hci_dev *hdev) in hci_update_scan_sync()
3035 int hci_update_name_sync(struct hci_dev *hdev) in hci_update_name_sync()
3060 int hci_powered_update_sync(struct hci_dev *hdev) in hci_powered_update_sync()
3130 static void hci_dev_get_bd_addr_from_property(struct hci_dev *hdev) in hci_dev_get_bd_addr_from_property()
3149 static int hci_init_stage_sync(struct hci_dev *hdev, in hci_init_stage_sync()
3166 static int hci_read_local_version_sync(struct hci_dev *hdev) in hci_read_local_version_sync()
3173 static int hci_read_bd_addr_sync(struct hci_dev *hdev) in hci_read_bd_addr_sync()
3192 int hci_reset_sync(struct hci_dev *hdev) in hci_reset_sync()
3206 static int hci_init0_sync(struct hci_dev *hdev) in hci_init0_sync()
3222 static int hci_unconf_init_sync(struct hci_dev *hdev) in hci_unconf_init_sync()
3240 static int hci_read_local_features_sync(struct hci_dev *hdev) in hci_read_local_features_sync()
3262 static int hci_read_local_cmds_sync(struct hci_dev *hdev) in hci_read_local_cmds_sync()
3281 static int hci_read_local_amp_info_sync(struct hci_dev *hdev) in hci_read_local_amp_info_sync()
3288 static int hci_read_data_block_size_sync(struct hci_dev *hdev) in hci_read_data_block_size_sync()
3295 static int hci_read_flow_control_mode_sync(struct hci_dev *hdev) in hci_read_flow_control_mode_sync()
3302 static int hci_read_location_data_sync(struct hci_dev *hdev) in hci_read_location_data_sync()
3324 static int hci_init1_sync(struct hci_dev *hdev) in hci_init1_sync()
3359 static int hci_read_buffer_size_sync(struct hci_dev *hdev) in hci_read_buffer_size_sync()
3366 static int hci_read_dev_class_sync(struct hci_dev *hdev) in hci_read_dev_class_sync()
3373 static int hci_read_local_name_sync(struct hci_dev *hdev) in hci_read_local_name_sync()
3380 static int hci_read_voice_setting_sync(struct hci_dev *hdev) in hci_read_voice_setting_sync()
3387 static int hci_read_num_supported_iac_sync(struct hci_dev *hdev) in hci_read_num_supported_iac_sync()
3394 static int hci_read_current_iac_lap_sync(struct hci_dev *hdev) in hci_read_current_iac_lap_sync()
3400 static int hci_set_event_filter_sync(struct hci_dev *hdev, u8 flt_type, in hci_set_event_filter_sync()
3427 static int hci_clear_event_filter_sync(struct hci_dev *hdev) in hci_clear_event_filter_sync()
3444 static int hci_write_ca_timeout_sync(struct hci_dev *hdev) in hci_write_ca_timeout_sync()
3473 static int hci_write_ssp_mode_1_sync(struct hci_dev *hdev) in hci_write_ssp_mode_1_sync()
3492 static int hci_write_eir_sync(struct hci_dev *hdev) in hci_write_eir_sync()
3506 static int hci_write_inquiry_mode_sync(struct hci_dev *hdev) in hci_write_inquiry_mode_sync()
3524 static int hci_read_inq_rsp_tx_power_sync(struct hci_dev *hdev) in hci_read_inq_rsp_tx_power_sync()
3533 static int hci_read_local_ext_features_sync(struct hci_dev *hdev, u8 page) in hci_read_local_ext_features_sync()
3547 static int hci_read_local_ext_features_1_sync(struct hci_dev *hdev) in hci_read_local_ext_features_1_sync()
3572 static int hci_le_read_buffer_size_sync(struct hci_dev *hdev) in hci_le_read_buffer_size_sync()
3585 static int hci_le_read_local_features_sync(struct hci_dev *hdev) in hci_le_read_local_features_sync()
3592 static int hci_le_read_supported_states_sync(struct hci_dev *hdev) in hci_le_read_supported_states_sync()
3609 static int hci_init2_sync(struct hci_dev *hdev) in hci_init2_sync()
3642 static int hci_set_event_mask_sync(struct hci_dev *hdev) in hci_set_event_mask_sync()
3749 static int hci_read_stored_link_key_sync(struct hci_dev *hdev) in hci_read_stored_link_key_sync()
3765 static int hci_setup_link_policy_sync(struct hci_dev *hdev) in hci_setup_link_policy_sync()
3790 static int hci_read_page_scan_activity_sync(struct hci_dev *hdev) in hci_read_page_scan_activity_sync()
3799 static int hci_read_def_err_data_reporting_sync(struct hci_dev *hdev) in hci_read_def_err_data_reporting_sync()
3810 static int hci_read_page_scan_type_sync(struct hci_dev *hdev) in hci_read_page_scan_type_sync()
3824 static int hci_read_local_ext_features_all_sync(struct hci_dev *hdev) in hci_read_local_ext_features_all_sync()
3861 static int hci_le_set_event_mask_sync(struct hci_dev *hdev) in hci_le_set_event_mask_sync()
3979 static int hci_le_read_adv_tx_power_sync(struct hci_dev *hdev) in hci_le_read_adv_tx_power_sync()
3997 static int hci_le_read_tx_power_sync(struct hci_dev *hdev) in hci_le_read_tx_power_sync()
4008 static int hci_le_read_accept_list_size_sync(struct hci_dev *hdev) in hci_le_read_accept_list_size_sync()
4018 static int hci_le_clear_accept_list_sync(struct hci_dev *hdev) in hci_le_clear_accept_list_sync()
4028 static int hci_le_read_resolv_list_size_sync(struct hci_dev *hdev) in hci_le_read_resolv_list_size_sync()
4038 static int hci_le_clear_resolv_list_sync(struct hci_dev *hdev) in hci_le_clear_resolv_list_sync()
4048 static int hci_le_set_rpa_timeout_sync(struct hci_dev *hdev) in hci_le_set_rpa_timeout_sync()
4061 static int hci_le_read_max_data_len_sync(struct hci_dev *hdev) in hci_le_read_max_data_len_sync()
4071 static int hci_le_read_def_data_len_sync(struct hci_dev *hdev) in hci_le_read_def_data_len_sync()
4081 static int hci_le_read_num_support_adv_sets_sync(struct hci_dev *hdev) in hci_le_read_num_support_adv_sets_sync()
4092 static int hci_set_le_support_sync(struct hci_dev *hdev) in hci_set_le_support_sync()
4115 static int hci_le_set_host_feature_sync(struct hci_dev *hdev) in hci_le_set_host_feature_sync()
4163 static int hci_init3_sync(struct hci_dev *hdev) in hci_init3_sync()
4179 static int hci_delete_stored_link_key_sync(struct hci_dev *hdev) in hci_delete_stored_link_key_sync()
4208 static int hci_set_event_mask_page_2_sync(struct hci_dev *hdev) in hci_set_event_mask_page_2_sync()
4259 static int hci_read_local_codecs_sync(struct hci_dev *hdev) in hci_read_local_codecs_sync()
4270 static int hci_read_local_pairing_opts_sync(struct hci_dev *hdev) in hci_read_local_pairing_opts_sync()
4280 static int hci_get_mws_transport_config_sync(struct hci_dev *hdev) in hci_get_mws_transport_config_sync()
4290 static int hci_read_sync_train_params_sync(struct hci_dev *hdev) in hci_read_sync_train_params_sync()
4300 static int hci_write_sc_support_1_sync(struct hci_dev *hdev) in hci_write_sc_support_1_sync()
4316 static int hci_set_err_data_report_sync(struct hci_dev *hdev) in hci_set_err_data_report_sync()
4358 static int hci_le_set_write_def_data_len_sync(struct hci_dev *hdev) in hci_le_set_write_def_data_len_sync()
4374 static int hci_le_set_default_phy_sync(struct hci_dev *hdev) in hci_le_set_default_phy_sync()
4398 static int hci_init4_sync(struct hci_dev *hdev) in hci_init4_sync()
4414 static int hci_init_sync(struct hci_dev *hdev) in hci_init_sync()
4500 static int hci_dev_setup_sync(struct hci_dev *hdev) in hci_dev_setup_sync()
4582 static int hci_dev_init_sync(struct hci_dev *hdev) in hci_dev_init_sync()
4634 int hci_dev_open_sync(struct hci_dev *hdev) in hci_dev_open_sync()
4741 static void hci_pend_le_actions_clear(struct hci_dev *hdev) in hci_pend_le_actions_clear()
4757 static int hci_dev_shutdown(struct hci_dev *hdev) in hci_dev_shutdown()
4782 int hci_dev_close_sync(struct hci_dev *hdev) in hci_dev_close_sync()
4917 static int hci_power_on_sync(struct hci_dev *hdev) in hci_power_on_sync()
4980 static int hci_remote_name_cancel_sync(struct hci_dev *hdev, bdaddr_t *addr) in hci_remote_name_cancel_sync()
4991 int hci_stop_discovery_sync(struct hci_dev *hdev) in hci_stop_discovery_sync()
5042 static int hci_disconnect_phy_link_sync(struct hci_dev *hdev, u16 handle, in hci_disconnect_phy_link_sync()
5055 static int hci_disconnect_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_disconnect_sync()
5080 static int hci_le_connect_cancel_sync(struct hci_dev *hdev, in hci_le_connect_cancel_sync()
5090 static int hci_connect_cancel_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_connect_cancel_sync()
5102 static int hci_reject_sco_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_sco_sync()
5121 static int hci_reject_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, in hci_reject_conn_sync()
5137 int hci_abort_conn_sync(struct hci_dev *hdev, struct hci_conn *conn, u8 reason) in hci_abort_conn_sync()
5166 static int hci_disconnect_all_sync(struct hci_dev *hdev, u8 reason) in hci_disconnect_all_sync()
5187 static int hci_power_off_sync(struct hci_dev *hdev) in hci_power_off_sync()
5218 int hci_set_powered_sync(struct hci_dev *hdev, u8 val) in hci_set_powered_sync()
5226 static int hci_write_iac_sync(struct hci_dev *hdev) in hci_write_iac_sync()
5257 int hci_update_discoverable_sync(struct hci_dev *hdev) in hci_update_discoverable_sync()
5297 static int update_discoverable_sync(struct hci_dev *hdev, void *data) in update_discoverable_sync()
5302 int hci_update_discoverable(struct hci_dev *hdev) in hci_update_discoverable()
5315 int hci_update_connectable_sync(struct hci_dev *hdev) in hci_update_connectable_sync()
5346 static int hci_inquiry_sync(struct hci_dev *hdev, u8 length) in hci_inquiry_sync()
5374 static int hci_active_scan_sync(struct hci_dev *hdev, uint16_t interval) in hci_active_scan_sync()
5461 static int hci_start_interleaved_discovery_sync(struct hci_dev *hdev) in hci_start_interleaved_discovery_sync()
5474 int hci_start_discovery_sync(struct hci_dev *hdev) in hci_start_discovery_sync()
5536 static void hci_suspend_monitor_sync(struct hci_dev *hdev) in hci_suspend_monitor_sync()
5548 static int hci_pause_discovery_sync(struct hci_dev *hdev) in hci_pause_discovery_sync()
5570 static int hci_update_event_filter_sync(struct hci_dev *hdev) in hci_update_event_filter_sync()
5615 static int hci_pause_scan_sync(struct hci_dev *hdev) in hci_pause_scan_sync()
5644 int hci_suspend_sync(struct hci_dev *hdev) in hci_suspend_sync()
5709 static int hci_resume_discovery_sync(struct hci_dev *hdev) in hci_resume_discovery_sync()
5729 static void hci_resume_monitor_sync(struct hci_dev *hdev) in hci_resume_monitor_sync()
5741 static int hci_resume_scan_sync(struct hci_dev *hdev) in hci_resume_scan_sync()
5764 int hci_resume_sync(struct hci_dev *hdev) in hci_resume_sync()
5795 struct hci_dev *hdev = conn->hdev; in conn_use_rpa() local
5800 static int hci_le_ext_directed_advertising_sync(struct hci_dev *hdev, in hci_le_ext_directed_advertising_sync()
5864 static int hci_le_directed_advertising_sync(struct hci_dev *hdev, in hci_le_directed_advertising_sync()
5919 struct hci_dev *hdev = conn->hdev; in set_ext_conn_params() local
5933 static int hci_le_ext_create_conn_sync(struct hci_dev *hdev, in hci_le_ext_create_conn_sync()
5981 int hci_le_create_conn_sync(struct hci_dev *hdev, struct hci_conn *conn) in hci_le_create_conn_sync()
6082 int hci_le_remove_cig_sync(struct hci_dev *hdev, u8 handle) in hci_le_remove_cig_sync()
6093 int hci_le_big_terminate_sync(struct hci_dev *hdev, u8 handle) in hci_le_big_terminate_sync()
6104 int hci_le_pa_terminate_sync(struct hci_dev *hdev, u16 handle) in hci_le_pa_terminate_sync()
6115 int hci_get_random_address(struct hci_dev *hdev, bool require_privacy, in hci_get_random_address()
6188 static int _update_adv_data_sync(struct hci_dev *hdev, void *data) in _update_adv_data_sync()
6195 int hci_update_adv_data(struct hci_dev *hdev, u8 instance) in hci_update_adv_data()