Home
last modified time | relevance | path

Searched refs:uhci (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h523 #define UHCI_INTRS_STATS(uhci) ((uhci)->uhci_intrs_stats) argument
524 #define UHCI_INTRS_STATS_DATA(uhci) \ argument
525 ((uhci_intrs_stats_t *)UHCI_INTRS_STATS((uhci))->ks_data)
527 #define UHCI_TOTAL_STATS(uhci) ((uhci)->uhci_total_stats) argument
528 #define UHCI_TOTAL_STATS_DATA(uhci) (KSTAT_IO_PTR((uhci)->uhci_total_stats)) argument
529 #define UHCI_CTRL_STATS(uhci) \ argument
530 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_CONTROL]))
531 #define UHCI_BULK_STATS(uhci) \ argument
532 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_BULK]))
533 #define UHCI_INTR_STATS(uhci) \ argument
[all …]
/illumos-gate/usr/src/cmd/mdb/intel/amd64/uhci/
H A DMakefile27 MODULE = uhci.so
30 MODSRCS = uhci.c
/illumos-gate/usr/src/uts/intel/uhci/
H A DMakefile38 MODULE = uhci
41 CONF_SRCDIR = $(UTSBASE)/common/io/usb/hcd/uhci
/illumos-gate/usr/src/cmd/mdb/intel/amd64/
H A DMakefile34 MODULES += disk_label uhci libsmbios
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m54 file path=kernel/drv/$(ARCH64)/uhci group=sys
65 file path=kernel/drv/uhci.conf group=sys
103 file path=usr/share/man/man4d/uhci.4d
261 driver name=uhci perms="* 0644 root sys" alias=pciclass,0c0300
H A Ddeveloper-debug-mdb.p5m74 $(i386_ONLY)file path=kernel/kmdb/$(ARCH64)/uhci group=sys mode=0555
157 $(i386_ONLY)file path=usr/lib/mdb/kvm/$(ARCH64)/uhci.so group=sys mode=0555
/illumos-gate/usr/src/man/man4d/
H A DMakefile137 uhci.4d \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel469 DRV_KMODS += uhci
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1296 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/uhci/%.c
H A DMakefile.files1809 UHCI_OBJS += uhci.o uhciutil.o uhcitgt.o uhcihub.o uhcipolled.o