Lines Matching refs:reports
454 …esp_hidh_dev_reports_get(esp_hidh_dev_t *dev, size_t *num_reports, esp_hid_report_item_t **reports) in esp_hidh_dev_reports_get() argument
471 esp_hidh_dev_report_t *dr = dev->reports; in esp_hidh_dev_reports_get()
488 *reports = r; in esp_hidh_dev_reports_get()
547 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_report_by_handle()
559 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_report_by_id_type_proto()
572 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_report_by_id_and_type()
584 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_input_report_by_id_and_proto()
596 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_input_report_by_len_and_proto()
614 esp_hidh_dev_report_t *r = dev->reports; in esp_hidh_dev_get_input_report_by_proto_and_data()
632 r = dev->reports; in esp_hidh_dev_get_input_report_by_proto_and_data()
664 while (dev->reports) { in esp_hidh_dev_resources_free()
665 r = dev->reports; in esp_hidh_dev_resources_free()
666 dev->reports = dev->reports->next; in esp_hidh_dev_resources_free()