Searched refs:uark (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/modules/usb/uark/
H A DMakefile32 KMOD= uark
34 uark.c
/freebsd-13-stable/sys/dev/usb/serial/
H A Duark.c1 /* $OpenBSD: uark.c,v 1.1 2006/08/14 08:30:22 jsg Exp $ */
164 .name = "uark",
173 DRIVER_MODULE(uark, uhub, uark_driver, uark_devclass, NULL, 0);
174 MODULE_DEPEND(uark, ucom, 1, 1, 1);
175 MODULE_DEPEND(uark, usb, 1, 1, 1);
176 MODULE_VERSION(uark, 1);
205 mtx_init(&sc->sc_mtx, "uark", NULL, MTX_DEF);
256 UCOM_UNLOAD_DRAIN(uark); variable
/freebsd-13-stable/sys/modules/usb/
H A DMakefile52 SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
/freebsd-13-stable/share/man/man4/
H A DMakefile986 uark.4 \

Completed in 113 milliseconds