Home
last modified time | relevance | path

Searched refs:xhci_ep_context_t (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c137 …lways_inline void __write_ep(int id, uint64_t slot_vaddr, int ep_num, struct xhci_ep_context_t *ep) in __write_ep()
139 …py((void *)(slot_vaddr + ep_num * xhci_hc[id].context_size), ep, sizeof(struct xhci_ep_context_t)); in __write_ep()
150 …s_inline void __read_from_ep(int id, uint64_t slot_vaddr, int ep_num, struct xhci_ep_context_t *ep) in __read_from_ep()
152 …py(ep, (void *)(slot_vaddr + ep_num * xhci_hc[id].context_size), sizeof(struct xhci_ep_context_t)); in __read_from_ep()
938 struct xhci_ep_context_t ep_ctx = {0}; in xhci_initialize_ep()
939 memset(&ep_ctx, 0, sizeof(struct xhci_ep_context_t)); in xhci_initialize_ep()
1005 struct xhci_ep_context_t ep; in xhci_set_address()
1732 struct xhci_ep_context_t ep = {0}; in xhci_configure_endpoint()
Dxhci.h461 struct xhci_ep_context_t struct