Home
last modified time | relevance | path

Searched refs:pp_ept (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_polled.c714 pp->pp_ept = ohci_polledp->ohci_polled_ed; in ohci_polled_init()
1121 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1136 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1145 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1146 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()
1149 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1150 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()
1159 if (polled_pp->pp_ept->hced_headp & HC_EPT_Halt) { in ohci_polled_save_state()
1162 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1163 (Get_ED(polled_pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_save_state()
[all …]
H A Dohci.c2591 pp->pp_ept = ohci_alloc_hc_ed(ohcip, ph); in ohci_hcdi_pipe_open()
2593 if (pp->pp_ept == NULL) { in ohci_hcdi_pipe_open()
2797 Set_ED(pp->pp_ept->hced_headp, in ohci_hcdi_pipe_reset_data_toggle()
2798 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()
3929 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_ctrl_ed()
3976 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_bulk_ed()
4024 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_intr_ed()
4122 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_isoc_ed()
4189 ohci_ed_t *ept = pp->pp_ept; in ohci_modify_sKip_bit()
4288 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_ctrl_ed()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h433 ohci_ed_t *pp_ept; /* Pipe's ept */ member