Lines Matching defs:skb

52 static void hci_cc_inquiry_cancel(struct hci_dev *hdev, struct sk_buff *skb)  in hci_cc_inquiry_cancel()
76 static void hci_cc_exit_periodic_inq(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_exit_periodic_inq()
88 static void hci_cc_remote_name_req_cancel(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_remote_name_req_cancel()
93 static void hci_cc_role_discovery(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_role_discovery()
116 static void hci_cc_read_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_link_policy()
135 static void hci_cc_write_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_link_policy()
159 static void hci_cc_read_def_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_def_link_policy()
171 static void hci_cc_write_def_link_policy(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_def_link_policy()
188 static void hci_cc_reset(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_reset()
201 static void hci_cc_write_local_name(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_local_name()
223 static void hci_cc_read_local_name(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_name()
235 static void hci_cc_write_auth_enable(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_auth_enable()
258 static void hci_cc_write_encrypt_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_encrypt_mode()
281 static void hci_cc_write_scan_enable(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_scan_enable()
330 static void hci_cc_read_class_of_dev(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_class_of_dev()
345 static void hci_cc_write_class_of_dev(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_class_of_dev()
362 static void hci_cc_read_voice_setting(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_voice_setting()
385 static void hci_cc_write_voice_setting(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_voice_setting()
413 static void hci_cc_host_buffer_size(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_host_buffer_size()
422 static void hci_cc_read_ssp_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_ssp_mode()
434 static void hci_cc_write_ssp_mode(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_ssp_mode()
590 static void hci_cc_read_local_version(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_version()
631 static void hci_cc_read_local_commands(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_commands()
649 static void hci_cc_read_local_features(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_local_features()
705 struct sk_buff *skb) in hci_cc_read_local_ext_features()
727 struct sk_buff *skb) in hci_cc_read_flow_control_mode()
741 static void hci_cc_read_buffer_size(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_buffer_size()
768 static void hci_cc_read_bd_addr(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_read_bd_addr()
781 struct sk_buff *skb) in hci_cc_read_data_block_size()
802 static void hci_cc_write_ca_timeout(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_write_ca_timeout()
812 struct sk_buff *skb) in hci_cc_read_local_amp_info()
836 struct sk_buff *skb) in hci_cc_delete_stored_link_key()
845 static void hci_cc_set_event_mask(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_set_event_mask()
855 struct sk_buff *skb) in hci_cc_write_inquiry_mode()
865 struct sk_buff *skb) in hci_cc_read_inq_rsp_tx_power()
874 static void hci_cc_set_event_flt(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_set_event_flt()
883 static void hci_cc_pin_code_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_pin_code_reply()
911 static void hci_cc_pin_code_neg_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_pin_code_neg_reply()
927 struct sk_buff *skb) in hci_cc_le_read_buffer_size()
946 static void hci_cc_user_confirm_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_user_confirm_reply()
962 struct sk_buff *skb) in hci_cc_user_confirm_neg_reply()
977 static void hci_cc_user_passkey_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_user_passkey_reply()
993 struct sk_buff *skb) in hci_cc_user_passkey_neg_reply()
1009 struct sk_buff *skb) in hci_cc_read_local_oob_data_reply()
1021 static void hci_cc_le_set_scan_param(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_set_scan_param()
1029 struct sk_buff *skb) in hci_cc_le_set_scan_enable()
1066 static void hci_cc_le_ltk_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_ltk_reply()
1078 static void hci_cc_le_ltk_neg_reply(struct hci_dev *hdev, struct sk_buff *skb) in hci_cc_le_ltk_neg_reply()
1091 struct sk_buff *skb) in hci_cc_write_le_host_supported()
1496 static inline void hci_inquiry_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_inquiry_complete_evt()
1514 static inline void hci_inquiry_result_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_inquiry_result_evt()
1544 static inline void hci_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_conn_complete_evt()
1624 static inline void hci_conn_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_conn_request_evt()
1698 static inline void hci_disconn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_disconn_complete_evt()
1731 static inline void hci_auth_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_auth_complete_evt()
1796 static inline void hci_remote_name_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_name_evt()
1827 static inline void hci_encrypt_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_encrypt_change_evt()
1863 static inline void hci_change_link_key_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_change_link_key_complete_evt()
1885 static inline void hci_remote_features_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_features_evt()
1931 static inline void hci_remote_version_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_version_evt()
1936 static inline void hci_qos_setup_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_qos_setup_complete_evt()
1941 static inline void hci_cmd_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_cmd_complete_evt()
2161 static inline void hci_cmd_status_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_cmd_status_evt()
2243 static inline void hci_role_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_role_change_evt()
2269 static inline void hci_num_comp_pkts_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_num_comp_pkts_evt()
2335 static inline void hci_mode_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_mode_change_evt()
2363 static inline void hci_pin_code_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pin_code_request_evt()
2400 static inline void hci_link_key_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_link_key_request_evt()
2464 static inline void hci_link_key_notify_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_link_key_notify_evt()
2493 static inline void hci_clock_offset_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_clock_offset_evt()
2516 static inline void hci_pkt_type_change_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pkt_type_change_evt()
2532 static inline void hci_pscan_rep_mode_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_pscan_rep_mode_evt()
2550 static inline void hci_inquiry_result_with_rssi_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_inquiry_result_with_rssi_evt()
2602 static inline void hci_remote_ext_features_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_ext_features_evt()
2646 static inline void hci_sync_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_sync_conn_complete_evt()
2701 static inline void hci_sync_conn_changed_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_sync_conn_changed_evt()
2706 static inline void hci_sniff_subrate_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_sniff_subrate_evt()
2713 static inline void hci_extended_inquiry_result_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_extended_inquiry_result_evt()
2762 static inline void hci_io_capa_request_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_io_capa_request_evt()
2811 static inline void hci_io_capa_reply_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_io_capa_reply_evt()
2833 struct sk_buff *skb) in hci_user_confirm_request_evt()
2901 struct sk_buff *skb) in hci_user_passkey_request_evt()
2915 static inline void hci_simple_pair_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_simple_pair_complete_evt()
2942 static inline void hci_remote_host_features_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_remote_host_features_evt()
2959 struct sk_buff *skb) in hci_remote_oob_data_request_evt()
2993 static inline void hci_le_conn_complete_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_conn_complete_evt()
3039 struct sk_buff *skb) in hci_le_adv_report_evt()
3058 struct sk_buff *skb) in hci_le_ltk_request_evt()
3094 static inline void hci_le_meta_evt(struct hci_dev *hdev, struct sk_buff *skb) in hci_le_meta_evt()
3118 void hci_event_packet(struct hci_dev *hdev, struct sk_buff *skb) in hci_event_packet()
3288 struct sk_buff *skb; in hci_si_event() local