Home
last modified time | relevance | path

Searched refs:exdisplay_attach (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/arch/armv7/exynos/
Dexdisplay.c51 void exdisplay_attach(struct device *parent, struct device *self, void *args);
56 sizeof (struct exdisplay_softc), NULL, exdisplay_attach
59 sizeof (struct exdisplay_softc), exdisplay_match, exdisplay_attach
118 exdisplay_attach(struct device *parent, struct device *self, void *args) in exdisplay_attach() function