Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/tty/
Drocket.c224 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode);
670 sSetInterfaceMode(&info->channel, InterfaceModeRS485); in init_r_port()
673 sSetInterfaceMode(&info->channel, InterfaceModeRS422); in init_r_port()
678 sSetInterfaceMode(&info->channel, InterfaceModeRS232T); in init_r_port()
680 sSetInterfaceMode(&info->channel, InterfaceModeRS232); in init_r_port()
833 sSetInterfaceMode(cp, InterfaceModeRS485); in configure_r_port()
836 sSetInterfaceMode(cp, InterfaceModeRS422); in configure_r_port()
841 sSetInterfaceMode(cp, InterfaceModeRS232T); in configure_r_port()
843 sSetInterfaceMode(cp, InterfaceModeRS232); in configure_r_port()
3068 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode() function