Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c1846 struct usb_hid_desc *hid_desc = NULL; in xhci_configure_port() local
1849 … retval = xhci_get_hid_descriptor(id, port_id, full_conf, if_desc->interface_number, &hid_desc); in xhci_configure_port()
1854 void *hid_report_data = kzalloc(hid_desc->report_desc_len, 0); in xhci_configure_port()
1858 …xhci_get_hid_report(id, port_id, if_desc->interface_number, hid_report_data, hid_desc->report_desc… in xhci_configure_port()