Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/uart/
Duart_bus_pci.c51 static int uart_pci_detach(device_t dev);
57 DEVMETHOD(device_detach, uart_pci_detach),
264 uart_pci_detach(device_t dev) in uart_pci_detach() function