Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dusb-serial.c43 #define USB_SERIAL_TTY_MINORS 512 /* should be enough for a while */ macro
96 USB_SERIAL_TTY_MINORS, GFP_KERNEL); in allocate_minors()
470 for (i = 0; i < USB_SERIAL_TTY_MINORS; ++i) { in serial_proc_show()
1212 usb_serial_tty_driver = alloc_tty_driver(USB_SERIAL_TTY_MINORS); in usb_serial_init()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dusb-serial.c43 #define USB_SERIAL_TTY_MINORS 512 /* should be enough for a while */ macro
96 USB_SERIAL_TTY_MINORS, GFP_KERNEL); in allocate_minors()
554 for (i = 0; i < USB_SERIAL_TTY_MINORS; ++i) { in serial_proc_show()
1325 usb_serial_tty_driver = tty_alloc_driver(USB_SERIAL_TTY_MINORS, in usb_serial_init()

Completed in 4 milliseconds