Home
last modified time | relevance | path

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

/DragonOS-0.1.7/kernel/src/driver/usb/xhci/
Dxhci.c1856 void *hid_report_data = kzalloc(hid_desc->report_desc_len, 0); in xhci_configure_port() local
1857 if (unlikely(hid_report_data == NULL)) in xhci_configure_port()
1860 …xhci_get_hid_report(id, port_id, if_desc->interface_number, hid_report_data, hid_desc->report_desc… in xhci_configure_port()
1863 kfree(hid_report_data); in xhci_configure_port()
1882 kfree(hid_report_data); in xhci_configure_port()