Searched defs:hctd_ctrl_phase (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h360 uint32_t hctd_ctrl_phase; /* Control Xfer Phase info */ member in struct:ohci_td
445 * hctd_ctrl_phase
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c282 uint32_t hctd_ctrl_phase,
293 uint32_t hctd_ctrl_phase,
5873 uint32_t hctd_ctrl_phase,
5902 hctd_ctrl, hctd_dma_offs, hctd_length, hctd_ctrl_phase, pp, tw);
6017 uint32_t hctd_ctrl_phase,
6046 * For Control transfer, hctd_ctrl_phase is a valid field.
6048 if (hctd_ctrl_phase) {
6049 Set_TD(td->hctd_ctrl_phase, hctd_ctrl_phase);
8765 (Get_TD(td->hctd_ctrl_phase)
5868 ohci_insert_hc_td( ohci_state_t *ohcip, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, uint32_t hctd_ctrl_phase, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument
6010 ohci_fill_in_td( ohci_state_t *ohcip, ohci_td_t *td, ohci_td_t *new_dummy, uint_t hctd_ctrl, uint32_t hctd_dma_offs, size_t hctd_length, uint32_t hctd_ctrl_phase, ohci_pipe_private_t *pp, ohci_trans_wrapper_t *tw) argument
[all...]

Completed in 75 milliseconds