Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 10 of 10) sorted by relevance

/sound/xen/
Dxen_snd_front.c27 be_stream_prepare_req(struct xen_snd_front_evtchnl *evtchnl, u8 operation) in be_stream_prepare_req() argument
33 req->operation = operation; in be_stream_prepare_req()
Dxen_snd_front_evtchnl.c47 switch (resp->operation) { in evtchnl_interrupt_req()
70 resp->operation); in evtchnl_interrupt_req()
/sound/soc/intel/common/
Dsst-dsp.c246 u32 target, u32 time, char *operation) in sst_dsp_register_poll() argument
274 reg, operation); in sst_dsp_register_poll()
280 reg, operation); in sst_dsp_register_poll()
Dsst-dsp.h279 u32 expected_value, u32 timeout, char *operation);
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c69 u8 operation; member
384 int codec_type, int stream_type, int operation) in sst_byt_stream_type() argument
388 stream->request.str_type.operation = operation; in sst_byt_stream_type()
Dsst-baytrail-ipc.h41 int codec_type, int stream_type, int operation);
/sound/soc/intel/atom/
Dsst-mfld-dsp.h263 u8 operation; /* Playback or Capture */ member
401 u8 operation; member
/sound/pci/asihpi/
Dhpi6205.c1987 u32 data_size, int operation) in hpi6205_transfer_data() argument
2010 if (operation == H620_HIF_SEND_DATA) in hpi6205_transfer_data()
2018 send_dsp_command(phw, operation); in hpi6205_transfer_data()
2020 temp2 = wait_dsp_ack(phw, operation, HPI6205_TIMEOUT); in hpi6205_transfer_data()
2028 operation, interface->dsp_ack); in hpi6205_transfer_data()
2032 if (operation == H620_HIF_GET_DATA) in hpi6205_transfer_data()
2038 if (interface->dsp_ack != operation) in hpi6205_transfer_data()
2040 interface->dsp_ack, operation); in hpi6205_transfer_data()
/sound/soc/intel/haswell/
Dsst-haswell-ipc.c631 u32 operation, module_id; in hsw_module_message() local
634 operation = msg_get_module_operation(header); in hsw_module_message()
639 operation, module_id); in hsw_module_message()
641 switch (operation) { in hsw_module_message()
688 u32 operation = (header & IPC_LOG_OP_MASK) >> IPC_LOG_OP_SHIFT; in hsw_log_message() local
692 if (operation != IPC_DEBUG_REQUEST_LOG_DUMP) { in hsw_log_message()
/sound/soc/intel/atom/sst/
Dsst_stream.c45 str_info->alloc_param.operation = str_params->ops; in sst_alloc_stream_mrfld()