Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/pci/
H A Djoy_eap.c33 device_t joydev; in eap_joy_attach() local
62 joydev = config_found(eapdev, &aa, 0, in eap_joy_attach()
65 KASSERT(joydev != NULL); in eap_joy_attach()
67 return joydev; in eap_joy_attach()
71 eap_joy_detach(device_t joydev, struct eap_gameport_args *gpa) in eap_joy_detach() argument
74 struct joy_softc *sc = device_private(joydev); in eap_joy_detach()
77 res = config_detach(joydev, 0); in eap_joy_detach()