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

  /src/sys/arch/playstation2/conf/
DEBUG 49 uhidev* at uhub? port ? configuration ? interface ?
53 ulpt* at uhub? port ? configuration ? interface ?
56 umodem* at uhub? port ? configuration ?
60 umass* at uhub? port ? configuration ? interface ?
65 uaudio* at uhub? port ? configuration ?
69 umidi* at uhub? port ? configuration ?
78 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
79 axe* at uhub? port ? # ASIX AX88172 based adapters
80 cue* at uhub? port ? # CATC USB-EL1201A based adapters
81 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapter
    [all...]
config.playstation2 61 uhub* at usb?
62 uhub* at uhub? port ?
65 uhidev* at uhub? port ? configuration ? interface ?
76 ugen* at uhub? port ?
AGATE 31 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
  /src/sys/arch/evbarm/conf/
GEMINI 184 uhub* at usb?
185 uhub* at uhub? port ?
186 umass* at uhub? port ? configuration ? interface ?
189 axe* at uhub?
BCM5301X 244 uhub* at usb?
245 uhub* at uhub? port ?
246 umass* at uhub? port ? configuration ? interface ?
251 axe* at uhub? port ? configuration ? interface ?
BCM56340 244 uhub* at usb?
245 uhub* at uhub? port ?
246 umass* at uhub? port ? configuration ? interface ?
251 axe* at uhub? port ? configuration ? interface ?
ARMADAXP 203 uhub* at usb?
204 uhub* at uhub? port ?
207 umass* at uhub? port ? configuration ? interface ?
212 ugen* at uhub? port ?
215 udav* at uhub? port ?
GENERIC 413 gscan* at uhub? port ? # Geschwister Schneider USB to CAN
628 ubt* at uhub? port ?
  /src/sys/arch/hpcmips/conf/
TX3922 182 uhub* at usb?
183 uhub* at uhub? port ?
186 uhidev* at uhub? port ? configuration ? interface ?
203 #ujoy* at uhub? configuration ? interface ?
206 ulpt* at uhub? port ? configuration ? interface ?
209 umodem* at uhub? port ? configuration ?
213 uhso* at uhub? port ? configuration ?
216 umass* at uhub? port ? configuration ? interface ?
220 uaudio* at uhub? port ? configuration
    [all...]
MPC303 171 uhub* at usb?
172 uhub* at uhub? port ?
175 #uhidev* at uhub? port ? configuration ? interface ?
192 #ulpt* at uhub? port ? configuration ? interface ?
195 #umodem* at uhub? port ? configuration ?
199 #uhso* at uhub? port ? configuration ?
202 #umass* at uhub? port ? configuration ? interface ?
207 ugen* at uhub? port ?
210 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapter
    [all...]
  /src/sys/rump/dev/lib/libusb/
Makefile 14 uhub.c usbroothub.c usb_verbose.c
  /src/share/man/man4/
Makefile 252 MLINKS+=usb.4 uhub.4
  /src/sys/dev/usb/
uhub.c 1 /* $NetBSD: uhub.c,v 1.162 2024/05/04 12:49:15 mlelstv Exp $ */
2 /* $FreeBSD: src/sys/dev/usb/uhub.c,v 1.18 1999/11/17 22:33:43 n_hibma Exp $ */
3 /* $OpenBSD: uhub.c,v 1.86 2015/06/29 18:27:40 mpi Exp $ */
40 __KERNEL_RCSID(0, "$NetBSD: uhub.c,v 1.162 2024/05/04 12:49:15 mlelstv Exp $");
111 SYSCTL_SETUP(sysctl_hw_uhub_setup, "sysctl hw.uhub setup")
118 CTLFLAG_PERMANENT, CTLTYPE_NODE, "uhub",
119 SYSCTL_DESCR("uhub global controls"),
192 CFATTACH_DECL3_NEW(uhub, sizeof(struct uhub_softc), uhub_match,
200 * Setting this to 1 makes sure than an uhub attaches even at higher
354 DPRINTF("getting hub descriptor failed, uhub%jd error %jd"
    [all...]

Completed in 17 milliseconds