Searched refs:response_size (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/sound/firewire/ |
H A D | fcp.h | 29 void *response, unsigned int response_size,
|
H A D | fcp.c | 194 unsigned int response_size; member in struct:fcp_transaction 207 * @response_size: the maximum size of @response 225 void *response, unsigned int response_size, fcp_avc_transaction() 233 t.response_size = response_size; fcp_avc_transaction() 268 ret = t.response_size; fcp_avc_transaction() 361 t->response_size = min_t(unsigned int, length, fcp_response() 362 t->response_size); fcp_response() 364 t->response_size); fcp_response() 223 fcp_avc_transaction(struct fw_unit *unit, const void *command, unsigned int command_size, void *response, unsigned int response_size, unsigned int response_match_bytes) fcp_avc_transaction() argument
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
H A D | ni_usb6501.c | 179 int request_size, response_size; ni6501_port_command() local 191 response_size = sizeof(READ_PORT_RESPONSE); ni6501_port_command() 197 response_size = sizeof(GENERIC_RESPONSE); ni6501_port_command() 204 response_size = sizeof(GENERIC_RESPONSE); ni6501_port_command() 229 response_size, ni6501_port_command() 261 int request_size, response_size; ni6501_counter_command() local 273 response_size = sizeof(GENERIC_RESPONSE); ni6501_counter_command() 278 response_size = sizeof(GENERIC_RESPONSE); ni6501_counter_command() 283 response_size = sizeof(READ_COUNTER_RESPONSE); ni6501_counter_command() 288 response_size = sizeof(GENERIC_RESPONSE); ni6501_counter_command() 313 response_size, ni6501_counter_command()
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
H A D | mei-amt-version.c | 349 uint32_t response_size) amt_verify_response_header() 351 if (response_size < sizeof(struct amt_host_if_resp_header)) { amt_verify_response_header() 353 } else if (response_size != (resp_hdr->length + amt_verify_response_header() 347 amt_verify_response_header(uint32_t command, const struct amt_host_if_msg_header *resp_hdr, uint32_t response_size) amt_verify_response_header() argument
|
/linux-4.1.27/sound/pci/asihpi/ |
H A D | hpicmn.c | 323 size_t response_size; hpi_check_control_cache_single() local 327 response_size = hpi_check_control_cache_single() 529 phr->size = (u16)response_size; hpi_check_control_cache_single()
|
/linux-4.1.27/include/acpi/ |
H A D | actbl3.h | 712 u32 response_size; member in struct:acpi_tpm2_control
|
Completed in 231 milliseconds