Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dsynclink.h252 #define MgslEvent_CtsInactive 0x0008 macro
/Linux-v5.4/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.4/drivers/tty/
Dsynclink_gt.c2744 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
2802 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclinkmp.c3026 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in wait_mgsl_event()
3089 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in wait_mgsl_event()
Dsynclink.c2683 ((s & SerialSignal_CTS) ? MgslEvent_CtsActive:MgslEvent_CtsInactive) + in mgsl_wait_event()
2745 (newsigs.cts_down != oldsigs.cts_down ? MgslEvent_CtsInactive:0) + in mgsl_wait_event()