uslhcom_uart_config
uslhcom_set_config(struct uslhcom_softc *sc, struct uslhcom_uart_config *config)
uslhcom_set_baud_rate(struct uslhcom_uart_config *config, u_int32_t baud_rate)
uslhcom_create_config(struct uslhcom_uart_config *config, struct termios *t)
uslhcom_setup(struct uslhcom_softc *sc, struct uslhcom_uart_config *config)
struct uslhcom_uart_config config;
struct uslhcom_uart_config config;
int uslhcom_set_config(struct uslhcom_softc *, struct uslhcom_uart_config *);
void uslhcom_set_baud_rate(struct uslhcom_uart_config *, u_int32_t);
int uslhcom_create_config(struct uslhcom_uart_config *, struct termios *);
int uslhcom_setup(struct uslhcom_softc *, struct uslhcom_uart_config *);