Searched refs:desc_type (Results 1 – 2 of 2) sorted by relevance
/DragonOS-0.1.2/kernel/src/driver/usb/ |
D | usb.h | 300 uint8_t desc_type; // Constant name identifying type of class descriptor member
|
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.c | 59 …c inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_type, 1376 …c inline int xhci_get_desc(const int id, const int port_id, void *target, const uint16_t desc_type, in xhci_get_desc() argument 1388 if (desc_type == USB_DT_HID_REPORT) in xhci_get_desc() 1391 …DECLARE_USB_PACKET(ctrl_in_packet, req_type, USB_REQ_GET_DESCRIPTOR, (desc_type << 8) | desc_index… in xhci_get_desc()
|