Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_common.h154 int have_extra_byte; member
H A Dxr_usb_serial_common.c407 int have_extra_byte; in xr_usb_serial_process_read_urb() local
419 length = length + (xr_usb_serial->have_extra_byte ? 1 : 0); in xr_usb_serial_process_read_urb()
420 have_extra_byte = (preciseflags && (length & 1)); in xr_usb_serial_process_read_urb()
427 if (xr_usb_serial->have_extra_byte) in xr_usb_serial_process_read_urb()