Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3946 ohci_ed_t *prev_ept; in ohci_insert_ctrl_ed() local
3955 prev_ept = ohci_ed_iommu_to_cpu(ohcip, in ohci_insert_ctrl_ed()
3959 Set_ED(prev_ept->hced_prev, ohci_ed_cpu_to_iommu(ohcip, ept)); in ohci_insert_ctrl_ed()
3993 ohci_ed_t *prev_ept; in ohci_insert_bulk_ed() local
4002 prev_ept = ohci_ed_iommu_to_cpu(ohcip, in ohci_insert_bulk_ed()
4006 Set_ED(prev_ept->hced_prev, ohci_ed_cpu_to_iommu(ohcip, ept)); in ohci_insert_bulk_ed()
4467 ohci_ed_t *prev_ept; /* Previous endpoint */ in ohci_detach_ed_from_list() local
4476 prev_ept = ohci_ed_iommu_to_cpu(ohcip, Get_ED(ept->hced_prev)); in ohci_detach_ed_from_list()
4483 if (prev_ept == NULL) { in ohci_detach_ed_from_list()
4565 Set_ED(prev_ept->hced_next, Get_ED(ept->hced_next)); in ohci_detach_ed_from_list()
[all …]