Home
last modified time | relevance | path

Searched refs:response_size (Results 1 – 25 of 28) sorted by relevance

12

/linux/include/linux/greybus/
H A Doperation.h148 size_t response_size, unsigned long flags,
154 size_t response_size, gfp_t gfp) in gb_operation_create() argument
157 response_size, 0, gfp); in gb_operation_create()
163 size_t response_size, unsigned long flags,
170 size_t response_size, gfp_t gfp);
193 void *response, int response_size,
201 void *response, int response_size) in gb_operation_sync() argument
204 request, request_size, response, response_size, in gb_operation_sync()
/linux/drivers/platform/chrome/wilco_ec/
H A Ddebugfs.c26 size_t response_size; member
126 msg.response_size = EC_MAILBOX_DATA_SIZE; in raw_write()
131 debug_info->response_size = ret; in raw_write()
141 if (debug_info->response_size) { in raw_read()
143 debug_info->response_size, in raw_read()
148 debug_info->response_size = 0; in raw_read()
193 msg.response_size = sizeof(rs); in send_ec_cmd()
H A Dmailbox.c171 if (rs->data_size < msg->response_size) { in wilco_ec_transfer()
173 rs->data_size, msg->response_size); in wilco_ec_transfer()
177 memcpy(msg->response_data, rs->data, msg->response_size); in wilco_ec_transfer()
202 msg->type, msg->flags, msg->response_size, msg->request_size); in wilco_ec_mailbox()
H A Dsysfs.c115 .response_size = sizeof(resp), in get_info()
169 msg.response_size = sizeof(*rs); in send_usb_charge()
H A Dproperties.c46 ec_msg.response_size = sizeof(*rs); in send_property_msg()
H A Dkeyboard_leds.c67 msg.response_size = sizeof(*response); in send_kbbl_msg()
/linux/drivers/comedi/drivers/
H A Dni_usb6501.c173 int request_size, response_size; in ni6501_port_command() local
185 response_size = sizeof(READ_PORT_RESPONSE); in ni6501_port_command()
191 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
198 response_size = sizeof(GENERIC_RESPONSE); in ni6501_port_command()
223 response_size, in ni6501_port_command()
255 int request_size, response_size; in ni6501_counter_command() local
267 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
272 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
277 response_size = sizeof(READ_COUNTER_RESPONSE); in ni6501_counter_command()
282 response_size = sizeof(GENERIC_RESPONSE); in ni6501_counter_command()
[all …]
/linux/sound/firewire/
H A Dfcp.c200 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()
272 ret = t.response_size; in fcp_avc_transaction()
365 t->response_size = min_t(unsigned int, length, in fcp_response()
366 t->response_size); in fcp_response()
368 t->response_size); in fcp_response()
H A Dfcp.h30 void *response, unsigned int response_size,
/linux/drivers/greybus/
H A Doperation.c469 size_t response_size, gfp_t gfp) in gb_operation_response_alloc() argument
520 size_t request_size, size_t response_size, in gb_operation_create_common() argument
577 size_t response_size, unsigned long flags, in gb_operation_create_flags() argument
591 request_size, response_size, in gb_operation_create_flags()
603 size_t response_size, unsigned long flags, in gb_operation_create_core() argument
611 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()
1151 request_size, response_size, in gb_operation_sync_timeout()
1165 if (response_size) { in gb_operation_sync_timeout()
[all …]
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c86 size_t response_size, gfp_t gfp) in virtsnd_ctl_msg_alloc() argument
90 if (!request_size || !response_size) in virtsnd_ctl_msg_alloc()
93 msg = kzalloc(sizeof(*msg) + request_size + response_size, gfp); in virtsnd_ctl_msg_alloc()
99 response_size); in virtsnd_ctl_msg_alloc()
H A Dvirtio_kctl.c114 size_t response_size = sizeof(struct virtio_snd_hdr) + sizeof(*kvalue); in virtsnd_kctl_get() local
118 msg = virtsnd_ctl_msg_alloc(request_size, response_size, GFP_KERNEL); in virtsnd_kctl_get()
187 size_t response_size = sizeof(struct virtio_snd_hdr); in virtsnd_kctl_put() local
190 msg = virtsnd_ctl_msg_alloc(request_size, response_size, GFP_KERNEL); in virtsnd_kctl_put()
H A Dvirtio_ctl_msg.h24 size_t response_size, gfp_t gfp);
H A Dvirtio_pcm_msg.c406 size_t response_size = sizeof(struct virtio_snd_hdr); in virtsnd_pcm_ctl_msg_alloc() local
415 msg = virtsnd_ctl_msg_alloc(request_size, response_size, gfp); in virtsnd_pcm_ctl_msg_alloc()
/linux/drivers/staging/greybus/
H A Dusb.c105 size_t response_size; in hub_control() local
109 response_size = sizeof(*response) + wLength; in hub_control()
114 response_size, in hub_control()
H A Dloopback.c372 void *response, int response_size) in gb_loopback_operation_sync() argument
380 response_size, GFP_KERNEL); in gb_loopback_operation_sync()
393 if (response_size == operation->response->payload_size) { in gb_loopback_operation_sync()
395 response_size); in gb_loopback_operation_sync()
400 response_size); in gb_loopback_operation_sync()
467 int response_size, in gb_loopback_async_operation() argument
479 response_size, GFP_KERNEL); in gb_loopback_async_operation()
H A Dcamera.c186 void *response, size_t *response_size) in gb_camera_operation_sync_flags() argument
192 *response_size, flags, in gb_camera_operation_sync_flags()
206 *response_size = operation->response->payload_size; in gb_camera_operation_sync_flags()
/linux/drivers/thunderbolt/
H A Ddma_port.c76 if (pkg->frame.size != req->response_size) in dma_port_match()
84 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy()
115 req->response_size = 12 + 4 * length; in dma_port_read()
158 req->response_size = sizeof(reply); in dma_port_write()
H A Dctl.c851 if (pkg->frame.size != req->response_size) in tb_cfg_match()
871 res = parse_header(pkg, req->response_size, req->response_type, in tb_cfg_copy()
874 memcpy(req->response, pkg->buffer, req->response_size); in tb_cfg_copy()
910 req->response_size = sizeof(reply); in tb_cfg_reset()
967 req->response_size = 12 + 4 * length; in tb_cfg_read_raw()
1040 req->response_size = sizeof(reply); in tb_cfg_write_raw()
H A Dctl.h83 size_t response_size; member
H A Dxdomain.c100 if (pkg->frame.size < req->response_size / 4) in tb_xdomain_match()
125 memcpy(req->response, pkg->buffer, req->response_size); in tb_xdomain_copy()
174 size_t response_size, enum tb_cfg_pkg_type response_type, in __tb_xdomain_request() argument
190 req->response_size = response_size; in __tb_xdomain_request()
219 void *response, size_t response_size, in tb_xdomain_request() argument
223 request_type, response, response_size, in tb_xdomain_request()
/linux/samples/mei/
H A Dmei-amt-version.c358 uint32_t response_size) in amt_verify_response_header() argument
360 if (response_size < sizeof(struct amt_host_if_resp_header)) { in amt_verify_response_header()
362 } else if (response_size != (resp_hdr->length + in amt_verify_response_header()
/linux/include/linux/platform_data/
H A Dwilco-ec.h116 size_t response_size; member
/linux/sound/pci/asihpi/
H A Dhpicmn.c314 size_t response_size; in hpi_check_control_cache_single() local
318 response_size = in hpi_check_control_cache_single()
520 phr->size = (u16)response_size; in hpi_check_control_cache_single()
/linux/drivers/rtc/
H A Drtc-wilco-ec.c101 msg.response_size = sizeof(rtc); in wilco_ec_rtc_read()

12