Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c161 static __always_inline void __write_slot(const uint64_t vaddr, struct xhci_slot_context_t *slot_ctx) in __write_slot()
163 memcpy((void *)vaddr, slot_ctx, sizeof(struct xhci_slot_context_t)); in __write_slot()
173 static __always_inline void __read_from_slot(struct xhci_slot_context_t *slot_ctx, uint64_t slot_va… in __read_from_slot()
175 memcpy(slot_ctx, (void *)slot_vaddr, sizeof(struct xhci_slot_context_t)); in __read_from_slot()
899 struct xhci_slot_context_t slot_ctx = {0}; in xhci_initialize_slot()
1004 struct xhci_slot_context_t slot; in xhci_set_address()
1731 struct xhci_slot_context_t slot; in xhci_configure_endpoint()
Dxhci.h375 struct xhci_slot_context_t struct