Searched refs:response (Results 1 – 5 of 5) sorted by relevance
/sound/firewire/ |
D | fcp.c | 71 void *response, unsigned int response_size, in fcp_avc_transaction() argument 78 t.response_buffer = response; in fcp_avc_transaction() 146 const void *response, size_t length) in is_matching_response() argument 151 p1 = response; in is_matching_response()
|
D | fcp.h | 8 void *response, unsigned int response_size,
|
/sound/pci/asihpi/ |
D | hpi6205.h | 80 struct hpi_response response; member
|
D | hpi6205.c | 2120 if (interface->u.response_buffer.response.size <= phr->size) in message_response_sequence() 2122 interface->u.response_buffer.response.size); in message_response_sequence() 2126 interface->u.response_buffer.response.size, in message_response_sequence() 2132 interface->u.response_buffer.response.size; in message_response_sequence()
|
/sound/pci/hda/ |
D | patch_ca0132.c | 765 unsigned int response; in codec_send_command() local 766 response = snd_hda_codec_read(codec, nid, 0, verb, parm); in codec_send_command() 767 *res = response; in codec_send_command() 769 return ((response == -1) ? -1 : 0); in codec_send_command() 2438 unsigned int response; in dspxfr_image() local 2466 hda_format, &response); in dspxfr_image() 2500 WIDGET_CHIP_CTRL, stream_id, 0, &response); in dspxfr_image() 2532 WIDGET_CHIP_CTRL, 0, 0, &response); in dspxfr_image()
|