Home
last modified time | relevance | path

Searched refs:GB_NUM_MINORS (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/staging/greybus/
H A Duart.c35 #define GB_NUM_MINORS 16 /* 16 is more than enough */ macro
365 minor = idr_alloc(&tty_minors, gb_tty, 0, GB_NUM_MINORS, GFP_KERNEL); in alloc_minor()
767 if (gb_tty->minor != GB_NUM_MINORS) in gb_tty_port_destruct()
832 gb_tty->minor = GB_NUM_MINORS; in gb_uart_probe()
949 gb_tty_driver = tty_alloc_driver(GB_NUM_MINORS, 0); in gb_tty_init()