Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dpluart.c144 struct pluart_softc *pluart_sc(dev_t dev);
240 struct pluart_softc *sc = arg; in pluart_intr()
461 struct pluart_softc *sc = arg; in pluart_diag()
490 struct pluart_softc *sc = arg; in pluart_softint()
556 struct pluart_softc *sc; in pluartopen()
689 struct pluart_softc *sc = pluart_cd.cd_devs[unit]; in pluartclose()
743 struct pluart_softc *sc; in pluartioctl()
804 struct pluart_softc *sc; in pluarttty()
808 sc = (struct pluart_softc *)pluart_cd.cd_devs[unit]; in pluarttty()
814 struct pluart_softc *
[all …]
H A Dpluartvar.h19 struct pluart_softc { struct
63 void pluart_attach_common(struct pluart_softc *, int); argument
/openbsd/sys/dev/fdt/
H A Dpluart_fdt.c37 sizeof(struct pluart_softc), pluart_fdt_match, pluart_fdt_attach
66 struct pluart_softc *sc = (struct pluart_softc *) self; in pluart_fdt_attach()
/openbsd/sys/dev/acpi/
H A Dpluart_acpi.c34 struct pluart_softc sc;