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

  /src/sys/arch/arm/acpi/
sbsawdt_acpi.c 94 static void sbsawdt_acpi_attach(device_t, device_t, void *);
99 CFATTACH_DECL_NEW(sbsawdt_acpi, sizeof(struct sbsawdt_acpi_softc), sbsawdt_acpi_match, sbsawdt_acpi_attach, NULL, NULL);
118 sbsawdt_acpi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
sbsawdt_acpi.c 94 static void sbsawdt_acpi_attach(device_t, device_t, void *);
99 CFATTACH_DECL_NEW(sbsawdt_acpi, sizeof(struct sbsawdt_acpi_softc), sbsawdt_acpi_match, sbsawdt_acpi_attach, NULL, NULL);
118 sbsawdt_acpi_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void

Completed in 26 milliseconds