Searched refs:xhci_send_command (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.7/kernel/src/driver/usb/xhci/ |
D | xhci.c | 43 static int xhci_send_command(int id, struct xhci_TRB_t *trb, const bool do_ring); 1034 retval = xhci_send_command(id, (struct xhci_TRB_t *)&trb, true); in xhci_set_address() 1544 if (xhci_send_command(id, (struct xhci_TRB_t *)&trb, true) != 0) in xhci_get_descriptor() 1766 retval = xhci_send_command(id, (struct xhci_TRB_t *)&trb, true); in xhci_configure_endpoint() 1970 static int xhci_send_command(int id, struct xhci_TRB_t *trb, const bool do_ring) in xhci_send_command() function
|