acpidock_softc
acpidock_status(struct acpidock_softc *sc)
acpidock_docklock(struct acpidock_softc *sc, int lock)
acpidock_dockctl(struct acpidock_softc *sc, int dock)
acpidock_eject(struct acpidock_softc *sc, struct aml_node *node)
struct acpidock_softc *sc = arg;
struct acpidock_softc *sc = arg;
struct acpidock_softc *sc = (struct acpidock_softc *)arg;
sizeof(struct acpidock_softc), acpidock_match, acpidock_attach
int acpidock_docklock(struct acpidock_softc *, int);
int acpidock_dockctl(struct acpidock_softc *, int);
int acpidock_eject(struct acpidock_softc *, struct aml_node *);
int acpidock_status(struct acpidock_softc *);
struct acpidock_softc *sc = (struct acpidock_softc *)self;