Home
last modified time | relevance | path

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

/hal_altera-latest/drivers/altera_avalon_uart/HAL/src/
Daltera_avalon_uart_ioctl.c69 struct termios* term);
71 struct termios* term);
101 struct termios* term) in altera_avalon_uart_tiocmget() argument
103 memcpy (term, &sp->termios, sizeof (struct termios)); in altera_avalon_uart_tiocmget()
117 struct termios* term) in altera_avalon_uart_tiocmset() argument
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()