Home
last modified time | relevance | path

Searched refs:TI_MCR_LOOP (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dti_usb_3410_5052.c130 #define TI_MCR_LOOP 0x04 macro
1043 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0) in ti_tiocmget()
1071 mcr |= TI_MCR_LOOP; in ti_tiocmset()
1078 mcr &= ~TI_MCR_LOOP; in ti_tiocmset()
1358 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dti_usb_3410_5052.c131 #define TI_MCR_LOOP 0x04 macro
1032 | ((mcr & TI_MCR_LOOP) ? TIOCM_LOOP : 0) in ti_tiocmget()
1060 mcr |= TI_MCR_LOOP; in ti_tiocmset()
1067 mcr &= ~TI_MCR_LOOP; in ti_tiocmset()
1351 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); in ti_set_mcr()

Completed in 6 milliseconds