HomeSort by: relevance | last modified time | path
    Searched defs:wss_acpi_match (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/
wss_acpi.c 45 static int wss_acpi_match(device_t, cfdata_t, void *);
48 CFATTACH_DECL_NEW(wss_acpi, sizeof(struct wss_softc), wss_acpi_match,
86 * wss_acpi_match: autoconf(9) match routine
89 wss_acpi_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 10 milliseconds