Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dsynclink.h258 #define MgslEvent_RiInactive 0x0080 macro
/linux-6.1.9/drivers/char/pcmcia/
Dsynclink_cs.c1974 ((s & SerialSignal_RI) ? MgslEvent_RiActive :MgslEvent_RiInactive) ); in wait_events()
2031 (newsigs.ri_down != oldsigs.ri_down ? MgslEvent_RiInactive:0) + in wait_events()
/linux-6.1.9/drivers/tty/
Dsynclink_gt.c2673 ((s & SerialSignal_RI) ? MgslEvent_RiActive :MgslEvent_RiInactive) ); in wait_mgsl_event()
2732 (newsigs.ri_down != oldsigs.ri_down ? MgslEvent_RiInactive:0) + in wait_mgsl_event()