/Linux-v4.19/drivers/staging/greybus/ |
D | operation.h | 143 size_t response_size, unsigned long flags, 149 size_t response_size, gfp_t gfp) in gb_operation_create() argument 152 response_size, 0, gfp); in gb_operation_create() 158 size_t response_size, unsigned long flags, 165 size_t response_size, gfp_t gfp); 188 void *response, int response_size, 196 void *response, int response_size) in gb_operation_sync() argument 199 request, request_size, response, response_size, in gb_operation_sync()
|
D | operation.c | 468 size_t response_size, gfp_t gfp) in gb_operation_response_alloc() argument 476 response = gb_operation_message_alloc(hd, type, response_size, gfp); in gb_operation_response_alloc() 519 size_t request_size, size_t response_size, in gb_operation_create_common() argument 538 if (!gb_operation_response_alloc(operation, response_size, in gb_operation_create_common() 576 size_t response_size, unsigned long flags, in gb_operation_create_flags() argument 590 request_size, response_size, in gb_operation_create_flags() 602 size_t response_size, unsigned long flags, in gb_operation_create_core() argument 610 request_size, response_size, in gb_operation_create_core() 1138 void *response, int response_size, in gb_operation_sync_timeout() argument 1144 if ((response_size && !response) || in gb_operation_sync_timeout() [all …]
|
D | usb.c | 105 size_t response_size; in hub_control() local 109 response_size = sizeof(*response) + wLength; in hub_control() 114 response_size, in hub_control()
|
D | loopback.c | 379 void *response, int response_size) in gb_loopback_operation_sync() argument 387 response_size, GFP_KERNEL); in gb_loopback_operation_sync() 400 if (response_size == operation->response->payload_size) { in gb_loopback_operation_sync() 402 response_size); in gb_loopback_operation_sync() 407 response_size); in gb_loopback_operation_sync() 474 int response_size, in gb_loopback_async_operation() argument 486 response_size, GFP_KERNEL); in gb_loopback_async_operation()
|
D | camera.c | 190 void *response, size_t *response_size) in gb_camera_operation_sync_flags() argument 196 *response_size, flags, in gb_camera_operation_sync_flags() 210 *response_size = operation->response->payload_size; in gb_camera_operation_sync_flags()
|
/Linux-v4.19/drivers/staging/comedi/drivers/ |
D | ni_usb6501.c | 170 int request_size, response_size; in ni6501_port_command() local 182 response_size = sizeof(READ_PORT_RESPONSE); in ni6501_port_command() 188 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command() 195 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command() 220 response_size, in ni6501_port_command() 252 int request_size, response_size; in ni6501_counter_command() local 264 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() 269 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() 274 response_size = sizeof(READ_COUNTER_RESPONSE); in ni6501_counter_command() 279 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() [all …]
|
/Linux-v4.19/sound/firewire/ |
D | fcp.c | 200 unsigned int response_size; member 231 void *response, unsigned int response_size, in fcp_avc_transaction() argument 239 t.response_size = response_size; in fcp_avc_transaction() 274 ret = t.response_size; in fcp_avc_transaction() 367 t->response_size = min_t(unsigned int, length, in fcp_response() 368 t->response_size); in fcp_response() 370 t->response_size); in fcp_response()
|
D | fcp.h | 30 void *response, unsigned int response_size,
|
/Linux-v4.19/drivers/thunderbolt/ |
D | dma_port.c | 79 if (pkg->frame.size != req->response_size) in dma_port_match() 87 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy() 118 req->response_size = 12 + 4 * length; in dma_port_read() 161 req->response_size = sizeof(reply); in dma_port_write()
|
D | ctl.c | 739 if (pkg->frame.size != req->response_size) in tb_cfg_match() 759 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy() 762 memcpy(req->response, pkg->buffer, req->response_size); in tb_cfg_copy() 797 req->response_size = sizeof(reply); in tb_cfg_reset() 846 req->response_size = 12 + 4 * length; in tb_cfg_read_raw() 911 req->response_size = sizeof(reply); in tb_cfg_write_raw()
|
D | xdomain.c | 61 if (pkg->frame.size < req->response_size / 4) in tb_xdomain_match() 86 memcpy(req->response, pkg->buffer, req->response_size); in tb_xdomain_copy() 135 size_t response_size, enum tb_cfg_pkg_type response_type, in __tb_xdomain_request() argument 151 req->response_size = response_size; in __tb_xdomain_request() 180 void *response, size_t response_size, in tb_xdomain_request() argument 184 request_type, response, response_size, in tb_xdomain_request()
|
D | ctl.h | 83 size_t response_size; member
|
D | icm.c | 192 size_t offset = hdr->packet_id * req->response_size; in icm_copy() 194 memcpy(req->response + offset, pkg->buffer, req->response_size); in icm_copy() 201 void *response, size_t response_size, size_t npackets, in icm_request() argument 222 req->response_size = response_size; in icm_request()
|
/Linux-v4.19/samples/mei/ |
D | mei-amt-version.c | 349 uint32_t response_size) in amt_verify_response_header() argument 351 if (response_size < sizeof(struct amt_host_if_resp_header)) { in amt_verify_response_header() 353 } else if (response_size != (resp_hdr->length + in amt_verify_response_header()
|
/Linux-v4.19/sound/pci/asihpi/ |
D | hpicmn.c | 323 size_t response_size; in hpi_check_control_cache_single() local 327 response_size = in hpi_check_control_cache_single() 529 phr->size = (u16)response_size; in hpi_check_control_cache_single()
|
/Linux-v4.19/include/linux/ |
D | thunderbolt.h | 301 void *response, size_t response_size,
|
/Linux-v4.19/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 1874 size_t response_size; in qtnf_cmd_send_get_phy_params() local 1888 sizeof(*resp), &response_size); in qtnf_cmd_send_get_phy_params() 1900 ret = qtnf_cmd_resp_proc_phy_params(mac, resp->info, response_size); in qtnf_cmd_send_get_phy_params()
|