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

/netbsd-current/sys/dev/acpi/
H A Dfdc_acpi.c58 struct fdc_acpi_softc { struct
64 static int fdc_acpi_enumerate(struct fdc_acpi_softc *);
65 static void fdc_acpi_getknownfds(struct fdc_acpi_softc *);
69 CFATTACH_DECL_NEW(fdc_acpi, sizeof(struct fdc_acpi_softc), fdc_acpi_match,
98 struct fdc_acpi_softc *asc = device_private(self);
210 fdc_acpi_enumerate(struct fdc_acpi_softc *asc)
268 fdc_acpi_getknownfds(struct fdc_acpi_softc *asc)

Completed in 69 milliseconds