Searched refs:delayed_wb (Results 1 – 2 of 2) sorted by relevance
150 struct xr_usb_serial_wb *delayed_wb; /* write queued for a device about to be woken */ member
755 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;