Lines Matching refs:line
155 int line;
689 * line discipline callback wrappers
691 * The wrappers maintain line discipline references
692 * while calling into the line discipline.
694 * ldisc_receive_buf - pass receive data to line discipline
716 int line = tty->index;
718 if (line >= synclinkmp_device_count) {
719 printk("%s(%d): open with invalid line #%d.\n",
720 __FILE__,__LINE__,line);
725 while (info && info->line != line)
1295 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
1712 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync;
1752 if (copy_to_user(line, &new_line, size))
1760 if (copy_from_user(&new_line, line, size))
2399 /* update input line counters */
3273 /* Wait for carrier detect and the line to become
3496 * This buffer is used to pass an assembled frame to the line discipline.
3669 info->line = synclinkmp_device_count;
3672 if (info->line < MAX_DEVICES) {
3673 if (maxframe[info->line])
3674 info->max_frame_size = maxframe[info->line];