Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c44 static uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_p…
47 const int speed, const int ep_interval);
890 static uint64_t xhci_initialize_slot(const int id, const int port, const int speed, const int max_p… in xhci_initialize_slot() argument
901 slot_ctx.speed = speed; in xhci_initialize_slot()
913 …ze_ep(id, device_context_vaddr, port, XHCI_EP_CONTROL, max_packet, 0, USB_EP_CONTROL, 0, speed, 0); in xhci_initialize_slot()
933 const int speed, const int ep_interval) in xhci_initialize_ep() argument
1018 …kdebug("slot.slot_state=%d, speed=%d, root hub port num=%d", slot.slot_state, slot.speed, slot.rh_… in xhci_set_address()
1532 uint32_t speed = xhci_get_port_speed(id, port_id); in xhci_get_descriptor() local
1554 switch (speed) in xhci_get_descriptor()
1574 uint64_t slot_vaddr = xhci_initialize_slot(id, port_id, speed, max_packet); in xhci_get_descriptor()
Dxhci.h378 unsigned speed : 4; member