Home
last modified time | relevance | path

Searched refs:ohci_ed_t (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h169 ohci_ed_t *ohci_ed_pool_addr; /* Start of the pool */
207 ohci_ed_t *ohci_reclaim_list; /* Reclaimation list */
255 ohci_ed_t *ohci_polled_save_IntTble[NUM_INTR_ED_LISTS];
433 ohci_ed_t *pp_ept; /* Pipe's ept */
799 0, OHCI_ED_POOL_SIZE * sizeof (ohci_ed_t), \
946 ohci_ed_t *ohci_alloc_hc_ed(
951 ohci_ed_t *old_ed);
954 ohci_ed_t *addr);
H A Dohci_polled.h85 ohci_ed_t *ohci_polled_dummy_ed;
88 ohci_ed_t *ohci_polled_ed; /* Interrupt endpoint */
H A Dohci.h304 } ohci_ed_t; typedef
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c220 ohci_ed_t *ept,
228 ohci_ed_t *ept);
488 ohci_ed_t *ed);
3750 ohci_ed_t *
4448 ohci_ed_t *ept, in ohci_detach_ed_from_list()
4659 ohci_ed_t *addr) in ohci_ed_cpu_to_iommu()
4680 static ohci_ed_t *
4685 ohci_ed_t *ed; in ohci_ed_iommu_to_cpu()
4716 ohci_ed_t *ept) in ohci_initialize_dummy()
6426 ohci_ed_t *ept; in ohci_traverse_tds()
[all …]
H A Dohci_polled.c1100 (ohci_ed_t *)(uintptr_t)Get_HCCA( in ohci_polled_save_state()
1869 ohci_ed_t *ept; in ohci_polled_insert_td()
2247 ohci_ed_t *ept = pp->pp_ept; in ohci_polled_insert_hc_td()