Lines Matching defs:hdev
44 static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_inquiry_cancel()
64 static void hci_cc_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_periodic_inq()
76 static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_exit_periodic_inq()
90 static void hci_cc_remote_name_req_cancel(struct hci_dev *hdev, in hci_cc_remote_name_req_cancel()
96 static void hci_cc_role_discovery(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_role_discovery()
115 static void hci_cc_read_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_link_policy()
134 static void hci_cc_write_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_link_policy()
158 static void hci_cc_read_def_link_policy(struct hci_dev *hdev, in hci_cc_read_def_link_policy()
171 static void hci_cc_write_def_link_policy(struct hci_dev *hdev, in hci_cc_write_def_link_policy()
189 static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_reset()
221 static void hci_cc_read_stored_link_key(struct hci_dev *hdev, in hci_cc_read_stored_link_key()
239 static void hci_cc_delete_stored_link_key(struct hci_dev *hdev, in hci_cc_delete_stored_link_key()
255 static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_local_name()
276 static void hci_cc_read_local_name(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_name()
290 static void hci_cc_write_auth_enable(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_auth_enable()
318 static void hci_cc_write_encrypt_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_encrypt_mode()
341 static void hci_cc_write_scan_enable(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_scan_enable()
376 static void hci_cc_read_class_of_dev(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_class_of_dev()
391 static void hci_cc_write_class_of_dev(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_class_of_dev()
413 static void hci_cc_read_voice_setting(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_voice_setting()
436 static void hci_cc_write_voice_setting(struct hci_dev *hdev, in hci_cc_write_voice_setting()
465 static void hci_cc_read_num_supported_iac(struct hci_dev *hdev, in hci_cc_read_num_supported_iac()
480 static void hci_cc_write_ssp_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_ssp_mode()
512 static void hci_cc_write_sc_support(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_sc_support()
542 static void hci_cc_read_local_version(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_version()
561 static void hci_cc_read_local_commands(struct hci_dev *hdev, in hci_cc_read_local_commands()
576 static void hci_cc_read_local_features(struct hci_dev *hdev, in hci_cc_read_local_features()
626 static void hci_cc_read_local_ext_features(struct hci_dev *hdev, in hci_cc_read_local_ext_features()
643 static void hci_cc_read_flow_control_mode(struct hci_dev *hdev, in hci_cc_read_flow_control_mode()
656 static void hci_cc_read_buffer_size(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_buffer_size()
682 static void hci_cc_read_bd_addr(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_bd_addr()
698 static void hci_cc_read_page_scan_activity(struct hci_dev *hdev, in hci_cc_read_page_scan_activity()
714 static void hci_cc_write_page_scan_activity(struct hci_dev *hdev, in hci_cc_write_page_scan_activity()
733 static void hci_cc_read_page_scan_type(struct hci_dev *hdev, in hci_cc_read_page_scan_type()
747 static void hci_cc_write_page_scan_type(struct hci_dev *hdev, in hci_cc_write_page_scan_type()
763 static void hci_cc_read_data_block_size(struct hci_dev *hdev, in hci_cc_read_data_block_size()
783 static void hci_cc_read_clock(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_clock()
818 static void hci_cc_read_local_amp_info(struct hci_dev *hdev, in hci_cc_read_local_amp_info()
843 static void hci_cc_read_local_amp_assoc(struct hci_dev *hdev, in hci_cc_read_local_amp_assoc()
880 static void hci_cc_read_inq_rsp_tx_power(struct hci_dev *hdev, in hci_cc_read_inq_rsp_tx_power()
893 static void hci_cc_pin_code_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_pin_code_reply()
921 static void hci_cc_pin_code_neg_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_pin_code_neg_reply()
936 static void hci_cc_le_read_buffer_size(struct hci_dev *hdev, in hci_cc_le_read_buffer_size()
954 static void hci_cc_le_read_local_features(struct hci_dev *hdev, in hci_cc_le_read_local_features()
967 static void hci_cc_le_read_adv_tx_power(struct hci_dev *hdev, in hci_cc_le_read_adv_tx_power()
980 static void hci_cc_user_confirm_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_user_confirm_reply()
995 static void hci_cc_user_confirm_neg_reply(struct hci_dev *hdev, in hci_cc_user_confirm_neg_reply()
1011 static void hci_cc_user_passkey_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_user_passkey_reply()
1026 static void hci_cc_user_passkey_neg_reply(struct hci_dev *hdev, in hci_cc_user_passkey_neg_reply()
1042 static void hci_cc_read_local_oob_data(struct hci_dev *hdev, in hci_cc_read_local_oob_data()
1050 static void hci_cc_read_local_oob_ext_data(struct hci_dev *hdev, in hci_cc_read_local_oob_ext_data()
1058 static void hci_cc_le_set_random_addr(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_set_random_addr()
1079 static void hci_cc_le_set_adv_enable(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_set_adv_enable()
1114 static void hci_cc_le_set_scan_param(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_set_scan_param()
1135 static bool has_pending_adv_report(struct hci_dev *hdev) in has_pending_adv_report()
1142 static void clear_pending_adv_report(struct hci_dev *hdev) in clear_pending_adv_report()
1150 static void store_pending_adv_report(struct hci_dev *hdev, bdaddr_t *bdaddr, in store_pending_adv_report()
1164 static void hci_cc_le_set_scan_enable(struct hci_dev *hdev, in hci_cc_le_set_scan_enable()
1233 static void hci_cc_le_read_white_list_size(struct hci_dev *hdev, in hci_cc_le_read_white_list_size()
1246 static void hci_cc_le_clear_white_list(struct hci_dev *hdev, in hci_cc_le_clear_white_list()
1259 static void hci_cc_le_add_to_white_list(struct hci_dev *hdev, in hci_cc_le_add_to_white_list()
1278 static void hci_cc_le_del_from_white_list(struct hci_dev *hdev, in hci_cc_le_del_from_white_list()
1297 static void hci_cc_le_read_supported_states(struct hci_dev *hdev, in hci_cc_le_read_supported_states()
1310 static void hci_cc_le_read_def_data_len(struct hci_dev *hdev, in hci_cc_le_read_def_data_len()
1324 static void hci_cc_le_write_def_data_len(struct hci_dev *hdev, in hci_cc_le_write_def_data_len()
1343 static void hci_cc_le_read_max_data_len(struct hci_dev *hdev, in hci_cc_le_read_max_data_len()
1359 static void hci_cc_write_le_host_supported(struct hci_dev *hdev, in hci_cc_write_le_host_supported()
1393 static void hci_cc_set_adv_param(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_set_adv_param()
1412 static void hci_cc_write_remote_amp_assoc(struct hci_dev *hdev, in hci_cc_write_remote_amp_assoc()
1426 static void hci_cc_read_rssi(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_rssi()
1445 static void hci_cc_read_tx_power(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_tx_power()
1479 static void hci_cc_write_ssp_debug_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_ssp_debug_mode()
1494 static void hci_cs_inquiry(struct hci_dev *hdev, __u8 status) in hci_cs_inquiry()
1506 static void hci_cs_create_conn(struct hci_dev *hdev, __u8 status) in hci_cs_create_conn()
1544 static void hci_cs_add_sco(struct hci_dev *hdev, __u8 status) in hci_cs_add_sco()
1579 static void hci_cs_auth_requested(struct hci_dev *hdev, __u8 status) in hci_cs_auth_requested()
1606 static void hci_cs_set_conn_encrypt(struct hci_dev *hdev, __u8 status) in hci_cs_set_conn_encrypt()
1633 static int hci_outgoing_auth_needed(struct hci_dev *hdev, in hci_outgoing_auth_needed()
1655 static int hci_resolve_name(struct hci_dev *hdev, in hci_resolve_name()
1670 static bool hci_resolve_next_name(struct hci_dev *hdev) in hci_resolve_next_name()
1690 static void hci_check_pending_name(struct hci_dev *hdev, struct hci_conn *conn, in hci_check_pending_name()
1739 static void hci_cs_remote_name_req(struct hci_dev *hdev, __u8 status) in hci_cs_remote_name_req()
1782 static void hci_cs_read_remote_features(struct hci_dev *hdev, __u8 status) in hci_cs_read_remote_features()
1809 static void hci_cs_read_remote_ext_features(struct hci_dev *hdev, __u8 status) in hci_cs_read_remote_ext_features()
1836 static void hci_cs_setup_sync_conn(struct hci_dev *hdev, __u8 status) in hci_cs_setup_sync_conn()
1871 static void hci_cs_sniff_mode(struct hci_dev *hdev, __u8 status) in hci_cs_sniff_mode()
1898 static void hci_cs_exit_sniff_mode(struct hci_dev *hdev, __u8 status) in hci_cs_exit_sniff_mode()
1925 static void hci_cs_disconnect(struct hci_dev *hdev, u8 status) in hci_cs_disconnect()
1947 static void hci_cs_create_phylink(struct hci_dev *hdev, u8 status) in hci_cs_create_phylink()
1972 static void hci_cs_accept_phylink(struct hci_dev *hdev, u8 status) in hci_cs_accept_phylink()
1988 static void hci_cs_le_create_conn(struct hci_dev *hdev, u8 status) in hci_cs_le_create_conn()
2039 static void hci_cs_le_read_remote_features(struct hci_dev *hdev, u8 status) in hci_cs_le_read_remote_features()
2066 static void hci_cs_le_start_enc(struct hci_dev *hdev, u8 status) in hci_cs_le_start_enc()
2096 static void hci_cs_switch_role(struct hci_dev *hdev, u8 status) in hci_cs_switch_role()
2119 static void hci_inquiry_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_inquiry_complete_evt()
2178 static void hci_inquiry_result_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_inquiry_result_evt()
2216 static void hci_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_conn_complete_evt()
2301 static void hci_reject_conn(struct hci_dev *hdev, bdaddr_t *bdaddr) in hci_reject_conn()
2310 static void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_conn_request_evt()
2421 static void hci_disconn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_disconn_complete_evt()
2499 static void hci_auth_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_auth_complete_evt()
2564 static void hci_remote_name_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_name_evt()
2606 static void hci_encrypt_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_encrypt_change_evt()
2678 static void hci_change_link_key_complete_evt(struct hci_dev *hdev, in hci_change_link_key_complete_evt()
2701 static void hci_remote_features_evt(struct hci_dev *hdev, in hci_remote_features_evt()
2750 static void hci_cmd_complete_evt(struct hci_dev *hdev, struct sk_buff *skb, in hci_cmd_complete_evt()
3057 static void hci_cmd_status_evt(struct hci_dev *hdev, struct sk_buff *skb, in hci_cmd_status_evt()
3168 static void hci_hardware_error_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_hardware_error_evt()
3177 static void hci_role_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_role_change_evt()
3199 static void hci_num_comp_pkts_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_num_comp_pkts_evt()
3265 static struct hci_conn *__hci_conn_lookup_handle(struct hci_dev *hdev, in __hci_conn_lookup_handle()
3286 static void hci_num_comp_blocks_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_num_comp_blocks_evt()
3336 static void hci_mode_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_mode_change_evt()
3364 static void hci_pin_code_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pin_code_request_evt()
3434 static void hci_link_key_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_link_key_request_evt()
3494 static void hci_link_key_notify_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_link_key_notify_evt()
3554 static void hci_clock_offset_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_clock_offset_evt()
3577 static void hci_pkt_type_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pkt_type_change_evt()
3593 static void hci_pscan_rep_mode_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pscan_rep_mode_evt()
3611 static void hci_inquiry_result_with_rssi_evt(struct hci_dev *hdev, in hci_inquiry_result_with_rssi_evt()
3675 static void hci_remote_ext_features_evt(struct hci_dev *hdev, in hci_remote_ext_features_evt()
3739 static void hci_sync_conn_complete_evt(struct hci_dev *hdev, in hci_sync_conn_complete_evt()
3815 static void hci_extended_inquiry_result_evt(struct hci_dev *hdev, in hci_extended_inquiry_result_evt()
3865 static void hci_key_refresh_complete_evt(struct hci_dev *hdev, in hci_key_refresh_complete_evt()
3935 struct hci_dev *hdev = conn->hdev; in bredr_oob_data_present() local
3975 static void hci_io_capa_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_io_capa_request_evt()
4044 static void hci_io_capa_reply_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_io_capa_reply_evt()
4064 static void hci_user_confirm_request_evt(struct hci_dev *hdev, in hci_user_confirm_request_evt()
4139 static void hci_user_passkey_request_evt(struct hci_dev *hdev, in hci_user_passkey_request_evt()
4150 static void hci_user_passkey_notify_evt(struct hci_dev *hdev, in hci_user_passkey_notify_evt()
4171 static void hci_keypress_notify_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_keypress_notify_evt()
4209 static void hci_simple_pair_complete_evt(struct hci_dev *hdev, in hci_simple_pair_complete_evt()
4240 static void hci_remote_host_features_evt(struct hci_dev *hdev, in hci_remote_host_features_evt()
4262 static void hci_remote_oob_data_request_evt(struct hci_dev *hdev, in hci_remote_oob_data_request_evt()
4316 static void hci_phy_link_complete_evt(struct hci_dev *hdev, in hci_phy_link_complete_evt()
4356 static void hci_loglink_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_loglink_complete_evt()
4394 static void hci_disconn_loglink_complete_evt(struct hci_dev *hdev, in hci_disconn_loglink_complete_evt()
4418 static void hci_disconn_phylink_complete_evt(struct hci_dev *hdev, in hci_disconn_phylink_complete_evt()
4440 static void hci_le_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_conn_complete_evt()
4602 static void hci_le_conn_update_complete_evt(struct hci_dev *hdev, in hci_le_conn_update_complete_evt()
4626 static struct hci_conn *check_pending_le_conn(struct hci_dev *hdev, in check_pending_le_conn()
4705 static void process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, in process_adv_report()
4864 static void hci_le_adv_report_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_adv_report_evt()
4886 static void hci_le_remote_feat_complete_evt(struct hci_dev *hdev, in hci_le_remote_feat_complete_evt()
4928 static void hci_le_ltk_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_ltk_request_evt()
4991 static void send_conn_param_neg_reply(struct hci_dev *hdev, u16 handle, in send_conn_param_neg_reply()
5003 static void hci_le_remote_conn_param_req_evt(struct hci_dev *hdev, in hci_le_remote_conn_param_req_evt()
5061 static void hci_le_direct_adv_report_evt(struct hci_dev *hdev, in hci_le_direct_adv_report_evt()
5082 static void hci_le_meta_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_meta_evt()
5122 static void hci_chan_selected_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_chan_selected_evt()
5138 static bool hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, in hci_get_cmd_complete()
5183 void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_event_packet()