Lines Matching defs:response
184 * si4713_send_command - sends a command to si4713 and waits its response
189 * @response: buffer to place the expected response from the device (up to 15)
190 * @respn: actual size of @response
191 * @usecs: amount of time to wait before reading the response (in usecs)
195 u8 response[], const int respn, const int usecs)
219 /* Wait response from interrupt */
229 err = i2c_master_recv(client, response, respn);
232 "Error %d while reading response for command 0x%02x\n",
237 DBG_BUFFER(&sdev->sd, "Response", response, respn);
238 if (!check_command_failed(response[0]))
327 * As there is no command response for SET_PROPERTY,
387 v4l2_dbg(1, debug, &sdev->sd, "Powerup response: 0x%02x\n",
433 v4l2_dbg(1, debug, &sdev->sd, "Power down response: 0x%02x\n",
707 "%s: response: %d x 10 kHz (power %d, antcap %d, rnl %d)\n",
749 "%s: response: interrupts 0x%02x cb avail: %d cb used %d fifo avail %d fifo used %d\n",