HomeSort by: relevance | last modified time | path
    Searched defs:ehci_qtd_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcireg.h 307 typedef struct ehci_qtd_t { struct
345 } ehci_qtd_t; typedef in typeref:struct:ehci_qtd_t
347 #define EHCI_QTD_SIZE (roundup(sizeof(ehci_qtd_t), EHCI_QTD_ALLOC_ALIGN))
398 ehci_qtd_t qh_qtd;
ehcireg.h 307 typedef struct ehci_qtd_t { struct
345 } ehci_qtd_t; typedef in typeref:struct:ehci_qtd_t
347 #define EHCI_QTD_SIZE (roundup(sizeof(ehci_qtd_t), EHCI_QTD_ALLOC_ALIGN))
398 ehci_qtd_t qh_qtd;

Completed in 69 milliseconds