Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dsynclink.h249 #define MgslEvent_DsrInactive 0x0002 macro
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c1971 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in wait_events()
2025 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in wait_events()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c2670 ( ((s & SerialSignal_DSR) ? MgslEvent_DsrActive:MgslEvent_DsrInactive) + in wait_mgsl_event()
2726 (newsigs.dsr_down != oldsigs.dsr_down ? MgslEvent_DsrInactive:0) + in wait_mgsl_event()