Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/uart/
H A Duart_dbg.c94 return (uart_poll(&uart_dbgport)); in uart_dbg_getc()
H A Duart_kbd_sun.c189 if (uart_poll(di) == SKBD_RSP_RESET) in sunkbd_probe_keyboard()
197 switch (c = uart_poll(di)) { in sunkbd_probe_keyboard()
458 else if ((suncode = uart_poll(sc->sc_sysdev)) == -1)
H A Duart_cpu.h156 uart_poll(struct uart_devinfo *di) in uart_poll() function
H A Duart_tty.c160 return (uart_poll(cp->cn_arg)); in uart_cngetc()