Searched refs:pp_ept (Results 1 – 3 of 3) sorted by relevance
712 pp->pp_ept = ohci_polledp->ohci_polled_ed; in ohci_polled_init()1119 polled_toggle = (Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()1134 real_toggle = (Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_save_state()1143 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()1144 Get_ED(polled_pp->pp_ept->hced_headp) & in ohci_polled_save_state()1147 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()1148 Get_ED(polled_pp->pp_ept->hced_headp) | in ohci_polled_save_state()1157 if (polled_pp->pp_ept->hced_headp & HC_EPT_Halt) { in ohci_polled_save_state()1160 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()1161 (Get_ED(polled_pp->pp_ept->hced_headp) & ~HC_EPT_Halt)); in ohci_polled_save_state()[all …]
2607 pp->pp_ept = ohci_alloc_hc_ed(ohcip, ph); in ohci_hcdi_pipe_open()2609 if (pp->pp_ept == NULL) { in ohci_hcdi_pipe_open()2813 Set_ED(pp->pp_ept->hced_headp, in ohci_hcdi_pipe_reset_data_toggle()2814 Get_ED(pp->pp_ept->hced_headp) & (~HC_EPT_Carry)); in ohci_hcdi_pipe_reset_data_toggle()3945 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_ctrl_ed()3992 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_bulk_ed()4040 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_intr_ed()4138 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_isoc_ed()4205 ohci_ed_t *ept = pp->pp_ept; in ohci_modify_sKip_bit()4304 ohci_ed_t *ept = pp->pp_ept; /* ept to be removed */ in ohci_remove_ctrl_ed()[all …]
433 ohci_ed_t *pp_ept; /* Pipe's ept */ member