Home
last modified time | relevance | path

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

/linux/sound/firewire/
H A Dfcp.c199 void *response_buffer; member
238 t.response_buffer = response; in fcp_avc_transaction()
324 p2 = transaction->response_buffer; in is_matching_response()
367 memcpy(t->response_buffer, data, in fcp_response()
/linux/drivers/gpu/drm/xe/
H A Dxe_guc_ct.c75 u32 *response_buffer; member
87 static void g2h_fence_init(struct g2h_fence *g2h_fence, u32 *response_buffer) in g2h_fence_init() argument
89 g2h_fence->response_buffer = response_buffer; in g2h_fence_init()
983 u32 *response_buffer, bool no_fail) in guc_ct_send_recv() argument
998 g2h_fence_init(&g2h_fence, response_buffer); in guc_ct_send_recv()
1060 ret = response_buffer ? g2h_fence.response_len : g2h_fence.response_data; in guc_ct_send_recv()
1086 u32 *response_buffer) in xe_guc_ct_send_recv() argument
1088 KUNIT_STATIC_STUB_REDIRECT(xe_guc_ct_send_recv, ct, action, len, response_buffer); in xe_guc_ct_send_recv()
1089 return guc_ct_send_recv(ct, action, len, response_buffer, false); in xe_guc_ct_send_recv()
1093 u32 len, u32 *response_buffer) in xe_guc_ct_send_recv_no_fail() argument
[all …]
/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()