Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/amd64/
H A DMakefile17 MODULE = xhci.so
20 MODSRCS = xhci.c
/illumos-gate/usr/src/uts/intel/xhci/
H A DMakefile18 MODULE = xhci
21 CONF_SRCDIR = $(UTSBASE)/common/io/usb/hcd/xhci
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m60 $(i386_ONLY)file path=kernel/drv/$(ARCH64)/xhci group=sys
67 $(i386_ONLY)file path=kernel/drv/xhci.conf group=sys
70 $(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/xhci group=sys mode=0555
93 $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/xhci.so group=sys mode=0555
94 $(i386_ONLY)dir path=usr/lib/xhci group=sys
95 $(i386_ONLY)file path=usr/lib/xhci/xhci_portsc group=sys mode=0555
111 $(i386_ONLY)file path=usr/share/man/man4d/xhci.4d
267 $(i386_ONLY)driver name=xhci perms="* 0644 root sys" alias=pciclass,0c0330
273 license usr/src/uts/common/sys/usb/hcd/xhci/THIRDPARTYLICENSE \
274 license=usr/src/uts/common/sys/usb/hcd/xhci/THIRDPARTYLICENSE
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci.conf31 xhci-reroute=1;
/illumos-gate/usr/src/uts/common/sys/usb/hcd/xhci/
H A DTHIRDPARTYLICENSE.descrip1 xhci register definitions header file
H A Dxhci.h536 struct xhci;
551 struct xhci *xep_xhci;
632 typedef struct xhci { struct
/illumos-gate/usr/src/cmd/mdb/intel/modules/
H A DMakefile35 xhci
/illumos-gate/usr/src/cmd/mdb/intel/modules/xhci/
H A Dxhci.c508 xhci_t xhci; in xhci_mdb_walk_xhci_step() local
510 if (mdb_vread(&xhci, sizeof (xhci), wsp->walk_addr) != sizeof (xhci)) { in xhci_mdb_walk_xhci_step()
515 return (wsp->walk_callback(wsp->walk_addr, &xhci, wsp->walk_cbdata)); in xhci_mdb_walk_xhci_step()
/illumos-gate/usr/src/cmd/xhci/
H A DMakefile18 ROOTLIBXHCI = $(ROOTLIB)/xhci
/illumos-gate/usr/src/man/man4d/
H A DMakefile228 xhci.4d \
/illumos-gate/usr/src/cmd/
H A DMakefile502 xhci \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel487 DRV_KMODS += xhci
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1292 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/xhci/%.c
H A DMakefile.files1812 XHCI_OBJS += xhci.o xhci_quirks.o xhci_dma.o xhci_context.o xhci_intr.o \