Home
last modified time | relevance | path

Searched refs:ehci (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h261 #define EHCI_INTRS_STATS(ehci) ((ehci)->ehci_intrs_stats) argument
262 #define EHCI_INTRS_STATS_DATA(ehci) \ argument
263 ((ehci_intrs_stats_t *)EHCI_INTRS_STATS((ehci))->ks_data)
265 #define EHCI_TOTAL_STATS(ehci) ((ehci)->ehci_total_stats) argument
266 #define EHCI_TOTAL_STATS_DATA(ehci) (KSTAT_IO_PTR((ehci)->ehci_total_stats)) argument
267 #define EHCI_CTRL_STATS(ehci) \ argument
269 #define EHCI_BULK_STATS(ehci) \ argument
270 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_BULK]))
271 #define EHCI_INTR_STATS(ehci) \ argument
272 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_INTR]))
[all …]
/illumos-gate/usr/src/uts/intel/ehci/
H A DMakefile35 MODULE = ehci
38 CONF_SRCDIR = $(UTSBASE)/common/io/usb/hcd/ehci
/illumos-gate/usr/src/pkg/manifests/
H A Ddriver-usb.p5m49 file path=kernel/drv/$(ARCH64)/ehci group=sys
61 file path=kernel/drv/ehci.conf group=sys
98 file path=usr/share/man/man4d/ehci.4d
254 driver name=ehci perms="* 0644 root sys" alias=pciclass,0c0320
/illumos-gate/usr/src/man/man4d/
H A DMakefile50 ehci.4d \
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel470 DRV_KMODS += ehci
/illumos-gate/usr/src/uts/common/
H A DMakefile.rules1288 $(OBJS_DIR)/%.o: $(UTSBASE)/common/io/usb/hcd/ehci/%.c
H A DMakefile.files1810 EHCI_OBJS += ehci.o ehci_hub.o ehci_xfer.o ehci_intr.o ehci_util.o ehci_polled.o ehci_isoch.o ehci_…