Home
last modified time | relevance | path

Searched refs:BELKIN_SA_STOP_BITS (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dbelkin_sa.h73 #define BELKIN_SA_STOP_BITS(b) (b-1) macro
H A Dbelkin_sa.c386 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
387 : BELKIN_SA_STOP_BITS(1); in belkin_sa_set_termios()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dbelkin_sa.h73 #define BELKIN_SA_STOP_BITS(b) (b-1) macro
H A Dbelkin_sa.c368 urb_value = (cflag & CSTOPB) ? BELKIN_SA_STOP_BITS(2) in belkin_sa_set_termios()
369 : BELKIN_SA_STOP_BITS(1); in belkin_sa_set_termios()

Completed in 3 milliseconds