Searched refs:hced_next (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohci.h297 uint32_t hced_next; /* (ohci_ed *) Next endpoint */ member in struct:ohci_ed
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c1889 Set_ED(list_array[2*i + 1].hced_next, addr);
1890 Set_ED(list_array[2*i + 2].hced_next, addr);
3820 Set_ED(hc_ed->hced_next, NULL);
3963 Set_ED(ept->hced_next, Get_OpReg(hcr_ctrl_head));
4010 Set_ED(ept->hced_next, Get_OpReg(hcr_bulk_head));
4064 Set_ED(ept->hced_next,
4074 /* Update the previous pointer of ept->hced_next */
4085 ohcip, Get_ED(lattice_ept->hced_next));
4091 Set_ED(ept->hced_next, Get_ED(lattice_ept->hced_next));
[all...]

Completed in 71 milliseconds