Home
last modified time | relevance | path

Searched defs:uhci_qh (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h133422 struct uhci_qh { struct
133423 __le32 link;
133424 __le32 element;
133425 dma_addr_t dma_handle;
133426 struct list_head node;
133427 struct usb_host_endpoint *hep;
133428 struct usb_device *udev;
133429 struct list_head queue;
133430 struct uhci_td *dummy_td;
133431 struct uhci_td *post_td;
[all …]