Lines Matching defs:input
138 int input;
142 rc = kstrtoint(buf, 10, &input);
145 if (input < -2)
147 if (input > ATA_TMOUT_MAX_PARK) {
149 input = ATA_TMOUT_MAX_PARK;
166 if (input >= 0) {
172 dev->unpark_deadline = ata_deadline(jiffies, input);
177 switch (input) {
3637 * @buf: input buffer
3638 * @len: number of valid bytes in the input buffer
3786 * @buf: input buffer
3787 * @len: number of valid bytes in the input buffer