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

/linux-master/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);
767 if (gb_tty->minor != GB_NUM_MINORS)
832 gb_tty->minor = GB_NUM_MINORS;
949 gb_tty_driver = tty_alloc_driver(GB_NUM_MINORS, 0);

Completed in 255 milliseconds