Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Deap.c539 struct eap_gameport_args gpargs; in eap_attach() local
740 gpargs.gpa_iot = sc->iot; in eap_attach()
741 gpargs.gpa_ioh = sc->ioh; in eap_attach()
742 sc->sc_gameport = eap_joy_attach(sc->sc_dev, &gpargs); in eap_attach()
753 struct eap_gameport_args gpargs; in eap_detach() local
757 gpargs.gpa_iot = sc->iot; in eap_detach()
758 gpargs.gpa_ioh = sc->ioh; in eap_detach()
759 res = eap_joy_detach(sc->sc_gameport, &gpargs); in eap_detach()