Searched refs:pnpbios_softc (Results 1 – 1 of 1) sorted by relevance
90 struct pnpbios_softc { struct134 static int pnpbios_attachnode(struct pnpbios_softc *,142 static void pnpbios_enumerate(struct pnpbios_softc *);144 static int pnpbios_update_dock_status(struct pnpbios_softc *);182 CFATTACH_DECL_NEW(pnpbios, sizeof(struct pnpbios_softc),199 struct pnpbios_softc *pnpbios_softc; variable249 if (pnpbios_softc != NULL) in pnpbios_match()278 struct pnpbios_softc *sc = device_private(self); in pnpbios_attach()291 pnpbios_softc = sc; in pnpbios_attach()383 pnpbios_enumerate(struct pnpbios_softc *sc) in pnpbios_enumerate()[all …]