Lines Matching defs:input
604 * @input: input buffer
606 * @len: length of input
613 static int gsm_stuff_frame(const u8 *input, u8 *output, int len)
617 if (*input == GSM1_SOF || *input == GSM1_ESCAPE
618 || (*input & ISO_IEC_646_MASK) == XON
619 || (*input & ISO_IEC_646_MASK) == XOFF) {
621 *output++ = *input++ ^ GSM1_ESCAPE_BITS;
624 *output++ = *input++;
2611 * gsmld_flush_buffer - clean input queue
2614 * Flush the input buffer. Called when the line discipline is