Searched refs:xhci_control_in (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.c | 49 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… 1237 static int xhci_control_in(const int id, struct usb_request_packet_t *packet, void *target, const i… in xhci_control_in() function 1393 count = xhci_control_in(id, &ctrl_in_packet, target, port_id, dev_desc->max_packet_size); in xhci_get_desc() 1586 count = xhci_control_in(id, &ctrl_in_packet, dev_desc, port_id, max_packet); in xhci_get_descriptor()
|