Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h302 uint32_t hced_state; /* Endpoint state */ member
/titanic_50/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1110 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE); in ohci_allocate_pools()
1875 Set_ED(list_array[i].hced_state, HC_EPT_STATIC); in ohci_build_interrupt_lattice()
3786 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()
3815 Set_ED(hc_ed->hced_state, HC_EPT_FREE); in ohci_alloc_hc_ed()
3823 Set_ED(hc_ed->hced_state, HC_EPT_ACTIVE); in ohci_alloc_hc_ed()
3831 Set_ED(hc_ed->hced_state, HC_EPT_STATIC); in ohci_alloc_hc_ed()
4075 if (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC) { in ohci_insert_intr_ed()
4103 (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC)) { in ohci_insert_intr_ed()
4531 if (Get_ED(next_ept->hced_state) != in ohci_detach_ed_from_list()
4572 (Get_ED(next_ept->hced_state) != HC_EPT_STATIC)) { in ohci_detach_ed_from_list()
[all …]