Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dsynclink.h248 #define MgslEvent_DsrInactive 0x0002 macro
/linux-2.6.39/drivers/char/pcmcia/
Dsynclink_cs.c1980 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in wait_events()
2034 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in wait_events()
/linux-2.6.39/drivers/tty/
Dsynclinkmp.c3060 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in wait_mgsl_event()
3121 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in wait_mgsl_event()
Dsynclink_gt.c2790 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in wait_mgsl_event()
2846 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in wait_mgsl_event()
Dsynclink.c2701 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in mgsl_wait_event()
2761 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in mgsl_wait_event()