HomeSort by: relevance | last modified time | path
    Searched defs:gpargs (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 12 milliseconds