Home
last modified time | relevance | path

Searched full:msg (Results 1 – 25 of 2724) sorted by relevance

12345678910>>...109

/linux/include/uapi/linux/
H A Dcec-funcs.h14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source() argument
16 msg->len = 4; in cec_msg_active_source()
17 msg->msg[0] |= CEC_LOG_ADDR_BROADCAST; in cec_msg_active_source()
18 msg->msg[1] = CEC_MSG_ACTIVE_SOURCE; in cec_msg_active_source()
19 msg->msg[2] = phys_addr >> 8; in cec_msg_active_source()
20 msg->msg[ in cec_msg_active_source()
23 cec_ops_active_source(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_active_source() argument
29 cec_msg_image_view_on(struct cec_msg * msg) cec_msg_image_view_on() argument
35 cec_msg_text_view_on(struct cec_msg * msg) cec_msg_text_view_on() argument
43 cec_msg_inactive_source(struct cec_msg * msg,__u16 phys_addr) cec_msg_inactive_source() argument
52 cec_ops_inactive_source(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_inactive_source() argument
58 cec_msg_request_active_source(struct cec_msg * msg,int reply) cec_msg_request_active_source() argument
67 cec_msg_routing_information(struct cec_msg * msg,__u16 phys_addr) cec_msg_routing_information() argument
77 cec_ops_routing_information(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_routing_information() argument
83 cec_msg_routing_change(struct cec_msg * msg,int reply,__u16 orig_phys_addr,__u16 new_phys_addr) cec_msg_routing_change() argument
98 cec_ops_routing_change(const struct cec_msg * msg,__u16 * orig_phys_addr,__u16 * new_phys_addr) cec_ops_routing_change() argument
106 cec_msg_set_stream_path(struct cec_msg * msg,__u16 phys_addr) cec_msg_set_stream_path() argument
115 cec_ops_set_stream_path(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_set_stream_path() argument
123 cec_msg_standby(struct cec_msg * msg) cec_msg_standby() argument
131 cec_msg_record_off(struct cec_msg * msg,int reply) cec_msg_record_off() argument
190 cec_set_digital_service_id(__u8 * msg,const struct cec_op_digital_service_id * digital) cec_set_digital_service_id() argument
227 cec_get_digital_service_id(const __u8 * msg,struct cec_op_digital_service_id * digital) cec_get_digital_service_id() argument
243 cec_msg_record_on_own(struct cec_msg * msg) cec_msg_record_on_own() argument
250 cec_msg_record_on_digital(struct cec_msg * msg,const struct cec_op_digital_service_id * digital) cec_msg_record_on_digital() argument
259 cec_msg_record_on_analog(struct cec_msg * msg,__u8 ana_bcast_type,__u16 ana_freq,__u8 bcast_system) cec_msg_record_on_analog() argument
273 cec_msg_record_on_plug(struct cec_msg * msg,__u8 plug) cec_msg_record_on_plug() argument
282 cec_msg_record_on_phys_addr(struct cec_msg * msg,__u16 phys_addr) cec_msg_record_on_phys_addr() argument
292 cec_msg_record_on(struct cec_msg * msg,int reply,const struct cec_op_record_src * rec_src) cec_msg_record_on() argument
320 cec_ops_record_on(const struct cec_msg * msg,struct cec_op_record_src * rec_src) cec_ops_record_on() argument
346 cec_msg_record_status(struct cec_msg * msg,__u8 rec_status) cec_msg_record_status() argument
353 cec_ops_record_status(const struct cec_msg * msg,__u8 * rec_status) cec_ops_record_status() argument
359 cec_msg_record_tv_screen(struct cec_msg * msg,int reply) cec_msg_record_tv_screen() argument
369 cec_msg_timer_status(struct cec_msg * msg,__u8 timer_overlap_warning,__u8 media_info,__u8 prog_info,__u8 prog_error,__u8 duration_hr,__u8 duration_min) cec_msg_timer_status() argument
392 cec_ops_timer_status(const struct cec_msg * msg,__u8 * timer_overlap_warning,__u8 * media_info,__u8 * prog_info,__u8 * prog_error,__u8 * duration_hr,__u8 * duration_min) cec_ops_timer_status() argument
419 cec_msg_timer_cleared_status(struct cec_msg * msg,__u8 timer_cleared_status) cec_msg_timer_cleared_status() argument
427 cec_ops_timer_cleared_status(const struct cec_msg * msg,__u8 * timer_cleared_status) cec_ops_timer_cleared_status() argument
433 cec_msg_clear_analogue_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,__u8 ana_bcast_type,__u16 ana_freq,__u8 bcast_system) cec_msg_clear_analogue_timer() argument
463 cec_ops_clear_analogue_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,__u8 * ana_bcast_type,__u16 * ana_freq,__u8 * bcast_system) cec_ops_clear_analogue_timer() argument
488 cec_msg_clear_digital_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,const struct cec_op_digital_service_id * digital) cec_msg_clear_digital_timer() argument
513 cec_ops_clear_digital_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,struct cec_op_digital_service_id * digital) cec_ops_clear_digital_timer() argument
534 cec_msg_clear_ext_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,__u8 ext_src_spec,__u8 plug,__u16 phys_addr) cec_msg_clear_ext_timer() argument
564 cec_ops_clear_ext_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,__u8 * ext_src_spec,__u8 * plug,__u16 * phys_addr) cec_ops_clear_ext_timer() argument
589 cec_msg_set_analogue_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,__u8 ana_bcast_type,__u16 ana_freq,__u8 bcast_system) cec_msg_set_analogue_timer() argument
619 cec_ops_set_analogue_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,__u8 * ana_bcast_type,__u16 * ana_freq,__u8 * bcast_system) cec_ops_set_analogue_timer() argument
644 cec_msg_set_digital_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,const struct cec_op_digital_service_id * digital) cec_msg_set_digital_timer() argument
669 cec_ops_set_digital_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,struct cec_op_digital_service_id * digital) cec_ops_set_digital_timer() argument
690 cec_msg_set_ext_timer(struct cec_msg * msg,int reply,__u8 day,__u8 month,__u8 start_hr,__u8 start_min,__u8 duration_hr,__u8 duration_min,__u8 recording_seq,__u8 ext_src_spec,__u8 plug,__u16 phys_addr) cec_msg_set_ext_timer() argument
720 cec_ops_set_ext_timer(const struct cec_msg * msg,__u8 * day,__u8 * month,__u8 * start_hr,__u8 * start_min,__u8 * duration_hr,__u8 * duration_min,__u8 * recording_seq,__u8 * ext_src_spec,__u8 * plug,__u16 * phys_addr) cec_ops_set_ext_timer() argument
745 cec_msg_set_timer_program_title(struct cec_msg * msg,const char * prog_title) cec_msg_set_timer_program_title() argument
757 cec_ops_set_timer_program_title(const struct cec_msg * msg,char * prog_title) cec_ops_set_timer_program_title() argument
769 cec_msg_cec_version(struct cec_msg * msg,__u8 cec_version) cec_msg_cec_version() argument
776 cec_ops_cec_version(const struct cec_msg * msg,__u8 * cec_version) cec_ops_cec_version() argument
782 cec_msg_get_cec_version(struct cec_msg * msg,int reply) cec_msg_get_cec_version() argument
790 cec_msg_report_physical_addr(struct cec_msg * msg,__u16 phys_addr,__u8 prim_devtype) cec_msg_report_physical_addr() argument
801 cec_ops_report_physical_addr(const struct cec_msg * msg,__u16 * phys_addr,__u8 * prim_devtype) cec_ops_report_physical_addr() argument
808 cec_msg_give_physical_addr(struct cec_msg * msg,int reply) cec_msg_give_physical_addr() argument
816 cec_msg_set_menu_language(struct cec_msg * msg,const char * language) cec_msg_set_menu_language() argument
825 cec_ops_set_menu_language(const struct cec_msg * msg,char * language) cec_ops_set_menu_language() argument
832 cec_msg_get_menu_language(struct cec_msg * msg,int reply) cec_msg_get_menu_language() argument
848 cec_msg_report_features(struct cec_msg * msg,__u8 cec_version,__u8 all_device_types,__u8 rc_profile,__u8 dev_features) cec_msg_report_features() argument
861 cec_ops_report_features(const struct cec_msg * msg,__u8 * cec_version,__u8 * all_device_types,const __u8 ** rc_profile,const __u8 ** dev_features) cec_ops_report_features() argument
882 cec_msg_give_features(struct cec_msg * msg,int reply) cec_msg_give_features() argument
891 cec_msg_deck_control(struct cec_msg * msg,__u8 deck_control_mode) cec_msg_deck_control() argument
899 cec_ops_deck_control(const struct cec_msg * msg,__u8 * deck_control_mode) cec_ops_deck_control() argument
905 cec_msg_deck_status(struct cec_msg * msg,__u8 deck_info) cec_msg_deck_status() argument
913 cec_ops_deck_status(const struct cec_msg * msg,__u8 * deck_info) cec_ops_deck_status() argument
919 cec_msg_give_deck_status(struct cec_msg * msg,int reply,__u8 status_req) cec_msg_give_deck_status() argument
930 cec_ops_give_deck_status(const struct cec_msg * msg,__u8 * status_req) cec_ops_give_deck_status() argument
936 cec_msg_play(struct cec_msg * msg,__u8 play_mode) cec_msg_play() argument
944 cec_ops_play(const struct cec_msg * msg,__u8 * play_mode) cec_ops_play() argument
966 cec_msg_tuner_device_status_analog(struct cec_msg * msg,__u8 rec_flag,__u8 tuner_display_info,__u8 ana_bcast_type,__u16 ana_freq,__u8 bcast_system) cec_msg_tuner_device_status_analog() argument
982 cec_msg_tuner_device_status_digital(struct cec_msg * msg,__u8 rec_flag,__u8 tuner_display_info,const struct cec_op_digital_service_id * digital) cec_msg_tuner_device_status_digital() argument
992 cec_msg_tuner_device_status(struct cec_msg * msg,const struct cec_op_tuner_device_info * tuner_dev_info) cec_msg_tuner_device_status() argument
1009 cec_ops_tuner_device_status(const struct cec_msg * msg,struct cec_op_tuner_device_info * tuner_dev_info) cec_ops_tuner_device_status() argument
1024 cec_msg_give_tuner_device_status(struct cec_msg * msg,int reply,__u8 status_req) cec_msg_give_tuner_device_status() argument
1035 cec_ops_give_tuner_device_status(const struct cec_msg * msg,__u8 * status_req) cec_ops_give_tuner_device_status() argument
1041 cec_msg_select_analogue_service(struct cec_msg * msg,__u8 ana_bcast_type,__u16 ana_freq,__u8 bcast_system) cec_msg_select_analogue_service() argument
1054 cec_ops_select_analogue_service(const struct cec_msg * msg,__u8 * ana_bcast_type,__u16 * ana_freq,__u8 * bcast_system) cec_ops_select_analogue_service() argument
1064 cec_msg_select_digital_service(struct cec_msg * msg,const struct cec_op_digital_service_id * digital) cec_msg_select_digital_service() argument
1072 cec_ops_select_digital_service(const struct cec_msg * msg,struct cec_op_digital_service_id * digital) cec_ops_select_digital_service() argument
1078 cec_msg_tuner_step_decrement(struct cec_msg * msg) cec_msg_tuner_step_decrement() argument
1084 cec_msg_tuner_step_increment(struct cec_msg * msg) cec_msg_tuner_step_increment() argument
1092 cec_msg_device_vendor_id(struct cec_msg * msg,__u32 vendor_id) cec_msg_device_vendor_id() argument
1102 cec_ops_device_vendor_id(const struct cec_msg * msg,__u32 * vendor_id) cec_ops_device_vendor_id() argument
1108 cec_msg_give_device_vendor_id(struct cec_msg * msg,int reply) cec_msg_give_device_vendor_id() argument
1116 cec_msg_vendor_command(struct cec_msg * msg,__u8 size,const __u8 * vendor_cmd) cec_msg_vendor_command() argument
1126 cec_ops_vendor_command(const struct cec_msg * msg,__u8 * size,const __u8 ** vendor_cmd) cec_ops_vendor_command() argument
1137 cec_msg_vendor_command_with_id(struct cec_msg * msg,__u32 vendor_id,__u8 size,const __u8 * vendor_cmd) cec_msg_vendor_command_with_id() argument
1151 cec_ops_vendor_command_with_id(const struct cec_msg * msg,__u32 * vendor_id,__u8 * size,const __u8 ** vendor_cmd) cec_ops_vendor_command_with_id() argument
1163 cec_msg_vendor_remote_button_down(struct cec_msg * msg,__u8 size,const __u8 * rc_code) cec_msg_vendor_remote_button_down() argument
1174 cec_ops_vendor_remote_button_down(const struct cec_msg * msg,__u8 * size,const __u8 ** rc_code) cec_ops_vendor_remote_button_down() argument
1185 cec_msg_vendor_remote_button_up(struct cec_msg * msg) cec_msg_vendor_remote_button_up() argument
1193 cec_msg_set_osd_string(struct cec_msg * msg,__u8 disp_ctl,const char * osd) cec_msg_set_osd_string() argument
1207 cec_ops_set_osd_string(const struct cec_msg * msg,__u8 * disp_ctl,char * osd) cec_ops_set_osd_string() argument
1222 cec_msg_set_osd_name(struct cec_msg * msg,const char * name) cec_msg_set_osd_name() argument
1233 cec_ops_set_osd_name(const struct cec_msg * msg,char * name) cec_ops_set_osd_name() argument
1244 cec_msg_give_osd_name(struct cec_msg * msg,int reply) cec_msg_give_osd_name() argument
1254 cec_msg_menu_status(struct cec_msg * msg,__u8 menu_state) cec_msg_menu_status() argument
1262 cec_ops_menu_status(const struct cec_msg * msg,__u8 * menu_state) cec_ops_menu_status() argument
1268 cec_msg_menu_request(struct cec_msg * msg,int reply,__u8 menu_req) cec_msg_menu_request() argument
1278 cec_ops_menu_request(const struct cec_msg * msg,__u8 * menu_req) cec_ops_menu_request() argument
1298 cec_msg_user_control_pressed(struct cec_msg * msg,const struct cec_op_ui_command * ui_cmd) cec_msg_user_control_pressed() argument
1328 cec_ops_user_control_pressed(const struct cec_msg * msg,struct cec_op_ui_command * ui_cmd) cec_ops_user_control_pressed() argument
1357 cec_msg_user_control_released(struct cec_msg * msg) cec_msg_user_control_released() argument
1366 cec_msg_report_power_status(struct cec_msg * msg,__u8 pwr_state) cec_msg_report_power_status() argument
1374 cec_ops_report_power_status(const struct cec_msg * msg,__u8 * pwr_state) cec_ops_report_power_status() argument
1380 cec_msg_give_device_power_status(struct cec_msg * msg,int reply) cec_msg_give_device_power_status() argument
1389 cec_msg_feature_abort(struct cec_msg * msg,__u8 abort_msg,__u8 reason) cec_msg_feature_abort() argument
1398 cec_ops_feature_abort(const struct cec_msg * msg,__u8 * abort_msg,__u8 * reason) cec_ops_feature_abort() argument
1406 cec_msg_reply_feature_abort(struct cec_msg * msg,__u8 reason) cec_msg_reply_feature_abort() argument
1415 cec_msg_abort(struct cec_msg * msg) cec_msg_abort() argument
1423 cec_msg_report_audio_status(struct cec_msg * msg,__u8 aud_mute_status,__u8 aud_vol_status) cec_msg_report_audio_status() argument
1432 cec_ops_report_audio_status(const struct cec_msg * msg,__u8 * aud_mute_status,__u8 * aud_vol_status) cec_ops_report_audio_status() argument
1440 cec_msg_give_audio_status(struct cec_msg * msg,int reply) cec_msg_give_audio_status() argument
1448 cec_msg_set_system_audio_mode(struct cec_msg * msg,__u8 sys_aud_status) cec_msg_set_system_audio_mode() argument
1456 cec_ops_set_system_audio_mode(const struct cec_msg * msg,__u8 * sys_aud_status) cec_ops_set_system_audio_mode() argument
1462 cec_msg_system_audio_mode_request(struct cec_msg * msg,int reply,__u16 phys_addr) cec_msg_system_audio_mode_request() argument
1474 cec_ops_system_audio_mode_request(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_system_audio_mode_request() argument
1483 cec_msg_system_audio_mode_status(struct cec_msg * msg,__u8 sys_aud_status) cec_msg_system_audio_mode_status() argument
1491 cec_ops_system_audio_mode_status(const struct cec_msg * msg,__u8 * sys_aud_status) cec_ops_system_audio_mode_status() argument
1497 cec_msg_give_system_audio_mode_status(struct cec_msg * msg,int reply) cec_msg_give_system_audio_mode_status() argument
1505 cec_msg_report_short_audio_descriptor(struct cec_msg * msg,__u8 num_descriptors,const __u32 * descriptors) cec_msg_report_short_audio_descriptor() argument
1522 cec_ops_report_short_audio_descriptor(const struct cec_msg * msg,__u8 * num_descriptors,__u32 * descriptors) cec_ops_report_short_audio_descriptor() argument
1537 cec_msg_request_short_audio_descriptor(struct cec_msg * msg,int reply,__u8 num_descriptors,const __u8 * audio_format_id,const __u8 * audio_format_code) cec_msg_request_short_audio_descriptor() argument
1555 cec_ops_request_short_audio_descriptor(const struct cec_msg * msg,__u8 * num_descriptors,__u8 * audio_format_id,__u8 * audio_format_code) cec_ops_request_short_audio_descriptor() argument
1571 cec_msg_set_audio_volume_level(struct cec_msg * msg,__u8 audio_volume_level) cec_msg_set_audio_volume_level() argument
1579 cec_ops_set_audio_volume_level(const struct cec_msg * msg,__u8 * audio_volume_level) cec_ops_set_audio_volume_level() argument
1587 cec_msg_set_audio_rate(struct cec_msg * msg,__u8 audio_rate) cec_msg_set_audio_rate() argument
1595 cec_ops_set_audio_rate(const struct cec_msg * msg,__u8 * audio_rate) cec_ops_set_audio_rate() argument
1603 cec_msg_report_arc_initiated(struct cec_msg * msg) cec_msg_report_arc_initiated() argument
1609 cec_msg_initiate_arc(struct cec_msg * msg,int reply) cec_msg_initiate_arc() argument
1617 cec_msg_request_arc_initiation(struct cec_msg * msg,int reply) cec_msg_request_arc_initiation() argument
1625 cec_msg_report_arc_terminated(struct cec_msg * msg) cec_msg_report_arc_terminated() argument
1631 cec_msg_terminate_arc(struct cec_msg * msg,int reply) cec_msg_terminate_arc() argument
1639 cec_msg_request_arc_termination(struct cec_msg * msg,int reply) cec_msg_request_arc_termination() argument
1650 cec_msg_report_current_latency(struct cec_msg * msg,__u16 phys_addr,__u8 video_latency,__u8 low_latency_mode,__u8 audio_out_compensated,__u8 audio_out_delay) cec_msg_report_current_latency() argument
1668 cec_ops_report_current_latency(const struct cec_msg * msg,__u16 * phys_addr,__u8 * video_latency,__u8 * low_latency_mode,__u8 * audio_out_compensated,__u8 * audio_out_delay) cec_ops_report_current_latency() argument
1685 cec_msg_request_current_latency(struct cec_msg * msg,int reply,__u16 phys_addr) cec_msg_request_current_latency() argument
1697 cec_ops_request_current_latency(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_request_current_latency() argument
1705 cec_msg_cdc_hec_inquire_state(struct cec_msg * msg,__u16 phys_addr1,__u16 phys_addr2) cec_msg_cdc_hec_inquire_state() argument
1720 cec_ops_cdc_hec_inquire_state(const struct cec_msg * msg,__u16 * phys_addr,__u16 * phys_addr1,__u16 * phys_addr2) cec_ops_cdc_hec_inquire_state() argument
1730 cec_msg_cdc_hec_report_state(struct cec_msg * msg,__u16 target_phys_addr,__u8 hec_func_state,__u8 host_func_state,__u8 enc_func_state,__u8 cdc_errcode,__u8 has_field,__u16 hec_field) cec_msg_cdc_hec_report_state() argument
1756 cec_ops_cdc_hec_report_state(const struct cec_msg * msg,__u16 * phys_addr,__u16 * target_phys_addr,__u8 * hec_func_state,__u8 * host_func_state,__u8 * enc_func_state,__u8 * cdc_errcode,__u8 * has_field,__u16 * hec_field) cec_ops_cdc_hec_report_state() argument
1776 cec_msg_cdc_hec_set_state(struct cec_msg * msg,__u16 phys_addr1,__u16 phys_addr2,__u8 hec_set_state,__u16 phys_addr3,__u16 phys_addr4,__u16 phys_addr5) cec_msg_cdc_hec_set_state() argument
1808 cec_ops_cdc_hec_set_state(const struct cec_msg * msg,__u16 * phys_addr,__u16 * phys_addr1,__u16 * phys_addr2,__u8 * hec_set_state,__u16 * phys_addr3,__u16 * phys_addr4,__u16 * phys_addr5) cec_ops_cdc_hec_set_state() argument
1830 cec_msg_cdc_hec_set_state_adjacent(struct cec_msg * msg,__u16 phys_addr1,__u8 hec_set_state) cec_msg_cdc_hec_set_state_adjacent() argument
1844 cec_ops_cdc_hec_set_state_adjacent(const struct cec_msg * msg,__u16 * phys_addr,__u16 * phys_addr1,__u8 * hec_set_state) cec_ops_cdc_hec_set_state_adjacent() argument
1854 cec_msg_cdc_hec_request_deactivation(struct cec_msg * msg,__u16 phys_addr1,__u16 phys_addr2,__u16 phys_addr3) cec_msg_cdc_hec_request_deactivation() argument
1872 cec_ops_cdc_hec_request_deactivation(const struct cec_msg * msg,__u16 * phys_addr,__u16 * phys_addr1,__u16 * phys_addr2,__u16 * phys_addr3) cec_ops_cdc_hec_request_deactivation() argument
1884 cec_msg_cdc_hec_notify_alive(struct cec_msg * msg) cec_msg_cdc_hec_notify_alive() argument
1893 cec_ops_cdc_hec_notify_alive(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_cdc_hec_notify_alive() argument
1899 cec_msg_cdc_hec_discover(struct cec_msg * msg) cec_msg_cdc_hec_discover() argument
1908 cec_ops_cdc_hec_discover(const struct cec_msg * msg,__u16 * phys_addr) cec_ops_cdc_hec_discover() argument
1914 cec_msg_cdc_hpd_set_state(struct cec_msg * msg,__u8 input_port,__u8 hpd_state) cec_msg_cdc_hpd_set_state() argument
1926 cec_ops_cdc_hpd_set_state(const struct cec_msg * msg,__u16 * phys_addr,__u8 * input_port,__u8 * hpd_state) cec_ops_cdc_hpd_set_state() argument
1936 cec_msg_cdc_hpd_report_state(struct cec_msg * msg,__u8 hpd_state,__u8 hpd_error) cec_msg_cdc_hpd_report_state() argument
1948 cec_ops_cdc_hpd_report_state(const struct cec_msg * msg,__u16 * phys_addr,__u8 * hpd_state,__u8 * hpd_error) cec_ops_cdc_hpd_report_state() argument
[all...]
/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c237 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
239 msg.dbg_buffer_addr = (u32) gmu->debug.iova; in a6xx_hfi_send_gmu_init()
240 msg.dbg_buffer_size = (u32) gmu->debug.size; in a6xx_hfi_send_gmu_init()
241 msg.boot_state = boot_state; in a6xx_hfi_send_gmu_init()
243 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_INIT, &msg, sizeof(msg), in a6xx_hfi_send_gmu_init()
249 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
252 msg.supported_version = (1 << 28) | (1 << 19) | (1 << 17); in a6xx_hfi_get_fw_version()
254 return a6xx_hfi_send_msg(gmu, HFI_H2F_MSG_FW_VERSION, &msg, sizeof(msg), in a6xx_hfi_get_fw_version()
260 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
263 msg.num_gpu_levels = gmu->nr_gpu_freqs; in a6xx_hfi_send_perf_table_v1()
[all …]
/linux/drivers/accel/habanalabs/include/gaudi2/
H A Dgaudi2_async_ids_map_extended.h26 int msg; member
32 { .fc_id = 0, .cpu_id = 0, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
34 { .fc_id = 1, .cpu_id = 1, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
36 { .fc_id = 2, .cpu_id = 2, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
38 { .fc_id = 3, .cpu_id = 3, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
40 { .fc_id = 4, .cpu_id = 4, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
42 { .fc_id = 5, .cpu_id = 5, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
44 { .fc_id = 6, .cpu_id = 6, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
46 { .fc_id = 7, .cpu_id = 7, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
48 { .fc_id = 8, .cpu_id = 8, .valid = 0, .msg = 0, .reset = EVENT_RESET_TYPE_NONE,
[all …]
/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() argument
47 enum mcu_msg_version version = msg->header.version; in allegro_enc_init()
49 dst[i++] = msg->reserved0; in allegro_enc_init()
50 dst[i++] = msg->suballoc_dma; in allegro_enc_init()
51 dst[i++] = msg->suballoc_size; in allegro_enc_init()
52 dst[i++] = msg->encoder_buffer_size; in allegro_enc_init()
53 dst[i++] = msg->encoder_buffer_color_depth; in allegro_enc_init()
54 dst[i++] = msg->num_cores; in allegro_enc_init()
56 dst[i++] = msg->clk_rate; in allegro_enc_init()
233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() argument
[all …]
/linux/sound/soc/fsl/
H A Dimx-pcm-rpmsg.c36 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message() argument
49 dev_dbg(&rpdev->dev, "send cmd %d\n", msg->s_msg.header.cmd); in imx_rpmsg_pcm_send_message()
51 if (!(msg->s_msg.header.type == MSG_TYPE_C)) in imx_rpmsg_pcm_send_message()
54 ret = rpmsg_send(rpdev->ept, (void *)&msg->s_msg, in imx_rpmsg_pcm_send_message()
62 /* No receive msg for TYPE_C command */ in imx_rpmsg_pcm_send_message()
63 if (msg->s_msg.header.type == MSG_TYPE_C) { in imx_rpmsg_pcm_send_message()
73 msg->s_msg.header.cmd); in imx_rpmsg_pcm_send_message()
78 memcpy(&msg->r_msg, &info->r_msg, sizeof(struct rpmsg_r_msg)); in imx_rpmsg_pcm_send_message()
79 memcpy(&info->msg[msg in imx_rpmsg_pcm_send_message()
109 imx_rpmsg_insert_workqueue(struct snd_pcm_substream * substream,struct rpmsg_msg * msg,struct rpmsg_info * info) imx_rpmsg_insert_workqueue() argument
143 struct rpmsg_msg *msg; imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; imx_rpmsg_timer_callback() local
236 struct rpmsg_msg *msg; imx_rpmsg_pcm_open() local
289 struct rpmsg_msg *msg; imx_rpmsg_pcm_close() local
354 struct rpmsg_msg *msg; imx_rpmsg_prepare_and_submit() local
383 struct rpmsg_msg *msg; imx_rpmsg_async_issue_pending() local
400 struct rpmsg_msg *msg; imx_rpmsg_restart() local
417 struct rpmsg_msg *msg; imx_rpmsg_pause() local
434 struct rpmsg_msg *msg; imx_rpmsg_terminate_all() local
525 struct rpmsg_msg *msg; imx_rpmsg_pcm_ack() local
642 struct rpmsg_msg msg; imx_rpmsg_pcm_work() local
[all...]
/linux/drivers/net/wireless/silabs/wfx/
H A Dkey.c33 static u8 fill_wep_pair(struct wfx_hif_wep_pairwise_key *msg, in fill_wep_pair() argument
36 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_pair()
37 msg->key_length = key->keylen; in fill_wep_pair()
38 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_pair()
39 ether_addr_copy(msg->peer_address, peer_addr); in fill_wep_pair()
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group() argument
46 WARN(key->keylen > sizeof(msg->key_data), "inconsistent data"); in fill_wep_group()
47 msg->key_id = key->keyidx; in fill_wep_group()
48 msg->key_length = key->keylen; in fill_wep_group()
49 memcpy(msg->key_data, key->key, key->keylen); in fill_wep_group()
[all …]
/linux/drivers/infiniband/hw/cxgb4/
H A Drestrack.c39 static int fill_sq(struct sk_buff *msg, struct t4_wq *wq) in fill_sq() argument
42 if (rdma_nl_put_driver_u32(msg, "sqid", wq->sq.qid)) in fill_sq()
44 if (rdma_nl_put_driver_u32(msg, "flushed", wq->flushed)) in fill_sq()
46 if (rdma_nl_put_driver_u32(msg, "memsize", wq->sq.memsize)) in fill_sq()
48 if (rdma_nl_put_driver_u32(msg, "cidx", wq->sq.cidx)) in fill_sq()
50 if (rdma_nl_put_driver_u32(msg, "pidx", wq->sq.pidx)) in fill_sq()
52 if (rdma_nl_put_driver_u32(msg, "wq_pidx", wq->sq.wq_pidx)) in fill_sq()
54 if (rdma_nl_put_driver_u32(msg, "flush_cidx", wq->sq.flush_cidx)) in fill_sq()
56 if (rdma_nl_put_driver_u32(msg, "in_use", wq->sq.in_use)) in fill_sq()
58 if (rdma_nl_put_driver_u32(msg, "size", wq->sq.size)) in fill_sq()
[all …]
/linux/drivers/s390/crypto/
H A Dzcrypt_msgtype6.c206 } __packed * msg = ap_msg->msg; in icamex_msg_to_type6mex_msgx() local
218 msg->length = mex->inputdatalength + 2; in icamex_msg_to_type6mex_msgx()
219 if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength)) in icamex_msg_to_type6mex_msgx()
223 size = zcrypt_type6_mex_key_en(mex, msg->text + mex->inputdatalength); in icamex_msg_to_type6mex_msgx()
226 size += sizeof(*msg) + mex->inputdatalength; in icamex_msg_to_type6mex_msgx()
229 msg->hdr = static_type6_hdrX; in icamex_msg_to_type6mex_msgx()
230 msg->hdr.tocardlen1 = size - sizeof(msg->hdr); in icamex_msg_to_type6mex_msgx()
231 msg->hdr.fromcardlen1 = CEXXC_MAX_ICA_RESPONSE_SIZE - sizeof(msg->hdr); in icamex_msg_to_type6mex_msgx()
233 msg->cprbx = static_cprbx; in icamex_msg_to_type6mex_msgx()
234 msg->cprbx.domain = AP_QID_QUEUE(zq->queue->qid); in icamex_msg_to_type6mex_msgx()
[all …]
/linux/net/tipc/
H A Dnetlink_compat.c69 int (*format)(struct tipc_nl_compat_msg *msg, struct nlattr **attrs);
75 struct sk_buff *skb, struct tipc_nl_compat_msg *msg);
179 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit() argument
199 buf->sk = msg->dst_sk; in __tipc_nl_compat_dumpit()
200 if (__tipc_dump_start(&cb, msg->net)) { in __tipc_nl_compat_dumpit()
234 err = (*cmd->format)(msg, attrbuf); in __tipc_nl_compat_dumpit()
238 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit()
260 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit()
261 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit()
275 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit() argument
[all …]
/linux/drivers/connector/
H A Dcn_proc.c88 static inline void send_msg(struct cn_msg *msg) in send_msg() argument
94 msg->seq = __this_cpu_inc_return(local_event.count) - 1; in send_msg()
95 ((struct proc_event *)msg->data)->cpu = smp_processor_id(); in send_msg()
103 filter_data[0] = ((struct proc_event *)msg->data)->what; in send_msg()
106 ((struct proc_event *)msg->data)->event_data.exit.exit_code; in send_msg()
111 cn_netlink_send_mult(msg, msg->len, 0, CN_IDX_PROC, GFP_NOWAIT, in send_msg()
119 struct cn_msg *msg; in proc_fork_connector() local
127 msg = buffer_to_cn_msg(buffer); in proc_fork_connector()
128 ev = (struct proc_event *)msg->data; in proc_fork_connector()
140 memcpy(&msg->id, &cn_proc_event_id, sizeof(msg->id)); in proc_fork_connector()
[all …]
/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c194 static inline int hyperv_sendpacket(struct hv_device *hdev, struct synthvid_msg *msg) in hyperv_sendpacket() argument
200 msg->pipe_hdr.type = PIPE_MSG_DATA; in hyperv_sendpacket()
201 msg->pipe_hdr.size = msg->vid_hdr.size; in hyperv_sendpacket()
203 ret = vmbus_sendpacket(hdev->channel, msg, in hyperv_sendpacket()
204 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr), in hyperv_sendpacket()
217 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; in hyperv_negotiate_version() local
221 memset(msg, 0, sizeof(struct synthvid_msg)); in hyperv_negotiate_version()
222 msg->vid_hdr.type = SYNTHVID_VERSION_REQUEST; in hyperv_negotiate_version()
223 msg in hyperv_negotiate_version()
249 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; hyperv_update_vram_location() local
278 struct synthvid_msg msg; hyperv_update_situation() local
315 struct synthvid_msg msg; hyperv_hide_hw_ptr() local
349 struct synthvid_msg msg; hyperv_update_dirt() local
374 struct synthvid_msg *msg = (struct synthvid_msg *)hv->init_buf; hyperv_get_supported_resolution() local
426 struct synthvid_msg *msg; hyperv_receive_sub() local
[all...]
/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.c53 static int __hsmp_send_message(struct hsmp_socket *sock, struct hsmp_message *msg) in __hsmp_send_message() argument
73 while (index < msg->num_args) { in __hsmp_send_message()
75 &msg->args[index], HSMP_WR); in __hsmp_send_message()
84 ret = sock->amd_hsmp_rdwr(sock, mbinfo->msg_id_off, &msg->msg_id, HSMP_WR); in __hsmp_send_message()
86 dev_err(sock->dev, "Error %d writing message ID %u\n", ret, msg->msg_id); in __hsmp_send_message()
121 msg->msg_id, mbox_status); in __hsmp_send_message()
125 msg->msg_id, mbox_status); in __hsmp_send_message()
129 msg->msg_id, mbox_status); in __hsmp_send_message()
133 msg->msg_id, mbox_status); in __hsmp_send_message()
137 msg in __hsmp_send_message()
167 validate_message(struct hsmp_message * msg) validate_message() argument
202 hsmp_send_message(struct hsmp_message * msg) hsmp_send_message() argument
231 struct hsmp_message msg = {}; hsmp_msg_get_nargs() local
254 struct hsmp_message msg = { 0 }; hsmp_test() local
283 is_get_msg(struct hsmp_message * msg) is_get_msg() argument
298 struct hsmp_message msg = { 0 }; hsmp_ioctl() local
353 struct hsmp_message msg = { 0 }; hsmp_metric_tbl_read() local
385 struct hsmp_message msg = { 0 }; hsmp_get_tbl_dram_base() local
418 struct hsmp_message msg = { 0 }; hsmp_cache_proto_ver() local
[all...]
/linux/include/linux/
H A Dskmsg.h127 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len,
131 void sk_msg_trim(struct sock *sk, struct sk_msg *msg, int len);
132 int sk_msg_free(struct sock *sk, struct sk_msg *msg);
133 int sk_msg_free_nocharge(struct sock *sk, struct sk_msg *msg);
134 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes);
135 void sk_msg_free_partial_nocharge(struct sock *sk, struct sk_msg *msg,
138 void sk_msg_return(struct sock *sk, struct sk_msg *msg, int bytes);
139 void sk_msg_return_zero(struct sock *sk, struct sk_msg *msg, int bytes);
142 struct sk_msg *msg, u32 bytes);
144 struct sk_msg *msg, u3
150 sk_msg_check_to_free(struct sk_msg * msg,u32 i,u32 bytes) sk_msg_check_to_free() argument
185 sk_msg_iter_prev(msg,which) global() argument
188 sk_msg_iter_next(msg,which) global() argument
191 sk_msg_init(struct sk_msg * msg) sk_msg_init() argument
215 sk_msg_full(const struct sk_msg * msg) sk_msg_full() argument
220 sk_msg_elem_used(const struct sk_msg * msg) sk_msg_elem_used() argument
225 sk_msg_elem(struct sk_msg * msg,int which) sk_msg_elem() argument
230 sk_msg_elem_cpy(struct sk_msg * msg,int which) sk_msg_elem_cpy() argument
235 sk_msg_page(struct sk_msg * msg,int which) sk_msg_page() argument
240 sk_msg_to_ingress(const struct sk_msg * msg) sk_msg_to_ingress() argument
245 sk_msg_compute_data_pointers(struct sk_msg * msg) sk_msg_compute_data_pointers() argument
258 sk_msg_page_add(struct sk_msg * msg,struct page * page,u32 len,u32 offset) sk_msg_page_add() argument
273 sk_msg_sg_copy(struct sk_msg * msg,u32 i,bool copy_state) sk_msg_sg_copy() argument
286 sk_msg_sg_copy_set(struct sk_msg * msg,u32 start) sk_msg_sg_copy_set() argument
291 sk_msg_sg_copy_clear(struct sk_msg * msg,u32 start) sk_msg_sg_copy_clear() argument
348 sk_psock_queue_msg(struct sk_psock * psock,struct sk_msg * msg) sk_psock_queue_msg() argument
368 struct sk_msg *msg; sk_psock_dequeue_msg() local
387 struct sk_msg *msg; sk_psock_peek_msg() local
396 sk_psock_next_msg(struct sk_psock * psock,struct sk_msg * msg) sk_psock_next_msg() argument
414 kfree_sk_msg(struct sk_msg * msg) kfree_sk_msg() argument
574 struct sk_msg *msg; sk_msg_first_len() local
[all...]
/linux/net/nfc/
H A Dnetlink.c61 static int nfc_genl_send_target(struct sk_buff *msg, struct nfc_target *target, in nfc_genl_send_target() argument
66 hdr = genlmsg_put(msg, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in nfc_genl_send_target()
73 if (nla_put_u32(msg, NFC_ATTR_TARGET_INDEX, target->idx) || in nfc_genl_send_target()
74 nla_put_u32(msg, NFC_ATTR_PROTOCOLS, target->supported_protocols) || in nfc_genl_send_target()
75 nla_put_u16(msg, NFC_ATTR_TARGET_SENS_RES, target->sens_res) || in nfc_genl_send_target()
76 nla_put_u8(msg, NFC_ATTR_TARGET_SEL_RES, target->sel_res)) in nfc_genl_send_target()
79 nla_put(msg, NFC_ATTR_TARGET_NFCID1, target->nfcid1_len, in nfc_genl_send_target()
83 nla_put(msg, NFC_ATTR_TARGET_SENSB_RES, target->sensb_res_len, in nfc_genl_send_target()
87 nla_put(msg, NFC_ATTR_TARGET_SENSF_RES, target->sensf_res_len, in nfc_genl_send_target()
92 if (nla_put_u8(msg, NFC_ATTR_TARGET_ISO15693_DSFID, in nfc_genl_send_target()
[all …]
/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_ddc.c275 hdcp->auth.msg.hdcp1.bksv, in mod_hdcp_read_bksv()
276 sizeof(hdcp->auth.msg.hdcp1.bksv)); in mod_hdcp_read_bksv()
282 &hdcp->auth.msg.hdcp1.bcaps, in mod_hdcp_read_bcaps()
283 sizeof(hdcp->auth.msg.hdcp1.bcaps)); in mod_hdcp_read_bcaps()
292 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, in mod_hdcp_read_bstatus()
296 (uint8_t *)&hdcp->auth.msg.hdcp1.bstatus, in mod_hdcp_read_bstatus()
297 sizeof(hdcp->auth.msg.hdcp1.bstatus)); in mod_hdcp_read_bstatus()
304 (uint8_t *)&hdcp->auth.msg.hdcp1.r0p, in mod_hdcp_read_r0p()
305 sizeof(hdcp->auth.msg.hdcp1.r0p)); in mod_hdcp_read_r0p()
315 hdcp->auth.msg.hdcp1.ksvlist, in mod_hdcp_read_ksvlist()
[all …]
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c22 struct cros_ec_command *msg; member
30 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_legacy_normal() local
36 msg->command = EC_CMD_HELLO; in cros_ec_proto_test_prepare_tx_legacy_normal()
37 msg->outsize = EC_PROTO2_MAX_PARAM_SIZE; in cros_ec_proto_test_prepare_tx_legacy_normal()
38 msg->data[0] = 0xde; in cros_ec_proto_test_prepare_tx_legacy_normal()
39 msg->data[1] = 0xad; in cros_ec_proto_test_prepare_tx_legacy_normal()
40 msg->data[2] = 0xbe; in cros_ec_proto_test_prepare_tx_legacy_normal()
41 msg->data[3] = 0xef; in cros_ec_proto_test_prepare_tx_legacy_normal()
43 ret = cros_ec_prepare_tx(ec_dev, msg); in cros_ec_proto_test_prepare_tx_legacy_normal()
73 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize() local
[all …]
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c78 struct ssp_msg *msg; in ssp_create_msg() local
80 msg = kzalloc_obj(*msg); in ssp_create_msg()
81 if (!msg) in ssp_create_msg()
89 msg->buffer = kzalloc(SSP_HEADER_SIZE_ALIGNED + len, in ssp_create_msg()
91 if (!msg->buffer) { in ssp_create_msg()
92 kfree(msg); in ssp_create_msg()
96 msg->length = len; in ssp_create_msg()
97 msg->options = opt; in ssp_create_msg()
99 memcpy(msg in ssp_create_msg()
177 ssp_do_transfer(struct ssp_data * data,struct ssp_msg * msg,struct completion * done,int timeout) ssp_do_transfer() argument
244 ssp_spi_sync_command(struct ssp_data * data,struct ssp_msg * msg) ssp_spi_sync_command() argument
249 ssp_spi_sync(struct ssp_data * data,struct ssp_msg * msg,int timeout) ssp_spi_sync() argument
338 struct ssp_msg *msg = NULL, *iter, *n; ssp_irq_msg() local
449 struct ssp_msg *msg, *n; ssp_clean_pending_list() local
465 struct ssp_msg *msg; ssp_command() local
483 struct ssp_msg *msg; ssp_send_instruction() local
516 struct ssp_msg *msg; ssp_get_chipid() local
534 struct ssp_msg *msg; ssp_set_magnetic_matrix() local
557 struct ssp_msg *msg = ssp_create_msg(SSP_MSG2SSP_AP_SENSOR_SCANNING, 4, ssp_get_sensor_scanning_info() local
583 struct ssp_msg *msg = ssp_create_msg(SSP_MSG2SSP_AP_FIRMWARE_REV, 4, ssp_get_firmware_rev() local
[all...]
/linux/drivers/infiniband/core/
H A Dnldev.c193 static int put_driver_name_print_type(struct sk_buff *msg, const char *name, in put_driver_name_print_type() argument
196 if (nla_put_string(msg, RDMA_NLDEV_ATTR_DRIVER_STRING, name)) in put_driver_name_print_type()
199 nla_put_u8(msg, RDMA_NLDEV_ATTR_DRIVER_PRINT_TYPE, print_type)) in put_driver_name_print_type()
205 static int _rdma_nl_put_driver_u32(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u32() argument
209 if (put_driver_name_print_type(msg, name, print_type)) in _rdma_nl_put_driver_u32()
211 if (nla_put_u32(msg, RDMA_NLDEV_ATTR_DRIVER_U32, value)) in _rdma_nl_put_driver_u32()
217 static int _rdma_nl_put_driver_u64(struct sk_buff *msg, const char *name, in _rdma_nl_put_driver_u64() argument
221 if (put_driver_name_print_type(msg, name, print_type)) in _rdma_nl_put_driver_u64()
223 if (nla_put_u64_64bit(msg, RDMA_NLDEV_ATTR_DRIVER_U64, value, in _rdma_nl_put_driver_u64()
230 int rdma_nl_put_driver_string(struct sk_buff *msg, cons argument
243 rdma_nl_put_driver_u32(struct sk_buff * msg,const char * name,u32 value) rdma_nl_put_driver_u32() argument
250 rdma_nl_put_driver_u32_hex(struct sk_buff * msg,const char * name,u32 value) rdma_nl_put_driver_u32_hex() argument
258 rdma_nl_put_driver_u64(struct sk_buff * msg,const char * name,u64 value) rdma_nl_put_driver_u64() argument
265 rdma_nl_put_driver_u64_hex(struct sk_buff * msg,const char * name,u64 value) rdma_nl_put_driver_u64_hex() argument
278 fill_nldev_handle(struct sk_buff * msg,struct ib_device * device) fill_nldev_handle() argument
289 fill_dev_info(struct sk_buff * msg,struct ib_device * device) fill_dev_info() argument
358 fill_port_info(struct sk_buff * msg,struct ib_device * device,u32 port,const struct net * net) fill_port_info() argument
415 fill_res_info_entry(struct sk_buff * msg,const char * name,u64 curr) fill_res_info_entry() argument
439 fill_res_info(struct sk_buff * msg,struct ib_device * device,bool show_details) fill_res_info() argument
479 fill_res_name_pid(struct sk_buff * msg,struct rdma_restrack_entry * res) fill_res_name_pid() argument
512 fill_res_qp_entry_query(struct sk_buff * msg,struct rdma_restrack_entry * res,struct ib_device * dev,struct ib_qp * qp) fill_res_qp_entry_query() argument
555 fill_res_qp_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_qp_entry() argument
584 fill_res_qp_raw_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_qp_raw_entry() argument
597 fill_res_cm_id_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_cm_id_entry() argument
649 fill_res_cq_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_cq_entry() argument
683 fill_res_cq_raw_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_cq_raw_entry() argument
694 fill_res_mr_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_mr_entry() argument
726 fill_res_mr_raw_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_mr_raw_entry() argument
737 fill_res_pd_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_pd_entry() argument
768 fill_res_ctx_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_ctx_entry() argument
782 fill_res_range_qp_entry(struct sk_buff * msg,uint32_t min_range,uint32_t max_range) fill_res_range_qp_entry() argument
811 fill_res_srq_qps(struct sk_buff * msg,struct ib_srq * srq) fill_res_srq_qps() argument
868 fill_res_srq_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_srq_entry() argument
904 fill_res_srq_raw_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_srq_raw_entry() argument
915 fill_stat_counter_mode(struct sk_buff * msg,struct rdma_counter * counter) fill_stat_counter_mode() argument
936 fill_stat_counter_qp_entry(struct sk_buff * msg,u32 qpn) fill_stat_counter_qp_entry() argument
955 fill_stat_counter_qps(struct sk_buff * msg,struct rdma_counter * counter) fill_stat_counter_qps() argument
991 rdma_nl_stat_hwcounter_entry(struct sk_buff * msg,const char * name,u64 value) rdma_nl_stat_hwcounter_entry() argument
1016 fill_stat_mr_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_stat_mr_entry() argument
1033 fill_stat_counter_hwcounters(struct sk_buff * msg,struct rdma_counter * counter) fill_stat_counter_hwcounters() argument
1063 fill_res_counter_entry(struct sk_buff * msg,bool has_cap_net_admin,struct rdma_restrack_entry * res,uint32_t port) fill_res_counter_entry() argument
1091 struct sk_buff *msg; nldev_get_doit() local
1231 struct sk_buff *msg; nldev_port_get_doit() local
1348 struct sk_buff *msg; nldev_res_get_doit() local
1500 struct sk_buff *msg; res_get_common_doit() local
1868 struct sk_buff *msg; nldev_get_chardev() local
1953 struct sk_buff *msg; nldev_sys_get_doit() local
2057 nldev_stat_set_mode_doit(struct sk_buff * msg,struct netlink_ext_ack * extack,struct nlattr * tb[],struct ib_device * device,u32 port) nldev_stat_set_mode_doit() argument
2162 struct sk_buff *msg; nldev_stat_set_doit() local
2232 struct sk_buff *msg; nldev_stat_del_doit() local
2306 struct sk_buff *msg; stat_get_doit_default_counter() local
2398 struct sk_buff *msg; stat_get_doit_qp() local
2534 struct sk_buff *msg; nldev_stat_get_counter_status_doit() local
2670 fill_frmr_pool_key(struct sk_buff * msg,struct ib_frmr_key * key) fill_frmr_pool_key() argument
2703 fill_frmr_pool_entry(struct sk_buff * msg,struct ib_frmr_pool * pool) fill_frmr_pool_entry() argument
3049 fill_mon_netdev_rename(struct sk_buff * msg,struct ib_device * device,u32 port,const struct net * net) fill_mon_netdev_rename() argument
3068 fill_mon_netdev_association(struct sk_buff * msg,struct ib_device * device,u32 port,const struct net * net) fill_mon_netdev_association() argument
[all...]
/linux/drivers/clk/tegra/
H A Dclk-bpmp.c63 struct tegra_bpmp_message msg; in tegra_bpmp_clk_transfer() local
79 memset(&msg, 0, sizeof(msg)); in tegra_bpmp_clk_transfer()
80 msg.mrq = MRQ_CLK; in tegra_bpmp_clk_transfer()
81 msg.tx.data = &request; in tegra_bpmp_clk_transfer()
82 msg.tx.size = sizeof(request); in tegra_bpmp_clk_transfer()
83 msg.rx.data = clk->rx.data; in tegra_bpmp_clk_transfer()
84 msg.rx.size = clk->rx.size; in tegra_bpmp_clk_transfer()
86 err = tegra_bpmp_transfer(bpmp, &msg); in tegra_bpmp_clk_transfer()
89 else if (msg.rx.ret < 0) in tegra_bpmp_clk_transfer()
98 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_prepare() local
[all …]
/linux/drivers/media/cec/core/
H A Dcec-adap.c28 struct cec_msg *msg,
110 /* Add new msg at the end of the queue */ in cec_queue_event_fh()
209 static void cec_queue_msg_fh(struct cec_fh *fh, const struct cec_msg *msg) in cec_queue_msg_fh() argument
223 entry->msg = *msg; in cec_queue_msg_fh()
224 /* Add new msg at the end of the queue */ in cec_queue_msg_fh()
263 const struct cec_msg *msg, in cec_queue_msg_monitor() argument
273 cec_queue_msg_fh(fh, msg); in cec_queue_msg_monitor()
282 const struct cec_msg *msg) in cec_queue_msg_followers() argument
289 cec_queue_msg_fh(fh, msg); in cec_queue_msg_followers()
600 struct cec_msg *msg; cec_transmit_done_ts() local
780 cec_transmit_msg_fh(struct cec_adapter * adap,struct cec_msg * msg,struct cec_fh * fh,bool block) cec_transmit_msg_fh() argument
993 cec_transmit_msg(struct cec_adapter * adap,struct cec_msg * msg,bool block) cec_transmit_msg() argument
1105 cec_received_msg_ts(struct cec_adapter * adap,struct cec_msg * msg,ktime_t ts) cec_received_msg_ts() argument
1310 struct cec_msg msg = { }; cec_config_log_addr() local
1555 struct cec_msg msg = {}; cec_config_thread_func() local
1963 cec_fill_msg_report_features(struct cec_adapter * adap,struct cec_msg * msg,unsigned int la_idx) cec_fill_msg_report_features() argument
1991 cec_feature_abort_reason(struct cec_adapter * adap,struct cec_msg * msg,u8 reason) cec_feature_abort_reason() argument
2009 cec_feature_abort(struct cec_adapter * adap,struct cec_msg * msg) cec_feature_abort() argument
2015 cec_feature_refused(struct cec_adapter * adap,struct cec_msg * msg) cec_feature_refused() argument
2028 cec_receive_notify(struct cec_adapter * adap,struct cec_msg * msg,bool is_reply) cec_receive_notify() argument
[all...]
/linux/net/core/
H A Dskmsg.c12 static bool sk_msg_try_coalesce_ok(struct sk_msg *msg, int elem_first_coalesce)
14 if (msg->sg.end > msg->sg.start && in sk_msg_try_coalesce_ok()
15 elem_first_coalesce < msg->sg.end) in sk_msg_try_coalesce_ok()
18 if (msg->sg.end < msg->sg.start && in sk_msg_try_coalesce_ok()
19 (elem_first_coalesce > msg->sg.start || in sk_msg_try_coalesce_ok()
20 elem_first_coalesce < msg->sg.end)) in sk_msg_try_coalesce_ok()
26 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len,
30 u32 osize = msg in sk_msg_alloc()
13 sk_msg_try_coalesce_ok(struct sk_msg * msg,int elem_first_coalesce) sk_msg_try_coalesce_ok() argument
27 sk_msg_alloc(struct sock * sk,struct sk_msg * msg,int len,int elem_first_coalesce) sk_msg_alloc() argument
138 sk_msg_return_zero(struct sock * sk,struct sk_msg * msg,int bytes) sk_msg_return_zero() argument
162 sk_msg_return(struct sock * sk,struct sk_msg * msg,int bytes) sk_msg_return() argument
177 sk_msg_free_elem(struct sock * sk,struct sk_msg * msg,u32 i,bool charge) sk_msg_free_elem() argument
193 __sk_msg_free(struct sock * sk,struct sk_msg * msg,u32 i,bool charge) __sk_msg_free() argument
211 sk_msg_free_nocharge(struct sock * sk,struct sk_msg * msg) sk_msg_free_nocharge() argument
217 sk_msg_free(struct sock * sk,struct sk_msg * msg) sk_msg_free() argument
223 __sk_msg_free_partial(struct sock * sk,struct sk_msg * msg,u32 bytes,bool charge) __sk_msg_free_partial() argument
251 sk_msg_free_partial(struct sock * sk,struct sk_msg * msg,u32 bytes) sk_msg_free_partial() argument
257 sk_msg_free_partial_nocharge(struct sock * sk,struct sk_msg * msg,u32 bytes) sk_msg_free_partial_nocharge() argument
263 sk_msg_trim(struct sock * sk,struct sk_msg * msg,int len) sk_msg_trim() argument
312 sk_msg_zerocopy_from_iter(struct sock * sk,struct iov_iter * from,struct sk_msg * msg,u32 bytes) sk_msg_zerocopy_from_iter() argument
369 sk_msg_memcopy_from_iter(struct sock * sk,struct iov_iter * from,struct sk_msg * msg,u32 bytes) sk_msg_memcopy_from_iter() argument
412 __sk_msg_recvmsg(struct sock * sk,struct sk_psock * psock,struct msghdr * msg,int len,int flags,int * copied_from_self) __sk_msg_recvmsg() argument
500 sk_msg_recvmsg(struct sock * sk,struct sk_psock * psock,struct msghdr * msg,int len,int flags) sk_msg_recvmsg() argument
523 struct sk_msg *msg; alloc_sk_msg() local
548 sk_psock_skb_ingress_enqueue(struct sk_buff * skb,u32 off,u32 len,struct sk_psock * psock,struct sock * sk,struct sk_msg * msg,bool take_ref) sk_psock_skb_ingress_enqueue() argument
594 struct sk_msg *msg; sk_psock_skb_ingress() local
627 struct sk_msg *msg = alloc_sk_msg(GFP_ATOMIC); sk_psock_skb_ingress_self() local
819 struct sk_msg *msg, *tmp; __sk_psock_purge_ingress_msg() local
920 sk_psock_msg_verdict(struct sock * sk,struct sk_psock * psock,struct sk_msg * msg) sk_psock_msg_verdict() argument
[all...]
/linux/drivers/mailbox/
H A Dbcm74110-mailbox.c90 u32 msg; member
141 struct bcm74110_mbox_msg *msg; in bcm74110_rx_push_init_msg() local
143 msg = kzalloc_obj(*msg, GFP_ATOMIC); in bcm74110_rx_push_init_msg()
144 if (!msg) in bcm74110_rx_push_init_msg()
147 INIT_LIST_HEAD(&msg->list_entry); in bcm74110_rx_push_init_msg()
148 msg->msg = val; in bcm74110_rx_push_init_msg()
151 list_add_tail(&msg->list_entry, &mbox->rx_svc_init_list); in bcm74110_rx_push_init_msg()
160 u32 msg, status; in bcm74110_rx_process_msg() local
164 msg = bcm74110_rx_readl(mbox, BCM_MBOX_RDATA); in bcm74110_rx_process_msg()
168 BCM_MSG_GET_FIELD(msg, REQ), BCM_MSG_GET_FIELD(msg, RPLY), in bcm74110_rx_process_msg()
[all …]
/linux/drivers/hsi/clients/
H A Dhsi_char.c116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() argument
122 list_add_tail(&msg->link, queue); in hsc_add_tail()
129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local
137 msg = list_first_entry(queue, struct hsi_msg, link); in hsc_get_first_msg()
138 list_del(&msg->link); in hsc_get_first_msg()
142 return msg; in hsc_get_first_msg()
145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free() argument
147 kfree(sg_virt(msg->sgt.sgl)); in hsc_msg_free()
148 hsi_free_msg(msg); in hsc_msg_free()
153 struct hsi_msg *msg, *tmp; in hsc_free_list() local
[all …]
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh161 err_cnt "ethtool table $1 on port $port: $pfx - $msg"
171 err_cnt "table $1 on port $port: $pfx - $msg"
204 err_cnt "ethtool static entry: $pfx - $msg"
274 msg="new NIC device created"
279 msg="VxLAN v4 devices"
284 msg="VxLAN v4 devices go down"
290 msg="VxLAN v6 devices"
300 msg="another VxLAN v6 devices"
304 msg="Geneve device"
308 msg="NIC device goes down"
[all …]
/linux/drivers/char/ipmi/
H A Dipmi_msghandler.c42 static void ipmi_set_recv_msg_user(struct ipmi_recv_msg *msg,
49 struct ipmi_smi_msg *msg);
571 struct ipmi_recv_msg *msg);
707 struct ipmi_recv_msg *msg, *msg2; in free_recv_msg_list() local
709 list_for_each_entry_safe(msg, msg2, q, link) { in free_recv_msg_list()
710 list_del(&msg->link); in free_recv_msg_list()
711 ipmi_free_recv_msg(msg); in free_recv_msg_list()
717 struct ipmi_smi_msg *msg, *msg2; in free_smi_msg_list() local
719 list_for_each_entry_safe(msg, msg2, q, link) { in free_smi_msg_list()
720 list_del(&msg in free_smi_msg_list()
962 deliver_response(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) deliver_response() argument
997 deliver_local_response(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) deliver_local_response() argument
1006 deliver_err_response(struct ipmi_smi * intf,struct ipmi_recv_msg * msg,int err) deliver_err_response() argument
1148 struct ipmi_recv_msg *msg = intf->seq_table[seq].recv_msg; intf_find_seq() local
1200 struct ipmi_recv_msg *msg = NULL; intf_err_seq() local
1349 struct ipmi_recv_msg *msg, *msg2; _ipmi_destroy_user() local
1612 struct ipmi_recv_msg *msg, *msg2; ipmi_set_gets_events() local
1793 format_ipmb_msg(struct ipmi_smi_msg * smi_msg,struct kernel_ipmi_msg * msg,struct ipmi_ipmb_addr * ipmb_addr,long msgid,unsigned char ipmb_seq,int broadcast,unsigned char source_address,unsigned char source_lun) format_ipmb_msg() argument
1835 format_lan_msg(struct ipmi_smi_msg * smi_msg,struct kernel_ipmi_msg * msg,struct ipmi_lan_addr * lan_addr,long msgid,unsigned char ipmb_seq,unsigned char source_lun) format_lan_msg() argument
1916 is_maintenance_mode_cmd(struct kernel_ipmi_msg * msg) is_maintenance_mode_cmd() argument
1927 i_ipmi_req_sysintf(struct ipmi_smi * intf,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,struct ipmi_smi_msg * smi_msg,struct ipmi_recv_msg * recv_msg,int retries,unsigned int retry_time_ms) i_ipmi_req_sysintf() argument
2000 i_ipmi_req_ipmb(struct ipmi_smi * intf,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,struct ipmi_smi_msg * smi_msg,struct ipmi_recv_msg * recv_msg,unsigned char source_address,unsigned char source_lun,int retries,unsigned int retry_time_ms) i_ipmi_req_ipmb() argument
2138 i_ipmi_req_ipmb_direct(struct ipmi_smi * intf,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,struct ipmi_smi_msg * smi_msg,struct ipmi_recv_msg * recv_msg,unsigned char source_lun) i_ipmi_req_ipmb_direct() argument
2190 i_ipmi_req_lan(struct ipmi_smi * intf,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,struct ipmi_smi_msg * smi_msg,struct ipmi_recv_msg * recv_msg,unsigned char source_lun,int retries,unsigned int retry_time_ms) i_ipmi_req_lan() argument
2312 i_ipmi_request(struct ipmi_user * user,struct ipmi_smi * intf,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,void * user_msg_data,void * supplied_smi,struct ipmi_recv_msg * supplied_recv,int priority,unsigned char source_address,unsigned char source_lun,int retries,unsigned int retry_time_ms) i_ipmi_request() argument
2443 ipmi_request_settime(struct ipmi_user * user,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,void * user_msg_data,int priority,int retries,unsigned int retry_time_ms) ipmi_request_settime() argument
2482 ipmi_request_supply_msgs(struct ipmi_user * user,struct ipmi_addr * addr,long msgid,struct kernel_ipmi_msg * msg,void * user_msg_data,void * supplied_smi,struct ipmi_recv_msg * supplied_recv,int priority) ipmi_request_supply_msgs() argument
2519 bmc_device_id_handler(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) bmc_device_id_handler() argument
2562 struct kernel_ipmi_msg msg; send_get_device_id_cmd() local
3305 struct kernel_ipmi_msg msg; send_guid_cmd() local
3330 guid_handler(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) guid_handler() argument
3388 struct kernel_ipmi_msg msg; send_channel_info_cmd() local
3416 channel_handler(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) channel_handler() argument
3767 deliver_smi_err_response(struct ipmi_smi * intf,struct ipmi_smi_msg * msg,unsigned char err) deliver_smi_err_response() argument
3786 struct ipmi_smi_msg *msg; cleanup_smi_msgs() local
3879 handle_ipmb_get_msg_rsp(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_ipmb_get_msg_rsp() argument
3942 handle_ipmb_get_msg_cmd(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_ipmb_get_msg_cmd() argument
4044 handle_ipmb_direct_rcv_cmd(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_ipmb_direct_rcv_cmd() argument
4120 handle_ipmb_direct_rcv_rsp(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_ipmb_direct_rcv_rsp() argument
4151 handle_lan_get_msg_rsp(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_lan_get_msg_rsp() argument
4218 handle_lan_get_msg_cmd(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_lan_get_msg_cmd() argument
4330 handle_oem_get_msg_cmd(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_oem_get_msg_cmd() argument
4424 copy_event_into_recv_msg(struct ipmi_recv_msg * recv_msg,struct ipmi_smi_msg * msg) copy_event_into_recv_msg() argument
4442 handle_read_event_rsp(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_read_event_rsp() argument
4543 handle_bmc_rsp(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_bmc_rsp() argument
4578 handle_one_recv_msg(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) handle_one_recv_msg() argument
4861 struct ipmi_recv_msg *msg, *msg2; smi_work() local
4952 ipmi_smi_msg_received(struct ipmi_smi * intf,struct ipmi_smi_msg * msg) ipmi_smi_msg_received() argument
5021 struct ipmi_recv_msg *msg; check_msg_timeout() local
5105 struct ipmi_recv_msg *msg, *msg2; ipmi_timeout_handler() local
5234 free_smi_msg(struct ipmi_smi_msg * msg) free_smi_msg() argument
5256 free_recv_msg(struct ipmi_recv_msg * msg) free_recv_msg() argument
5290 ipmi_free_recv_msg(struct ipmi_recv_msg * msg) ipmi_free_recv_msg() argument
5300 ipmi_set_recv_msg_user(struct ipmi_recv_msg * msg,struct ipmi_user * user) ipmi_set_recv_msg_user() argument
5311 dummy_smi_done_handler(struct ipmi_smi_msg * msg) dummy_smi_done_handler() argument
5316 dummy_recv_done_handler(struct ipmi_recv_msg * msg) dummy_recv_done_handler() argument
5326 _ipmi_panic_request_and_wait(struct ipmi_smi * intf,struct ipmi_addr * addr,struct kernel_ipmi_msg * msg) _ipmi_panic_request_and_wait() argument
5358 ipmi_panic_request_and_wait(struct ipmi_user * user,struct ipmi_addr * addr,struct kernel_ipmi_msg * msg) ipmi_panic_request_and_wait() argument
5366 event_receiver_fetcher(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) event_receiver_fetcher() argument
5378 device_id_fetcher(struct ipmi_smi * intf,struct ipmi_recv_msg * msg) device_id_fetcher() argument
5395 struct kernel_ipmi_msg msg; send_panic_events() local
[all...]

12345678910>>...109