Home
last modified time | relevance | path

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

/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h90392 struct dwc3_ep { struct
90393 struct usb_ep endpoint;
90394 struct list_head cancelled_list;
90395 struct list_head pending_list;
90396 struct list_head started_list;
90397 void *regs;
90398 struct dwc3_trb *trb_pool;
90399 dma_addr_t trb_pool_dma;
90400 struct dwc3 *dwc;
90401 u32 saved_state;
[all …]
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h100122 struct dwc3_ep { struct
100123 struct usb_ep endpoint;
100124 struct list_head cancelled_list;
100125 struct list_head pending_list;
100126 struct list_head started_list;
100127 void *regs;
100128 struct dwc3_trb *trb_pool;
100129 dma_addr_t trb_pool_dma;
100130 struct dwc3 *dwc;
100131 u32 saved_state;
[all …]