Searched refs:uart_bus_attach (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/powerpc/psim/ |
H A D | uart_iobus.c | 57 DEVMETHOD(device_attach, uart_bus_attach),
|
/freebsd/sys/dev/uart/ |
H A D | uart_bus_puc.c | 50 DEVMETHOD(device_attach, uart_bus_attach),
|
H A D | uart_bus_acpi.c | 49 DEVMETHOD(device_attach, uart_bus_attach),
|
H A D | uart_bus_scc.c | 78 return (uart_bus_attach(dev)); in uart_scc_attach()
|
H A D | uart_bus_isa.c | 49 DEVMETHOD(device_attach, uart_bus_attach),
|
H A D | uart_bus.h | 142 int uart_bus_attach(device_t dev);
|
H A D | uart_dev_snps.c | 232 ret = uart_bus_attach(dev); in snps_detach()
|
H A D | uart_bus_fdt.c | 55 DEVMETHOD(device_attach, uart_bus_attach),
|
H A D | uart_bus_pci.c | 349 return (uart_bus_attach(dev)); in uart_pci_attach()
|
H A D | uart_core.c | 578 uart_bus_attach(device_t dev) in uart_bus_attach() function
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_uart.c | 239 DEVMETHOD(device_attach, uart_bus_attach),
|