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,
222 static ohci_ed_t *ohci_ed_iommu_to_cpu(
228 ohci_ed_t *ept);
488 ohci_ed_t *ed);
1048 ohci_ed_pool_size * sizeof (ohci_ed_t), in ohci_allocate_pools()
1071 ohci_ed_pool_size * sizeof (ohci_ed_t)); in ohci_allocate_pools()
1842 ohci_ed_t *list_array = ohcip->ohci_ed_pool_addr; in ohci_build_interrupt_lattice()
1871 addr = ohci_ed_cpu_to_iommu(ohcip, (ohci_ed_t *)&list_array[i]); in ohci_build_interrupt_lattice()
1883 (ohci_ed_t *)&list_array[half_list - 1 + ohci_index[i]]); in ohci_build_interrupt_lattice()
3750 ohci_ed_t *
[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()