Searched refs:sSetInterfaceMode (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/tty/ |
D | rocket.c | 237 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode); 680 sSetInterfaceMode(&info->channel, InterfaceModeRS485); in init_r_port() 683 sSetInterfaceMode(&info->channel, InterfaceModeRS422); in init_r_port() 688 sSetInterfaceMode(&info->channel, InterfaceModeRS232T); in init_r_port() 690 sSetInterfaceMode(&info->channel, InterfaceModeRS232); in init_r_port() 843 sSetInterfaceMode(cp, InterfaceModeRS485); in configure_r_port() 846 sSetInterfaceMode(cp, InterfaceModeRS422); in configure_r_port() 851 sSetInterfaceMode(cp, InterfaceModeRS232T); in configure_r_port() 853 sSetInterfaceMode(cp, InterfaceModeRS232); in configure_r_port() 3089 static void sSetInterfaceMode(CHANNEL_T * ChP, Byte_t mode) in sSetInterfaceMode() function
|