Home
last modified time | relevance | path

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

/sound/firewire/fireworks/
Dfireworks_command.c105 const __be32 *resp, unsigned int resp_bytes) in efw_transaction() argument
115 max(param_bytes, resp_bytes); in efw_transaction()
167 memset((void *)resp, 0, resp_bytes); in efw_transaction()
168 resp_bytes = min_t(unsigned int, resp_bytes, in efw_transaction()
171 memcpy((void *)resp, &buf[6], resp_bytes); in efw_transaction()