Home
last modified time | relevance | path

Searched refs:response_buffer (Results 1 – 5 of 5) sorted by relevance

/linux/sound/pci/asihpi/
H A Dhpi6205.h75 struct response_buffer_6205 response_buffer; member
H A Dhpi6205.c2131 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 Dxe_guc_relay_test.c63 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 Dhost.h449 void sci_controller_copy_sata_response(void *response_buffer,
H A Dhost.c2531 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()