Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c185 static __always_inline void __xhci_write_doorbell(const int id, const uint16_t slot_id, const uint3… in __xhci_write_doorbell()
1003 static int xhci_set_address(const int id, const uint64_t slot_vaddr, const int slot_id, const bool … in xhci_set_address()
1551 uint32_t slot_id = ((struct xhci_TRB_cmd_complete_t *)&trb)->slot_id; in xhci_get_descriptor() local
Dxhci.h305 uint8_t slot_id; // the id of the slot associated with the member
512 uint8_t slot_id; // address device获得的slot id member