/drivers/staging/greybus/ |
D | operation.h | 142 size_t response_size, unsigned long flags, 148 size_t response_size, gfp_t gfp) in gb_operation_create() argument 151 response_size, 0, gfp); in gb_operation_create() 157 size_t response_size, unsigned long flags, 164 size_t response_size, gfp_t gfp); 187 void *response, int response_size, 195 void *response, int response_size) in gb_operation_sync() argument 198 request, request_size, response, response_size, in gb_operation_sync()
|
D | operation.c | 469 size_t response_size, gfp_t gfp) in gb_operation_response_alloc() argument 477 response = gb_operation_message_alloc(hd, type, response_size, gfp); in gb_operation_response_alloc() 520 size_t request_size, size_t response_size, in gb_operation_create_common() argument 539 if (!gb_operation_response_alloc(operation, response_size, in gb_operation_create_common() 578 size_t response_size, unsigned long flags, in gb_operation_create_flags() argument 592 request_size, response_size, in gb_operation_create_flags() 604 size_t response_size, unsigned long flags, in gb_operation_create_core() argument 612 request_size, response_size, in gb_operation_create_core() 1140 void *response, int response_size, in gb_operation_sync_timeout() argument 1146 if ((response_size && !response) || in gb_operation_sync_timeout() [all …]
|
D | usb.c | 107 size_t response_size; in hub_control() local 111 response_size = sizeof(*response) + wLength; in hub_control() 116 response_size, in hub_control()
|
D | loopback.c | 399 void *response, int response_size) in gb_loopback_operation_sync() argument 407 response_size, GFP_KERNEL); in gb_loopback_operation_sync() 420 if (response_size == operation->response->payload_size) { in gb_loopback_operation_sync() 422 response_size); in gb_loopback_operation_sync() 427 response_size); in gb_loopback_operation_sync() 590 int response_size, in gb_loopback_async_operation() argument 606 response_size, GFP_KERNEL); in gb_loopback_async_operation()
|
D | camera.c | 191 void *response, size_t *response_size) in gb_camera_operation_sync_flags() argument 197 *response_size, flags, in gb_camera_operation_sync_flags() 211 *response_size = operation->response->payload_size; in gb_camera_operation_sync_flags()
|
/drivers/staging/comedi/drivers/ |
D | ni_usb6501.c | 179 int request_size, response_size; in ni6501_port_command() local 191 response_size = sizeof(READ_PORT_RESPONSE); in ni6501_port_command() 197 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command() 204 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command() 229 response_size, in ni6501_port_command() 261 int request_size, response_size; in ni6501_counter_command() local 273 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() 278 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() 283 response_size = sizeof(READ_COUNTER_RESPONSE); in ni6501_counter_command() 288 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command() [all …]
|
/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 | 749 if (pkg->frame.size != req->response_size) in tb_cfg_match() 769 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy() 772 memcpy(req->response, pkg->buffer, req->response_size); in tb_cfg_copy() 807 req->response_size = sizeof(reply); in tb_cfg_reset() 856 req->response_size = 12 + 4 * length; in tb_cfg_read_raw() 921 req->response_size = sizeof(reply); in tb_cfg_write_raw()
|
D | icm.c | 124 size_t offset = hdr->packet_id * req->response_size; in icm_copy() 126 memcpy(req->response + offset, pkg->buffer, req->response_size); in icm_copy() 133 void *response, size_t response_size, size_t npackets, in icm_request() argument 154 req->response_size = response_size; in icm_request()
|
D | ctl.h | 82 size_t response_size; member
|
/drivers/net/wireless/quantenna/qtnfmac/ |
D | commands.c | 1542 size_t response_size; in qtnf_cmd_send_get_phy_params() local 1556 sizeof(*resp), &response_size); in qtnf_cmd_send_get_phy_params() 1568 ret = qtnf_cmd_resp_proc_phy_params(mac, resp->info, response_size); in qtnf_cmd_send_get_phy_params()
|