Searched refs:tty_line (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/gadget/legacy/
H A Ddbgp.c231 static unsigned char tty_line; variable
307 if (gserial_alloc_line(&tty_line)) { dbgp_bind()
374 err = gserial_connect(dbgp.serial, tty_line); dbgp_setup()
418 gserial_free_line(tty_line); dbgp_exit()
/linux-4.4.14/drivers/tty/serial/
H A Dkgdboc.c159 int tty_line = 0; configure_kgdboc() local
181 p = tty_find_polling_driver(cptr, &tty_line); configure_kgdboc()
189 idx == tty_line) { configure_kgdboc()
197 kgdb_tty_line = tty_line; configure_kgdboc()
/linux-4.4.14/drivers/tty/
H A Dtty_io.c344 int tty_line = 0; tty_find_polling_driver() local
355 tty_line = simple_strtoul(str, &str, 10); tty_find_polling_driver()
368 if (tty_line >= 0 && tty_line < p->num && p->ops && tty_find_polling_driver()
369 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { tty_find_polling_driver()
371 *line = tty_line; tty_find_polling_driver()

Completed in 234 milliseconds