Home
last modified time | relevance | path

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

/linux-6.6.21/include/uapi/linux/
Dsynclink.h255 #define MgslEvent_DcdInactive 0x0020 macro
/linux-6.6.21/drivers/tty/
Dsynclink_gt.c2670 ((s & SerialSignal_DCD) ? MgslEvent_DcdActive:MgslEvent_DcdInactive) + in wait_mgsl_event()
2727 (newsigs.dcd_down != oldsigs.dcd_down ? MgslEvent_DcdInactive:0) + in wait_mgsl_event()