Searched refs:rs_open (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dserial_tx3912.c396 static int rs_open(struct tty_struct * tty, struct file * filp) function
643 rs_driver.open = rs_open;
H A Dserial_txx927.c1561 * rs_open() and friends
1743 static int rs_open(struct tty_struct *tty, struct file * filp) function
1761 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
1803 printk("rs_open returning after block_til_ready with %d\n",
1828 printk("rs_open ttys%d successful...", info->line);
2003 serial_driver.open = rs_open;
2179 * - construct a cflag setting for the first rs_open()
H A Damiserial.c1705 * rs_open() and friends
1889 static int rs_open(struct tty_struct *tty, struct file * filp) function
1908 if (serial_paranoia_check(info, tty->device, "rs_open"))
1912 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
1954 printk("rs_open returning after block_til_ready with %d\n",
1972 printk("rs_open ttys%d successful...", info->line);
2136 serial_driver.open = rs_open;
H A Dserial.c2962 * rs_open() and friends
3150 static int rs_open(struct tty_struct *tty, struct file * filp) function
3169 if (serial_paranoia_check(info, tty->device, "rs_open"))
3173 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
3218 printk("rs_open returning after block_til_ready with %d\n",
3243 printk("rs_open ttys%d successful...", info->line);
5436 serial_driver.open = rs_open;
5859 * - construct a cflag setting for the first rs_open()
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sgi/char/
H A Dsgiserial.c1539 * rs_open() and friends
1671 int rs_open(struct tty_struct *tty, struct file * filp) function
1686 if (serial_paranoia_check(info, tty->device, "rs_open"))
1689 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
1706 printk("rs_open returning after block_til_ready with %d\n",
1732 printk("rs_open ttys%d successful...\n", info->line);
1839 serial_driver.open = rs_open;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/tc/
H A Dzs.c1499 * rs_open() and friends
1634 int rs_open(struct tty_struct *tty, struct file * filp) function
1647 if (serial_paranoia_check(info, tty->device, "rs_open"))
1650 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
1683 printk("rs_open returning after block_til_ready with %d\n",
1708 printk("rs_open ttyS%02d successful...", info->line);
1903 serial_driver.open = rs_open;
2121 * - construct a cflag setting for the first rs_open()
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dmacserial.c2082 * rs_open() and friends
2212 static int rs_open(struct tty_struct *tty, struct file * filp) function
2232 if (serial_paranoia_check(info, tty->device, "rs_open"))
2234 OPNDBG("rs_open %s%d, count = %d, tty=%p\n", tty->driver.name,
2276 OPNDBG("rs_open returning after block_til_ready with %d\n",
2299 OPNDBG("rs_open ttyS%d successful...\n", info->line);
2618 serial_driver.open = rs_open;
2819 * - construct a cflag setting for the first rs_open()
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dserial.c3238 * rs_open() and friends
3384 rs_open(struct tty_struct *tty, struct file * filp) function
3405 printk("[%d] rs_open %s%d, count = %d\n", current->pid,
3455 printk("rs_open returning after block_til_ready with %d\n",
3473 printk("rs_open ttyS%d successful...\n", info->line);
3622 serial_driver.open = rs_open;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A Dserial.c2066 * rs_open() and friends
2250 static int rs_open(struct tty_struct *tty, struct file * filp) function
2269 if (serial_paranoia_check(info, tty->device, "rs_open")) {
2275 printk("rs_open %s%d, count = %d\n", tty->driver.name, info->line,
2320 printk("rs_open returning after block_til_ready with %d\n",
2346 printk("rs_open ttys%d successful...", info->line);
2600 serial_driver.open = rs_open;
2951 * - construct a cflag setting for the first rs_open()
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/baget/
H A Dvacserial.c1817 * rs_open() and friends
1989 static int rs_open(struct tty_struct *tty, struct file * filp) function
2008 if (serial_paranoia_check(info, tty->device, "rs_open")) {
2014 baget_printk("rs_open %s%d, count = %d\n",
2061 baget_printk("rs_open returning after block_til_ready "
2087 baget_printk("rs_open ttys%d successful...", info->line);
2357 serial_driver.open = rs_open;
2612 * - construct a cflag setting for the first rs_open()

Completed in 203 milliseconds