Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h150 struct xr_usb_serial_wb *delayed_wb; /* write queued for a device about to be woken */ member
H A Dxr_usb_serial_common.c755 if (!xr_usb_serial->delayed_wb) in xr_usb_serial_tty_write()
756 xr_usb_serial->delayed_wb = wb; in xr_usb_serial_tty_write()
1921 if (xr_usb_serial->delayed_wb) {
1922 wb = xr_usb_serial->delayed_wb;
1923 xr_usb_serial->delayed_wb = NULL;