Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/psim/
H A Duart_iobus.c57 DEVMETHOD(device_attach, uart_bus_attach),
/freebsd/sys/dev/uart/
H A Duart_bus_puc.c50 DEVMETHOD(device_attach, uart_bus_attach),
H A Duart_bus_acpi.c49 DEVMETHOD(device_attach, uart_bus_attach),
H A Duart_bus_scc.c78 return (uart_bus_attach(dev)); in uart_scc_attach()
H A Duart_bus_isa.c49 DEVMETHOD(device_attach, uart_bus_attach),
H A Duart_bus.h142 int uart_bus_attach(device_t dev);
H A Duart_dev_snps.c232 ret = uart_bus_attach(dev); in snps_detach()
H A Duart_bus_fdt.c55 DEVMETHOD(device_attach, uart_bus_attach),
H A Duart_bus_pci.c349 return (uart_bus_attach(dev)); in uart_pci_attach()
H A Duart_core.c578 uart_bus_attach(device_t dev) in uart_bus_attach() function
/freebsd/sys/arm/nvidia/
H A Dtegra_uart.c239 DEVMETHOD(device_attach, uart_bus_attach),