Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h302 uint32_t hced_state; /* Endpoint state */ member
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1095 Set_ED(ohcip->ohci_ed_pool_addr[i].hced_state, HC_EPT_FREE); in ohci_allocate_pools()
1859 Set_ED(list_array[i].hced_state, HC_EPT_STATIC); in ohci_build_interrupt_lattice()
3770 state = Get_ED(ohcip->ohci_ed_pool_addr[i].hced_state); in ohci_alloc_hc_ed()
3799 Set_ED(hc_ed->hced_state, HC_EPT_FREE); in ohci_alloc_hc_ed()
3807 Set_ED(hc_ed->hced_state, HC_EPT_ACTIVE); in ohci_alloc_hc_ed()
3815 Set_ED(hc_ed->hced_state, HC_EPT_STATIC); in ohci_alloc_hc_ed()
4059 if (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC) { in ohci_insert_intr_ed()
4087 (Get_ED(next_lattice_ept->hced_state) != HC_EPT_STATIC)) { in ohci_insert_intr_ed()
4515 if (Get_ED(next_ept->hced_state) != in ohci_detach_ed_from_list()
4556 (Get_ED(next_ept->hced_state) != HC_EPT_STATIC)) { in ohci_detach_ed_from_list()
[all …]