Home
last modified time | relevance | path

Searched defs:hwmtx (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/sys/dev/uart/
H A Duart_cpu.h81 struct mtx *hwmtx; member
104 uart_lock(struct mtx *hwmtx) in uart_lock()
111 uart_unlock(struct mtx *hwmtx) in uart_unlock()
H A Duart_dev_lowrisc.c126 lowrisc_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in lowrisc_uart_getc()
H A Duart_dev_imx.c247 imx_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in imx_uart_getc()
H A Duart_dev_mu.c240 uart_mu_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_mu_getc()
H A Duart_dev_z8530.c247 z8530_getc(struct uart_bas *bas, struct mtx *hwmtx) in z8530_getc()
H A Duart_dev_quicc.c207 quicc_getc(struct uart_bas *bas, struct mtx *hwmtx) in quicc_getc()
H A Duart_dev_mvebu.c260 uart_mvebu_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_mvebu_getc()
H A Duart_dev_ns8250.c366 ns8250_getc(struct uart_bas *bas, struct mtx *hwmtx) in ns8250_getc()
H A Duart_dev_pl011.c273 uart_pl011_getc(struct uart_bas *bas, struct mtx *hwmtx) in uart_pl011_getc()
/freebsd-13.1/sys/mips/mediatek/
H A Duart_dev_mtk.c164 mtk_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in mtk_uart_getc()
/freebsd-13.1/sys/riscv/sifive/
H A Dsifive_uart.c152 sfuart_getc(struct uart_bas *bas, struct mtx *hwmtx) in sfuart_getc()
/freebsd-13.1/sys/mips/atheros/
H A Duart_dev_ar933x.c281 ar933x_getc(struct uart_bas *bas, struct mtx *hwmtx) in ar933x_getc()
/freebsd-13.1/sys/arm/freescale/vybrid/
H A Dvf_uart.c178 vf_uart_getc(struct uart_bas *bas, struct mtx *hwmtx) in vf_uart_getc()
/freebsd-13.1/sys/mips/cavium/
H A Duart_dev_oct16550.c359 oct16550_getc (struct uart_bas *bas, struct mtx *hwmtx) in oct16550_getc()