Lines Matching defs:command
184 * si4713_send_command - sends a command to si4713 and waits its response
186 * @command: command id
187 * @args: command arguments we are sending (up to 7)
193 static int si4713_send_command(struct si4713_device *sdev, const u8 command,
205 /* First send the command and its arguments */
206 data1[0] = command;
212 v4l2_err(&sdev->sd, "Error while sending command 0x%02x\n",
213 command);
232 "Error %d while reading response for command 0x%02x\n",
233 err, command);
327 * As there is no command response for SET_PROPERTY,
573 * 1 dB units. A value of 0x00 indicates off. The command
622 * units and steps of 50 kHz. The command also sets the
669 * tx_tune_power commands. This command return the current
672 * command also clears the stcint interrupt bit when the
900 * command. Must be called with sdev->mutex held.