Searched refs:response (Results 1 – 10 of 10) 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 | 223 bool large, bool fill_dsp, bool sync, bool response) in sst_prepare_and_post_msg() argument 234 if (response) in sst_prepare_and_post_msg() 271 if (response) { in sst_prepare_and_post_msg() 285 if (response) in sst_prepare_and_post_msg()
|
D | sst_stream.c | 103 struct snd_sst_alloc_response *response; in sst_realloc_stream() local 126 response = (struct snd_sst_alloc_response *)data; in sst_realloc_stream() 127 ret = response->str_type.result; in sst_realloc_stream()
|
D | sst.h | 497 bool large, bool fill_dsp, bool sync, bool response);
|
/sound/virtio/ |
D | virtio_ctl_msg.c | 129 struct virtio_snd_hdr *response = virtsnd_ctl_msg_response(msg); in virtsnd_ctl_msg_send() local 140 response->code = cpu_to_le32(VIRTIO_SND_S_IO_ERR); in virtsnd_ctl_msg_send() 191 switch (le32_to_cpu(response->code)) { in virtsnd_ctl_msg_send()
|
/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 | 187 the DSP with test IPCs and gather stats about response times.
|
/sound/pci/hda/ |
D | patch_ca0132.c | 1518 unsigned int response; in codec_send_command() local 1519 response = snd_hda_codec_read(codec, nid, 0, verb, parm); in codec_send_command() 1520 *res = response; in codec_send_command() 1522 return ((response == -1) ? -1 : 0); in codec_send_command() 3403 unsigned int response; in dspxfr_image() local 3431 hda_format, &response); in dspxfr_image() 3465 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image() 3497 WIDGET_CHIP_CTRL, 0, 0, &response); in dspxfr_image()
|