Searched refs:dbc_tty_minors (Results 1 – 1 of 1) sorted by relevance
19 static struct idr dbc_tty_minors; variable255 port = idr_find(&dbc_tty_minors, tty->index); in dbc_tty_install()483 port->minor = idr_alloc(&dbc_tty_minors, port, 0, 64, GFP_KERNEL); in xhci_dbc_tty_register_device()523 idr_remove(&dbc_tty_minors, port->minor); in xhci_dbc_tty_register_device()543 idr_remove(&dbc_tty_minors, port->minor); in xhci_dbc_tty_unregister_device()605 idr_init(&dbc_tty_minors); in dbc_tty_init()610 idr_destroy(&dbc_tty_minors); in dbc_tty_init()632 idr_destroy(&dbc_tty_minors); in dbc_tty_init()646 idr_destroy(&dbc_tty_minors); in dbc_tty_exit()
Completed in 8 milliseconds