Home
last modified time | relevance | path

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

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