MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nexus_acpi_attach

Function nexus_acpi_attach

freebsd/arm64/arm64/nexus.c:515–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514
515static int
516nexus_acpi_attach(device_t dev)
517{
518
519 nexus_add_child(dev, 10, "acpi", 0);
520 return (nexus_attach(dev));
521}
522
523static int
524nexus_acpi_map_intr(device_t dev, device_t child, u_int irq, int trig, int pol)

Callers

nothing calls this directly

Calls 2

nexus_add_childFunction · 0.70
nexus_attachFunction · 0.70

Tested by

no test coverage detected