Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.c71 static struct xr_usb_serial *xr_usb_serial_table[XR_USB_SERIAL_TTY_MINORS]; variable
88 xr_usb_serial = xr_usb_serial_table[index]; in xr_usb_serial_get_by_index()
112 if (!xr_usb_serial_table[minor]) { in xr_usb_serial_alloc_minor()
113 xr_usb_serial_table[minor] = xr_usb_serial; in xr_usb_serial_alloc_minor()
126 xr_usb_serial_table[xr_usb_serial->minor] = NULL; in xr_usb_serial_release_minor()