HomeSort by: relevance | last modified time | path
    Searched refs:uatp (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/modules/uatp/
Makefile 7 KMOD= uatp
8 IOCONF= uatp.ioconf
9 SRCS= uatp.c
  /src/sys/modules/
Makefile 197 SUBDIR+= uatp
  /src/share/man/man4/
Makefile 90 slhci.4 slurm.4 stuirda.4 u3g.4 ualea.4 uatp.4 uaudio.4 uberry.4 \
  /src/sys/dev/usb/
uatp.c 1 /* $NetBSD: uatp.c,v 1.31 2022/03/28 12:45:04 riastradh Exp $ */
33 * uatp(4) - USB Apple Trackpad
35 * The uatp driver talks the protocol of the USB trackpads found in
93 * attach uhid(4) instead of uatp(4) and to read the raw sensors data
115 * output of `dmesg | grep uatp' to answer the following questions:
149 __KERNEL_RCSID(0, "$NetBSD: uatp.c,v 1.31 2022/03/28 12:45:04 riastradh Exp $");
867 CFATTACH_DECL2_NEW(uatp, sizeof(struct uatp_softc), uatp_match, uatp_attach,
1001 SYSCTL_DESCR("uatp configuration knobs"),
1013 "uatp(4) debug flags"))
2649 MODULE(MODULE_CLASS_DRIVER, uatp, NULL)
    [all...]

Completed in 15 milliseconds