Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dsynclink.h251 #define MgslEvent_CtsInactive 0x0008 macro
/linux-4.1.27/drivers/char/pcmcia/
Dsynclink_cs.c1986 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_events()
2042 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_events()
/linux-4.1.27/drivers/tty/
Dsynclink_gt.c2785 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
2843 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclinkmp.c3059 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
3122 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclink.c2694 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in mgsl_wait_event()
2756 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in mgsl_wait_event()