Home
last modified time | relevance | path

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

/src/sys/dev/uart/
H A Duart_dev_lowrisc.c147 static int lowrisc_uart_bus_ioctl(struct uart_softc *, int, intptr_t);
162 KOBJMETHOD(uart_ioctl, lowrisc_uart_bus_ioctl),
239 lowrisc_uart_bus_ioctl(struct uart_softc *sc, int request, intptr_t data) in lowrisc_uart_bus_ioctl() function