Home
last modified time | relevance | path

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

/hal_altera-latest/drivers/altera_avalon_uart/HAL/src/
Daltera_avalon_uart_ioctl.c69 struct termios* term);
71 struct termios* term);
81 rc = altera_avalon_uart_tiocmget(sp, (struct termios*) arg); in altera_avalon_uart_ioctl()
84 rc = altera_avalon_uart_tiocmset(sp, (struct termios*) arg); in altera_avalon_uart_ioctl()
101 struct termios* term) in altera_avalon_uart_tiocmget()
103 memcpy (term, &sp->termios, sizeof (struct termios)); in altera_avalon_uart_tiocmget()
117 struct termios* term) in altera_avalon_uart_tiocmset()
121 speed = sp->termios.c_ispeed; in altera_avalon_uart_tiocmset()
127 sp->termios.c_ispeed = sp->termios.c_ospeed = term->c_ispeed; in altera_avalon_uart_tiocmset()
133 if (memcmp(term, &sp->termios, sizeof (struct termios))) in altera_avalon_uart_tiocmset()
[all …]
/hal_altera-latest/drivers/altera_avalon_uart/HAL/inc/
Daltera_avalon_uart.h160 struct termios termios; /* Current device configuration */
/hal_altera-latest/altera_hal/HAL/inc/sys/
Dtermios.h154 struct termios { struct