Searched refs:joy (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/modules/joy/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/joy/Makefile 319182 2017-05-30 04:11:12Z ngie $
3 .PATH: ${SRCTOP}/sys/dev/joy
5 KMOD= joy
6 SRCS= bus_if.h device_if.h isa_if.h joy.c joy_isa.c
/freebsd-11-stable/sys/dev/joy/
H A Djoy.c45 #include <dev/joy/joyvar.h>
74 .d_name = "joy",
99 struct joy_softc *joy = device_get_softc(dev); local
101 joy->rid = 0;
102 joy->res = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &joy->rid,
104 if (joy->res == NULL)
106 joy->bt = rman_get_bustag(joy->res);
107 joy
117 struct joy_softc *joy = device_get_softc(dev); local
131 struct joy_softc *joy = dev->si_drv1; local
144 struct joy_softc *joy = dev->si_drv1; local
153 struct joy_softc *joy = dev->si_drv1; local
217 struct joy_softc *joy = dev->si_drv1; local
[all...]
H A Djoy_isa.c44 #include <dev/joy/joyvar.h>
79 "joy",
84 DRIVER_MODULE(joy, isa, joy_isa_driver, joy_devclass, 0, 0);
85 DRIVER_MODULE(joy, acpi, joy_isa_driver, joy_devclass, 0, 0);
/freebsd-11-stable/sys/modules/
H A DMakefile210 joy \
/freebsd-11-stable/share/man/man4/
H A DMakefile257 joy.4 \

Completed in 78 milliseconds