Home
last modified time | relevance | path

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

/components/legacy/usb/usbdevice/class/
A Dhid.c398 dump_data(report->report,report->size); in dump_report()
404 struct hid_report report; in _ep_out_handler() local
412 report.size = size-1; in _ep_out_handler()
413 rt_mq_send(&data->hid_mq,(void *)&report,sizeof(report)); in _ep_out_handler()
605 struct hid_report report; in _hid_write() local
608 report.report_id = pos; in _hid_write()
609 rt_memcpy((void *)report.report,(void *)buffer,size); in _hid_write()
610 report.size = size; in _hid_write()
622 dump_report(report); in HID_Report_Received()
630 struct hid_report report; in hid_thread_entry() local
[all …]
/components/drivers/usb/cherryusb/class/hid/
A Dusbd_hid.c103 …_t busid, uint8_t intf, uint8_t report_id, uint8_t report_type, uint8_t *report, uint32_t report_l… in usbd_hid_set_report() argument
109 (void)report; in usbd_hid_set_report()
A Dusbd_hid.h22 …_t busid, uint8_t intf, uint8_t report_id, uint8_t report_type, uint8_t *report, uint32_t report_l…
/components/drivers/usb/cherryusb/class/aoa/
A Dusbh_aoa.h30 int usbh_aoa_register_hid(struct usbh_aoa *aoa_class, uint16_t id, uint8_t *report, uint32_t report…
A Dusbh_aoa.c132 int usbh_aoa_register_hid(struct usbh_aoa *aoa_class, uint16_t id, uint8_t *report, uint32_t report… in usbh_aoa_register_hid() argument
165 memcpy(g_aoa_buffer, report + offset, len); in usbh_aoa_register_hid()
/components/drivers/include/drivers/
A Dusb_common.h462 rt_uint8_t report[63]; member
466 extern void HID_Report_Received(hid_report_t report);
/components/legacy/usb/
A DKconfig168 int "General HID device out report length"
173 int "General HID device in report length"
/components/net/lwip/lwip-2.0.3/doc/
A Dcontrib.txt46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
/components/net/lwip/lwip-2.1.2/doc/
A Dcontrib.txt46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
/components/net/lwip/lwip-1.4.1/doc/
A Dcontrib.txt46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG505 report sent data when only part of a segment is acked) and don't include
837 * igmp.c: fixed bug #39145 IGMP membership report for 224.0.0.1
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG758 report sent data when only part of a segment is acked) and don't include
1090 * igmp.c: fixed bug #39145 IGMP membership report for 224.0.0.1
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile411 # symbols. At the end of a run doxygen will report the cache usage and suggest
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile420 # symbols. At the end of a run doxygen will report the cache usage and suggest
A Dlwip.Doxyfile.cmake.in420 # symbols. At the end of a run doxygen will report the cache usage and suggest

Completed in 27 milliseconds