Searched refs:response (Results 1 – 9 of 9) sorted by relevance
/sound/firewire/ |
D | fcp.c | 231 void *response, unsigned int response_size, in fcp_avc_transaction() argument 238 t.response_buffer = response; in fcp_avc_transaction() 318 const void *response, size_t length) in is_matching_response() argument 323 p1 = response; in is_matching_response()
|
D | fcp.h | 30 void *response, unsigned int response_size,
|
/sound/soc/intel/atom/sst/ |
D | sst_pvt.c | 224 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument 235 if (response) in sst_prepare_and_post_msg() 272 if (response) { in sst_prepare_and_post_msg() 286 if (response) in sst_prepare_and_post_msg()
|
D | sst_stream.c | 104 struct snd_sst_alloc_response *response; in sst_realloc_stream() local 127 response = (struct snd_sst_alloc_response *)data; in sst_realloc_stream() 128 ret = response->str_type.result; in sst_realloc_stream()
|
D | sst.h | 490 bool large, bool fill_dsp, bool sync, bool response);
|
/sound/pci/asihpi/ |
D | hpi6205.h | 69 struct hpi_response response; member
|
D | hpi6205.c | 2131 if (interface->u.response_buffer.response.size <= phr->size) in message_response_sequence() 2133 interface->u.response_buffer.response.size); in message_response_sequence() 2137 interface->u.response_buffer.response.size, in message_response_sequence() 2143 interface->u.response_buffer.response.size; in message_response_sequence()
|
/sound/soc/sof/ |
D | Kconfig | 149 the DSP with test IPCs and gather stats about response times.
|
/sound/pci/hda/ |
D | patch_ca0132.c | 1201 unsigned int response; in codec_send_command() local 1202 response = snd_hda_codec_read(codec, nid, 0, verb, parm); in codec_send_command() 1203 *res = response; in codec_send_command() 1205 return ((response == -1) ? -1 : 0); in codec_send_command() 2996 unsigned int response; in dspxfr_image() local 3024 hda_format, &response); in dspxfr_image() 3058 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image() 3090 WIDGET_CHIP_CTRL, 0, 0, &response); in dspxfr_image()
|