Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.c1854 void *hid_report_data = kzalloc(hid_desc->report_desc_len, 0); in xhci_configure_port() local
1855 if (unlikely(hid_report_data == NULL)) 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()
1861 kfree(hid_report_data); in xhci_configure_port()
1880 kfree(hid_report_data); in xhci_configure_port()