Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c66 static ohci_td_t *ohci_polled_pickup_done_list(
68 ohci_td_t *done_head);
73 ohci_td_t *head_done_list);
78 ohci_td_t *td);
80 ohci_td_t *td);
82 ohci_td_t *td,
83 ohci_td_t *new_dummy,
91 ohci_td_t *td);
768 ohci_td_t *curr_td, *next_td; in ohci_polled_fini()
805 next_td = (ohci_td_t *)next_tw->tw_hctd_head; in ohci_polled_fini()
[all …]
H A Dohci.c285 static ohci_td_t *ohci_allocate_td_from_pool(
288 ohci_td_t *td,
289 ohci_td_t *new_dummy,
301 ohci_td_t *td);
306 ohci_td_t *current_td,
307 ohci_td_t *dummy_td);
310 ohci_td_t *td);
373 ohci_td_t *head_done_list);
374 static ohci_td_t *ohci_reverse_done_list(
376 ohci_td_t *head_done_list);
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h80 ohci_td_t *ohci_curr_done_lst; /* Current done head */
88 ohci_td_t *ohci_critical_done_lst; /* Critical done head */
99 ohci_td_t *ohci_missed_done_lst; /* Missed done head */
163 ohci_td_t *ohci_td_pool_addr; /* Start of the pool */
267 ohci_td_t *ohci_polled_done_list;
557 ohci_td_t *td,
598 ohci_td_t *tw_hctd_head; /* Head TD */
599 ohci_td_t *tw_hctd_tail; /* Tail TD */
604 ohci_td_t *tw_hctd_free_list;
803 0, OHCI_TD_POOL_SIZE * sizeof (ohci_td_t), \
[all …]
H A Dohci_polled.h106 ohci_td_t *ohci_polled_input_done_head;
111 ohci_td_t *ohci_polled_input_done_tail;
H A Dohci.h364 } ohci_td_t; typedef