Searched refs:tty_line (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | kgdboc.c | 170 int tty_line = 0; in configure_kgdboc() local 192 p = tty_find_polling_driver(cptr, &tty_line); in configure_kgdboc() 199 idx == tty_line) { in configure_kgdboc() 206 kgdb_tty_line = tty_line; in configure_kgdboc()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 232 static unsigned char tty_line; variable 308 if (gserial_alloc_line(&tty_line)) { in dbgp_bind() 388 err = gserial_connect(dbgp.serial, tty_line); in dbgp_setup() 432 gserial_free_line(tty_line); in dbgp_exit()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | kgdboc.c | 170 int tty_line = 0; in configure_kgdboc() local 193 p = tty_find_polling_driver(cptr, &tty_line); in configure_kgdboc() 208 idx == tty_line) { in configure_kgdboc() 218 kgdb_tty_line = tty_line; in configure_kgdboc()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | dbgp.c | 232 static unsigned char tty_line; variable 308 if (gserial_alloc_line(&tty_line)) { in dbgp_bind() 388 err = gserial_connect(dbgp.serial, tty_line); in dbgp_setup() 432 gserial_free_line(tty_line); in dbgp_exit()
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_io.c | 395 int tty_line = 0; in tty_find_polling_driver() local 406 tty_line = simple_strtoul(str, &str, 10); in tty_find_polling_driver() 419 if (tty_line >= 0 && tty_line < p->num && p->ops && in tty_find_polling_driver() 420 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { in tty_find_polling_driver() 422 *line = tty_line; in tty_find_polling_driver()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_io.c | 385 int tty_line = 0; in tty_find_polling_driver() local 396 tty_line = simple_strtoul(str, &str, 10); in tty_find_polling_driver() 409 if (tty_line >= 0 && tty_line < p->num && p->ops && in tty_find_polling_driver() 410 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { in tty_find_polling_driver() 412 *line = tty_line; in tty_find_polling_driver()
|
Completed in 12 milliseconds