Home
last modified time | relevance | path

Searched refs:MgslEvent_CtsInactive (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/uapi/linux/
Dsynclink.h252 #define MgslEvent_CtsInactive 0x0008 macro
/Linux-v5.10/drivers/char/pcmcia/
Dsynclink_cs.c1979 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_events()
2035 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_events()
/Linux-v5.10/drivers/tty/
Dsynclink_gt.c2741 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
2799 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclinkmp.c3023 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
3086 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclink.c2682 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in mgsl_wait_event()
2744 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in mgsl_wait_event()