Lines Matching defs:line
27 * frame and may fragment frames) and the line discipline
181 int line;
946 * line discipline callback wrappers
948 * The wrappers maintain line discipline references
949 * while calling into the line discipline.
951 * ldisc_receive_buf - pass receive data to line discipline
1292 /* update input line counters */
2908 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
3269 /* Wait for carrier detect and the line to become
3340 int line = tty->index;
3342 /* verify range of specified line number */
3343 if (line >= mgsl_device_count) {
3344 printk("%s(%d):mgsl_open with invalid line #%d.\n",
3345 __FILE__, __LINE__, line);
3349 /* find the info structure for the specified line */
3351 while (info && info->line != line)
3776 * is used to pass an assembled frame to the line discipline.
4084 info->line = mgsl_device_count;
4085 sprintf(info->device_name,"ttySL%d",info->line);
4087 if (info->line < MAX_TOTAL_DEVICES) {
4088 if (maxframe[info->line])
4089 info->max_frame_size = maxframe[info->line];
4091 if (txdmabufs[info->line]) {
4092 info->num_tx_dma_buffers = txdmabufs[info->line];
4097 if (txholdbufs[info->line]) {
4098 info->num_tx_holding_buffers = txholdbufs[info->line];
7353 * line is 'released' by echoing RxD to TxD when current
7372 /* release the line by echoing RxD to TxD
7611 sync_serial_settings __user *line = ifr->ifr_settings.ifs_ifsu.sync;
7651 if (copy_to_user(line, &new_line, size))
7659 if (copy_from_user(&new_line, line, size))