Home
last modified time | relevance | path

Searched refs:ehci_qh_t (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehci_xfer.h46 extern ehci_qh_t *ehci_alloc_qh(
59 ehci_qh_t *old_qh);
62 ehci_qh_t *addr);
63 extern ehci_qh_t *ehci_qh_iommu_to_cpu(
H A Dehci_polled.h80 ehci_qh_t *ehci_polled_dummy_qh;
83 ehci_qh_t *ehci_polled_qh; /* Interrupt endpoint */
H A Dehcid.h116 ehci_qh_t *ehci_qh_pool_addr; /* Start of the pool */
138 ehci_qh_t *ehci_head_of_async_sched_list;
181 ehci_qh_t *ehci_reclaim_list; /* Reclaimation list */
212 ehci_qh_t *ehci_polled_frame_list_table[EHCI_NUM_PERIODIC_FRAME_LISTS];
416 ehci_qh_t *pp_qh; /* Pipe's qh */
955 0, EHCI_QH_POOL_SIZE * sizeof (ehci_qh_t), \
H A Dehci_util.h109 ehci_qh_t *qh);
H A Dehci.h340 } ehci_qh_t; typedef
/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_xfer.c48 ehci_qh_t *ehci_alloc_qh(
55 ehci_qh_t *qh);
72 ehci_qh_t *qh);
76 ehci_qh_t *qh);
80 ehci_qh_t *qh);
83 ehci_qh_t *qh);
101 ehci_qh_t *old_qh);
104 ehci_qh_t *addr);
105 ehci_qh_t *ehci_qh_iommu_to_cpu(
112 ehci_qh_t *qh);
[all …]
H A Dehci_polled.c961 ehci_qh_t *qh; in ehci_polled_save_state()
1042 (ehci_qh_t *)(uintptr_t)Get_PFLT(ehcip-> in ehci_polled_save_state()
1275 ehci_qh_t *qh = ehci_polledp->ehci_polled_qh; in ehci_polled_stop_processing()
1510 ehci_qh_t *qh; in ehci_polled_insert_intr_qtd()
1586 ehci_qh_t *qh; in ehci_polled_insert_bulk_qtd()
2132 ehci_qh_t *qh = pp->pp_qh; in ehci_polled_insert_async_qh()
2133 ehci_qh_t *async_head_qh; in ehci_polled_insert_async_qh()
2134 ehci_qh_t *next_qh; in ehci_polled_insert_async_qh()
2226 ehci_qh_t *qh = pp->pp_qh; /* qh to be removed */ in ehci_polled_remove_async_qh()
2227 ehci_qh_t *prev_qh, *next_qh; in ehci_polled_remove_async_qh()
H A Dehci_util.c274 ehci_qh_t *qh);
488 ehci_qh_pool_size * sizeof (ehci_qh_t), in ehci_allocate_pools()
513 ehci_qh_pool_size * sizeof (ehci_qh_t)); in ehci_allocate_pools()
1078 ehci_qh_t *dummy_async_qh = in ehci_init_hardware()
1602 ehci_qh_t *list_array = ehcip->ehci_qh_pool_addr; in ehci_build_interrupt_lattice()
1640 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *)&list_array[i]); in ehci_build_interrupt_lattice()
1677 addr = ehci_qh_cpu_to_iommu(ehcip, (ehci_qh_t *) in ehci_build_interrupt_lattice()
4356 ehci_qh_t *qh) in ehci_print_qh()
H A Dehci_intr.c227 ehci_qh_t *reclaim_qh; in ehci_handle_endpoint_reclaimation()