Lines Matching defs:uart_getc
411 uart_getc(int fd, struct iovec *iov, int ioc, size_t *count)
457 type = uart_getc(fd, iov, ioc, &count);
460 (void)uart_getc(fd, iov, ioc, &count); /* event */
461 want = uart_getc(fd, iov, ioc, &count);
465 (void)uart_getc(fd, iov, ioc, &count); /* handle LSB */
466 (void)uart_getc(fd, iov, ioc, &count); /* handle MSB */
467 want = uart_getc(fd, iov, ioc, &count) | /* LSB */
468 uart_getc(fd, iov, ioc, &count) << 8; /* MSB */
472 (void)uart_getc(fd, iov, ioc, &count); /* handle LSB */
473 (void)uart_getc(fd, iov, ioc, &count); /* handle MSB */
474 want = uart_getc(fd, iov, ioc, &count);
482 (void)uart_getc(fd, iov, ioc, &count);