Searched refs:xhci_send_command (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.2/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); 1032 retval = xhci_send_command(id, (struct xhci_TRB_t *)&trb, true); in xhci_set_address() 1542 if (xhci_send_command(id, (struct xhci_TRB_t *)&trb, true) != 0) in xhci_get_descriptor() 1764 retval = xhci_send_command(id, (struct xhci_TRB_t *)&trb, true); in xhci_configure_endpoint() 1968 static int xhci_send_command(int id, struct xhci_TRB_t *trb, const bool do_ring) in xhci_send_command() function
|