Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 1725) sorted by relevance

12345678910>>...69

/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
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.c231 struct a6xx_hfi_msg_gmu_init_cmd msg = { 0 }; in a6xx_hfi_send_gmu_init() local
243 struct a6xx_hfi_msg_fw_version msg = { 0 }; in a6xx_hfi_get_fw_version() local
254 struct a6xx_hfi_msg_perf_table_v1 msg = { 0 }; in a6xx_hfi_send_perf_table_v1() local
325 struct a6xx_hfi_msg_perf_table msg = { 0 }; in a6xx_hfi_send_perf_table() local
350 struct a6xx_hfi_msg_bw_table *msg) in a6xx_generate_bw_table()
391 static void a618_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a618_build_bw_table()
419 static void a619_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a619_build_bw_table()
478 static void a640_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a640_build_bw_table()
517 static void a650_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a650_build_bw_table()
548 static void a690_build_bw_table(struct a6xx_hfi_msg_bw_table *msg) in a690_build_bw_table()
[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()
233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel()
254 struct mcu_msg_create_channel_response *msg, in allegro_decode_config_blob()
271 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel()
281 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers()
302 struct mcu_msg_put_stream_buffer *msg) in allegro_enc_put_stream_buffer()
318 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame()
357 allegro_dec_init(struct mcu_msg_init_response *msg, u32 *src) in allegro_dec_init()
367 allegro_dec_create_channel(struct mcu_msg_create_channel_response *msg, in allegro_dec_create_channel()
396 allegro_dec_destroy_channel(struct mcu_msg_destroy_channel_response *msg, in allegro_dec_destroy_channel()
[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()
67 static int fill_rq(struct sk_buff *msg, struct t4_wq *wq) in fill_rq()
95 static int fill_swsqe(struct sk_buff *msg, struct t4_sq *sq, u16 idx, in fill_swsqe()
119 static int fill_swsqes(struct sk_buff *msg, struct t4_sq *sq, in fill_swsqes()
137 int c4iw_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ibqp) in c4iw_fill_res_qp_entry()
196 int c4iw_fill_res_cm_id_entry(struct sk_buff *msg, in c4iw_fill_res_cm_id_entry()
271 static int fill_cq(struct sk_buff *msg, struct t4_cq *cq) in fill_cq()
307 static int fill_cqe(struct sk_buff *msg, struct t4_cqe *cqe, u16 idx, in fill_cqe()
333 static int fill_hwcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_hwcqes()
350 static int fill_swcqes(struct sk_buff *msg, struct t4_cq *cq, in fill_swcqes()
[all …]
/linux/net/tipc/
H A Dnetlink_compat.c179 struct tipc_nl_compat_msg *msg, in __tipc_nl_compat_dumpit()
276 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_dumpit()
329 struct tipc_nl_compat_msg *msg) in __tipc_nl_compat_doit()
385 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_doit()
405 static int tipc_nl_compat_bearer_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_bearer_dump()
426 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_enable()
469 struct tipc_nl_compat_msg *msg) in tipc_nl_compat_bearer_disable()
502 static void __fill_bc_link_stat(struct tipc_nl_compat_msg *msg, in __fill_bc_link_stat()
541 static int tipc_nl_compat_link_stat_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_stat_dump()
681 static int tipc_nl_compat_link_dump(struct tipc_nl_compat_msg *msg, in tipc_nl_compat_link_dump()
[all …]
/linux/drivers/net/wireless/ath/wil6210/
H A Dtxrx_edma.h349 static inline __le16 wil_rx_status_get_length(void *msg) in wil_rx_status_get_length()
354 static inline u8 wil_rx_status_get_mcs(void *msg) in wil_rx_status_get_mcs()
360 static inline u8 wil_rx_status_get_cb_mode(void *msg) in wil_rx_status_get_cb_mode()
366 static inline u16 wil_rx_status_get_flow_id(void *msg) in wil_rx_status_get_flow_id()
372 static inline u8 wil_rx_status_get_mcast(void *msg) in wil_rx_status_get_mcast()
388 static inline u8 wil_rx_status_get_cid(void *msg) in wil_rx_status_get_cid()
402 static inline u8 wil_rx_status_get_tid(void *msg) in wil_rx_status_get_tid()
415 static inline int wil_rx_status_get_eop(void *msg) /* EoP = End of Packet */ in wil_rx_status_get_eop()
427 static inline __le16 wil_rx_status_get_buff_id(void *msg) in wil_rx_status_get_buff_id()
432 static inline u8 wil_rx_status_get_data_offset(void *msg) in wil_rx_status_get_data_offset()
[all …]
/linux/drivers/soc/apple/
H A Drtkit.c80 u64 msg; member
103 u64 msg) in apple_rtkit_management_send()
117 static void apple_rtkit_management_rx_hello(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_hello()
154 static void apple_rtkit_management_rx_epmap(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx_epmap()
211 u64 msg) in apple_rtkit_management_rx_iop_pwr_ack()
223 u64 msg) in apple_rtkit_management_rx_ap_pwr_ack()
234 static void apple_rtkit_management_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_management_rx()
261 u8 ep, u64 msg) in apple_rtkit_common_rx_get_buffer()
361 static void apple_rtkit_crashlog_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_crashlog_rx()
402 static void apple_rtkit_ioreport_rx(struct apple_rtkit *rtk, u64 msg) in apple_rtkit_ioreport_rx()
[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()
167 static int validate_message(struct hsmp_message *msg) in validate_message()
202 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
231 struct hsmp_message msg = {}; in hsmp_msg_get_nargs() local
254 struct hsmp_message msg = { 0 }; in hsmp_test() local
283 static bool is_get_msg(struct hsmp_message *msg) in is_get_msg()
298 struct hsmp_message msg = { 0 }; in hsmp_ioctl() local
353 struct hsmp_message msg = { 0 }; in hsmp_metric_tbl_read() local
385 struct hsmp_message msg = { 0 }; in hsmp_get_tbl_dram_base() local
418 struct hsmp_message msg = { 0 }; in hsmp_cache_proto_ver() local
/linux/fs/smb/server/
H A Dtransport_ipc.c244 struct ksmbd_ipc_msg *msg; in ipc_msg_alloc() local
253 static void ipc_msg_free(struct ksmbd_ipc_msg *msg) in ipc_msg_free()
457 static int ipc_msg_send(struct ksmbd_ipc_msg *msg) in ipc_msg_send()
538 static void *ipc_msg_send_request(struct ksmbd_ipc_msg *msg, unsigned int handle) in ipc_msg_send_request()
581 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_heartbeat_request() local
596 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request() local
620 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_login_request_ext() local
644 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_spnego_authen_request() local
674 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_connect_request() local
713 struct ksmbd_ipc_msg *msg; in ksmbd_ipc_tree_disconnect_request() local
[all …]
/linux/drivers/connector/
H A Dcn_proc.c88 static inline void send_msg(struct cn_msg *msg) in send_msg()
119 struct cn_msg *msg; in proc_fork_connector() local
149 struct cn_msg *msg; in proc_exec_connector() local
173 struct cn_msg *msg; in proc_id_connector() local
211 struct cn_msg *msg; in proc_sid_connector() local
235 struct cn_msg *msg; in proc_ptrace_connector() local
267 struct cn_msg *msg; in proc_comm_connector() local
292 struct cn_msg *msg; in proc_coredump_connector() local
325 struct cn_msg *msg; in proc_exit_connector() local
368 struct cn_msg *msg; in cn_proc_ack() local
[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()
129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local
145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free()
153 struct hsi_msg *msg, *tmp; in hsc_free_list() local
175 struct hsi_msg *msg; in hsc_msg_alloc() local
197 struct hsi_msg *msg; in hsc_msgs_alloc() local
215 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get()
220 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set()
225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed()
238 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor()
[all …]
H A Dssi_protocol.c151 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd()
159 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd()
168 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg()
187 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data()
202 struct hsi_msg *msg; in ssip_alloc_data() local
215 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd()
227 struct hsi_msg *msg; in ssip_claim_cmd() local
242 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local
254 struct hsi_msg *msg; in ssip_alloc_cmds() local
389 struct hsi_msg *msg; in ssip_reset() local
[all …]
H A Dcmt_speech.c33 u32 msg; member
197 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd()
203 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd()
209 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd()
216 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor()
241 struct hsi_msg *msg; in cs_claim_cmd() local
254 struct hsi_msg *msg, *tmp; in cs_free_cmds() local
266 struct hsi_msg *msg; in cs_alloc_cmds() local
294 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor()
352 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg()
[all …]
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_guc_relay_test.c62 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_always_fails()
75 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay()
124 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_too_short() local
133 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_too_long() local
142 const u32 *msg = test_guc2pf; in pf_rejects_guc2pf_no_payload() local
150 const u32 msg = 0; in pf_fails_no_payload() local
158 static const u32 msg[] = { in pf_fails_bad_origin() local
170 const u32 msg[] = { in pf_fails_bad_type() local
223 const u32 *msg, u32 len, in replacement_xe_guc_ct_send_recv_loopback_relay()
440 const u32 *msg = test_guc2vf; in vf_rejects_guc2vf_too_short() local
[all …]
/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c265 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg()
369 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
401 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local
417 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
436 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
453 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local
473 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local
493 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local
605 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv()
661 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv()
[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()
43 static u8 fill_wep_group(struct wfx_hif_wep_group_key *msg, in fill_wep_group()
53 static u8 fill_tkip_pair(struct wfx_hif_tkip_pairwise_key *msg, in fill_tkip_pair()
69 static u8 fill_tkip_group(struct wfx_hif_tkip_group_key *msg, struct ieee80211_key_conf *key, in fill_tkip_group()
90 static u8 fill_ccmp_pair(struct wfx_hif_aes_pairwise_key *msg, in fill_ccmp_pair()
99 static u8 fill_ccmp_group(struct wfx_hif_aes_group_key *msg, in fill_ccmp_group()
110 static u8 fill_sms4_pair(struct wfx_hif_wapi_pairwise_key *msg, in fill_sms4_pair()
125 static u8 fill_sms4_group(struct wfx_hif_wapi_group_key *msg, in fill_sms4_group()
139 static u8 fill_aes_cmac_group(struct wfx_hif_igtk_group_key *msg, in fill_aes_cmac_group()
/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_restrack.c11 int hns_roce_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry()
42 int hns_roce_fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry_raw()
61 int hns_roce_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry()
95 int hns_roce_fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry_raw()
138 int hns_roce_fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry()
168 int hns_roce_fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry_raw()
187 int hns_roce_fill_res_srq_entry(struct sk_buff *msg, struct ib_srq *ib_srq) in hns_roce_fill_res_srq_entry()
217 int hns_roce_fill_res_srq_entry_raw(struct sk_buff *msg, struct ib_srq *ib_srq) in hns_roce_fill_res_srq_entry_raw()
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_vpu_if.c12 static void handle_init_ack_msg(const struct vdec_vpu_ipi_init_ack *msg) in handle_init_ack_msg() argument
55 static void handle_get_param_msg_ack(const struct vdec_vpu_ipi_get_param_ack *msg) in handle_get_param_msg_ack() argument
105 const struct vdec_vpu_ipi_ack *msg = data; vpu_dec_ipi_handler() local
151 vcodec_vpu_send_msg(struct vdec_vpu_inst * vpu,void * msg,int len) vcodec_vpu_send_msg() argument
184 struct vdec_ap_ipi_cmd msg; vcodec_send_ap_ipi() local
204 struct vdec_ap_ipi_init msg; vpu_dec_init() local
248 struct vdec_ap_ipi_dec_start msg; vpu_dec_start() local
276 struct vdec_ap_ipi_get_param msg; vpu_dec_get_param() local
[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()
109 struct rpmsg_msg *msg, in imx_rpmsg_insert_workqueue()
143 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local
194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local
215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local
236 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local
289 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local
354 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local
383 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local
400 struct rpmsg_msg *msg; in imx_rpmsg_restart() local
[all …]
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c72 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_query_version() local
96 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_get_dev_attr() local
208 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_set_func_resources() local
276 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_del_sgid() local
346 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_add_sgid() local
409 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_create_ah() local
455 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_destroy_ah() local
478 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_free_mrw() local
516 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_alloc_mrw() local
555 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_dereg_mrw() local
[all …]
/linux/tools/testing/selftests/
H A Dkselftest.h176 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...) in ksft_print_msg()
188 static inline void ksft_print_dbg_msg(const char *msg, ...) in ksft_print_dbg_msg()
200 static inline void ksft_perror(const char *msg) in ksft_perror()
205 static inline __printf(1, 2) void ksft_test_result_pass(const char *msg, ...) in ksft_test_result_pass()
219 static inline __printf(1, 2) void ksft_test_result_fail(const char *msg, ...) in ksft_test_result_fail()
245 static inline __printf(1, 2) void ksft_test_result_xfail(const char *msg, ...) in ksft_test_result_xfail()
259 static inline __printf(1, 2) void ksft_test_result_xpass(const char *msg, ...) in ksft_test_result_xpass()
273 static inline __printf(1, 2) void ksft_test_result_skip(const char *msg, ...) in ksft_test_result_skip()
288 static inline __printf(1, 2) void ksft_test_result_error(const char *msg, ...) in ksft_test_result_error()
304 const char *msg, ...) in ksft_test_result_code()
[all …]
/linux/sound/soc/intel/catpt/
H A Dmessages.c16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local
56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local
108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local
127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local
145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local
165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_get_mixer_stream_info() local
182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local
199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local
216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local
243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local
[all …]
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_tlv.c13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init()
34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string()
112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan()
172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool()
198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value()
270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct()
340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start()
365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop()
544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse()
640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data()
[all …]
/linux/drivers/iio/common/ssp_sensors/
H A Dssp_spi.c78 struct ssp_msg *msg; in ssp_create_msg() local
177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer()
244 struct ssp_msg *msg) in ssp_spi_sync_command()
249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync()
338 struct ssp_msg *msg = NULL, *iter, *n; in ssp_irq_msg() local
449 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local
465 struct ssp_msg *msg; in ssp_command() local
483 struct ssp_msg *msg; in ssp_send_instruction() local
516 struct ssp_msg *msg; in ssp_get_chipid() local
534 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local
[all …]
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dcec-splitter.c16 struct cec_msg *msg, u8 reason) in cec_feature_abort_reason()
38 struct cec_msg msg; in cec_port_out_active_source() local
61 struct cec_msg msg; in cec_port_out_standby() local
84 struct cec_msg msg; in cec_port_out_wakeup() local
153 struct cec_msg msg; in cec_out_passthrough() local
246 struct cec_msg msg; in cec_out_request_current_latency() local
340 struct cec_msg msg; in cec_out_give_device_power_status() local
359 int cec_splitter_received_input(struct cec_splitter_port *p, struct cec_msg *msg) in cec_splitter_received_input()
423 const struct cec_msg *msg, in cec_splitter_nb_transmit_canceled_output()
481 int cec_splitter_received_output(struct cec_splitter_port *p, struct cec_msg *msg, in cec_splitter_received_output()

12345678910>>...69