Searched refs:igpio_acpi_detach (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/acpi/
H A Digpio_acpi.c57 static int igpio_acpi_detach(device_t, int);
62 CFATTACH_DECL_NEW(igpio_acpi, sizeof(struct igpio_acpi_softc), igpio_acpi_match, igpio_acpi_attach, igpio_acpi_detach, NULL);
164 igpio_acpi_detach(self, 0);
188 igpio_acpi_detach(device_t self, int flags) function

Completed in 125 milliseconds