Home
last modified time | relevance | path

Searched refs:message_id (Results 1 – 5 of 5) sorted by relevance

/sound/pci/mixart/
Dmixart_core.c90 resp->message_id = readl_be(MIXART_MEM(mgr, msg_frame_address + 4)); /* dwMessageID */ in get_msg()
182 …writel_be( msg->message_id , MIXART_MEM(mgr, msg_frame_address + 4) ); /* dwM… in send_msg()
266 resp.message_id = 0; in snd_mixart_send_msg()
275 if( request->message_id != resp.message_id ) in snd_mixart_send_msg()
362 resp.message_id = 0; in snd_mixart_process_msg()
373 switch(resp.message_id) { in snd_mixart_process_msg()
386 msg, resp.message_id, resp.uid.object_id, resp.uid.desc, resp.size); in snd_mixart_process_msg()
444 resp.message_id = 0; in snd_mixart_threaded_irq()
455 if(resp.message_id == MSG_SERVICES_TIMER_NOTIFY) { in snd_mixart_threaded_irq()
515 if(resp.message_id == MSG_SERVICES_REPORT_TRACES) { in snd_mixart_threaded_irq()
[all …]
Dmixart_hwdep.c162 request.message_id = MSG_SYSTEM_ENUM_PLAY_CONNECTOR; in mixart_enum_connectors()
192 request.message_id = MSG_CONNECTOR_GET_AUDIO_INFO; in mixart_enum_connectors()
206 request.message_id = MSG_SYSTEM_ENUM_RECORD_CONNECTOR; in mixart_enum_connectors()
236 request.message_id = MSG_CONNECTOR_GET_AUDIO_INFO; in mixart_enum_connectors()
272 request.message_id = MSG_CONSOLE_GET_CLOCK_UID; in mixart_enum_physio()
289 request.message_id = MSG_SYSTEM_ENUM_PHYSICAL_IO; in mixart_enum_physio()
327 request.message_id = MSG_SYSTEM_SEND_SYNCHRO_CMD; in mixart_first_init()
Dmixart.c99 request.message_id = MSG_SYSTEM_WAIT_SYNCHRO_CMD; in mixart_set_pipe_state()
118 request.message_id = MSG_STREAM_START_STREAM_GRP_PACKET; in mixart_set_pipe_state()
120 request.message_id = MSG_STREAM_STOP_STREAM_GRP_PACKET; in mixart_set_pipe_state()
149 request.message_id = MSG_SYSTEM_SEND_SYNCHRO_CMD; in mixart_set_pipe_state()
205 request.message_id = MSG_CLOCK_SET_PROPERTIES; in mixart_set_clock()
242 request.message_id = MSG_STREAM_ADD_OUTPUT_GROUP; in snd_mixart_add_ref_pipe()
250 request.message_id = MSG_STREAM_ADD_INPUT_GROUP; in snd_mixart_add_ref_pipe()
372 request.message_id = MSG_STREAM_DELETE_GROUP; in snd_mixart_kill_ref_pipe()
408 …request.message_id = start ? MSG_STREAM_START_INPUT_STAGE_PACKET : MSG_STREAM_STOP_INPUT_STAGE_PAC… in mixart_set_stream_state()
410 …request.message_id = start ? MSG_STREAM_START_OUTPUT_STAGE_PACKET : MSG_STREAM_STOP_OUTPUT_STAGE_P… in mixart_set_stream_state()
[all …]
Dmixart_mixer.c326 request.message_id = MSG_PHYSICALIO_SET_LEVEL; in mixart_update_analog_audio_level()
760 request.message_id = MSG_STREAM_SET_OUT_STREAM_LEVEL; in mixart_update_playback_stream_level()
805 request.message_id = MSG_STREAM_SET_IN_AUDIO_LEVEL; in mixart_update_capture_stream_level()
975 request.message_id = MSG_CONNECTOR_SET_OUT_AUDIO_LEVEL; in mixart_update_monitoring()
Dmixart_core.h68 u32 message_id; member