Home
last modified time | relevance | path

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

/linux-4.1.27/sound/firewire/
Dfcp.c194 unsigned int response_size; member
225 void *response, unsigned int response_size, in fcp_avc_transaction() argument
233 t.response_size = response_size; in fcp_avc_transaction()
268 ret = t.response_size; in fcp_avc_transaction()
361 t->response_size = min_t(unsigned int, length, in fcp_response()
362 t->response_size); in fcp_response()
364 t->response_size); in fcp_response()
Dfcp.h29 void *response, unsigned int response_size,
/linux-4.1.27/drivers/staging/comedi/drivers/
Dni_usb6501.c179 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 …]
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei-amt-version.c349 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-4.1.27/sound/pci/asihpi/
Dhpicmn.c323 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-4.1.27/include/acpi/
Dactbl3.h712 u32 response_size; member