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

  /src/sys/dev/acpi/
fdc_acpi.c 55 static int fdc_acpi_match(device_t, cfdata_t, void *);
69 CFATTACH_DECL_NEW(fdc_acpi, sizeof(struct fdc_acpi_softc), fdc_acpi_match,
82 * fdc_acpi_match: autoconf(9) match routine
85 fdc_acpi_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int
fdc_acpi.c 55 static int fdc_acpi_match(device_t, cfdata_t, void *);
69 CFATTACH_DECL_NEW(fdc_acpi, sizeof(struct fdc_acpi_softc), fdc_acpi_match,
82 * fdc_acpi_match: autoconf(9) match routine
85 fdc_acpi_match(device_t parent, cfdata_t match, void *aux) function in typeref:typename:int

Completed in 21 milliseconds