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()
1145 Set_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()
1162 Set_ED(polled_pp->pp_ept->hced_headp, in ohci_polled_save_state()
1432 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state()
1433 Get_ED(pp->pp_ept->hced_headp) & in ohci_polled_restore_state()
1436 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_restore_state()
1437 Get_ED(pp->pp_ept->hced_headp) | in ohci_polled_restore_state()
1753 Set_ED(pp->pp_ept->hced_headp, in ohci_polled_process_input_list()
1911 ept = pp->pp_ept; in ohci_polled_insert_td()
[all …]
H A Dohci.c2593 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()
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()
5861 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_hc_td()
6247 ohci_ed_t *ept = pp->pp_ept; in ohci_insert_td_with_frame_number()
6432 ept = pp->pp_ept; in ohci_traverse_tds()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h433 ohci_ed_t *pp_ept; /* Pipe's ept */ member