HomeSort by: relevance | last modified time | path
    Searched refs:uhci_td_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/usb/
uhcivar.h 103 uhci_td_t td; /* The real TD, must be first */
uhci.c 927 usb_syncmem(&td->dma, td->offs + offsetof(uhci_td_t, td_link),
932 usb_syncmem(&td->dma, td->offs + offsetof(uhci_td_t, td_link),
1522 lstd->offs + offsetof(uhci_td_t, td_status),
1527 lstd->offs + offsetof(uhci_td_t, td_status),
1547 std->offs + offsetof(uhci_td_t, td_status),
1552 std->offs + offsetof(uhci_td_t, td_status),
1590 std->offs + offsetof(uhci_td_t, td_token),
1662 std->offs + offsetof(uhci_td_t, td_status),
1856 memset(&std->td, 0, sizeof(uhci_td_t));
1951 p->offs + offsetof(uhci_td_t, td_link)
    [all...]
uhcireg.h 190 } uhci_td_t; typedef in typeref:struct:__anonb79d0dbf0108

Completed in 16 milliseconds