Searched refs:response_buffer (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/pci/asihpi/ |
| H A D | hpi6205.h | 75 struct response_buffer_6205 response_buffer; member
|
| H A D | hpi6205.c | 2131 if (interface->u.response_buffer.response.size <= phr->size) in message_response_sequence() 2132 memcpy(phr, &interface->u.response_buffer, 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() 2139 memcpy(phr, &interface->u.response_buffer, in message_response_sequence() 2143 interface->u.response_buffer.response.size; in message_response_sequence()
|
| /linux/drivers/gpu/drm/xe/tests/ |
| H A D | xe_guc_relay_test.c | 63 u32 *response_buffer) in replacement_xe_guc_ct_send_recv_always_fails() argument 76 u32 *response_buffer) in replacement_xe_guc_ct_send_recv_expects_pf2guc_relay() argument 224 u32 *response_buffer) in replacement_xe_guc_ct_send_recv_loopback_relay() argument
|
| /linux/drivers/scsi/isci/ |
| H A D | host.h | 449 void sci_controller_copy_sata_response(void *response_buffer,
|
| H A D | host.c | 2531 void sci_controller_copy_sata_response(void *response_buffer, in sci_controller_copy_sata_response() argument 2536 memcpy(response_buffer, frame_header, sizeof(u32)); in sci_controller_copy_sata_response() 2538 memcpy(response_buffer + sizeof(u32), in sci_controller_copy_sata_response()
|