Lines Matching defs:input
772 * @input: input buffer
774 * @len: length of input
781 static int gsm_stuff_frame(const u8 *input, u8 *output, int len)
785 if (*input == GSM1_SOF || *input == GSM1_ESCAPE
786 || (*input & ISO_IEC_646_MASK) == XON
787 || (*input & ISO_IEC_646_MASK) == XOFF) {
789 *output++ = *input++ ^ GSM1_ESCAPE_BITS;
792 *output++ = *input++;
3573 * gsmld_flush_buffer - clean input queue
3576 * Flush the input buffer. Called when the line discipline is