Lines Matching defs:input
134 long int input;
138 rc = kstrtol(buf, 10, &input);
141 if (input < -2)
143 if (input > ATA_TMOUT_MAX_PARK) {
145 input = ATA_TMOUT_MAX_PARK;
162 if (input >= 0) {
168 dev->unpark_deadline = ata_deadline(jiffies, input);
173 switch (input) {
3600 * @buf: input buffer
3601 * @len: number of valid bytes in the input buffer
3657 * @buf: input buffer
3658 * @len: number of valid bytes in the input buffer