Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Drocket.c224 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
667 sSetInterfaceMode(&info->channel, InterfaceModeRS485); in init_r_port()
670 sSetInterfaceMode(&info->channel, InterfaceModeRS422); in init_r_port()
675 sSetInterfaceMode(&info->channel, InterfaceModeRS232T); in init_r_port()
677 sSetInterfaceMode(&info->channel, InterfaceModeRS232); in init_r_port()
830 sSetInterfaceMode(cp, InterfaceModeRS485); in configure_r_port()
833 sSetInterfaceMode(cp, InterfaceModeRS422); in configure_r_port()
838 sSetInterfaceMode(cp, InterfaceModeRS232T); in configure_r_port()
840 sSetInterfaceMode(cp, InterfaceModeRS232); in configure_r_port()
3055 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode() function