Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Duhcivar.h70 struct uhci_soft_td *stdend; member
H A Duhci.c1145 lstd = ux->stdend; in uhci_check_intr()
1508 struct uhci_soft_td *stdend) in uhci_free_std_chain() argument
1512 for (; std != stdend; std = p) { in uhci_free_std_chain()
1658 ux->stdend = dataend; in uhci_device_bulk_start()
1880 ux->stdend = dataend; in uhci_device_intr_start()
2032 ux->stdend = stat; in uhci_device_request()
2222 ux->stdend = end; in uhci_device_isoc_start()
2390 if (ux->stdend == NULL) { in uhci_device_isoc_done()
2400 ux->stdend->td.td_status &= htole32(~UHCI_TD_IOC); in uhci_device_isoc_done()
2443 ux->stdend = dataend; in uhci_device_intr_done()
[all …]
H A Dohci.c583 struct ohci_soft_td *stdend)
587 for (; std != stdend; std = p) {