Home
last modified time | relevance | path

Searched refs:report (Results 226 - 250 of 993) sorted by relevance

12345678910>>...40

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-logitech-hidpp.c110 * bluetooth. The message lengths are defined by the hid vendor specific report
111 * descriptor for the HIDPP_SHORT report type (total message lenth 7 bytes) and
112 * the HIDPP_LONG report type (total message length 20 bytes)
114 * The RAP protocol uses both report types, whereas the FAP only uses HIDPP_LONG
418 /* Send as long report if short reports are not supported. */ in hidpp_send_rap_command_sync()
477 struct hidpp_report *report) in hidpp_report_is_connect_event()
480 (report->fap.feature_index == hidpp->wireless_feature_index)) || in hidpp_report_is_connect_event()
481 ((report->report_id == REPORT_ID_HIDPP_SHORT) && in hidpp_report_is_connect_event()
482 (report->rap.sub_id == 0x41)); in hidpp_report_is_connect_event()
801 struct hidpp_report *report in hidpp10_battery_event() local
476 hidpp_report_is_connect_event(struct hidpp_device *hidpp, struct hidpp_report *report) hidpp_report_is_connect_event() argument
1344 struct hidpp_report *report = (struct hidpp_report *)data; hidpp20_battery_event_1000() local
1528 struct hidpp_report *report = (struct hidpp_report *)data; hidpp20_battery_voltage_event() local
1737 struct hidpp_report *report = (struct hidpp_report *)data; hidpp20_battery_event_1004() local
1986 struct hidpp_report *report = (struct hidpp_report *)data; hidpp20_adc_measurement_event_1f20() local
2149 struct hidpp_report *report = (struct hidpp_report *)data; hidpp_solar_battery_event() local
3061 struct hidpp_report *report = (struct hidpp_report *)data; wtp_raw_event() local
3868 struct hidpp_report *report = (struct hidpp_report *)data; hidpp_raw_hidpp_event() local
3958 hidpp_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) hidpp_raw_event() argument
4333 struct hid_report *report; hidpp_get_report_length() local
4389 struct hid_report *report; hidpp_application_equals() local
[all...]
H A Dhid-lg4ff.h10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report,
17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
H A Dhid-lenovo.c89 hid_err(hdev, "Set LED output report error: %d\n", ret); in lenovo_led_set_tp10ubkbd()
143 * 0x8801 from the report ID 4 in lenovo_report_fixup()
159 rdesc[254] = 0x08; /* report size = 0x08 */ in lenovo_report_fixup()
160 rdesc[256] = 0x01; /* report count = 0x01 */ in lenovo_report_fixup()
162 rdesc[260] = 0x01; /* report count (2) = 0x01 */ in lenovo_report_fixup()
264 * Use only the page that contains report ID == 5. in lenovo_input_mapping_tpIIkbd()
268 field->report->id == 5) { in lenovo_input_mapping_tpIIkbd()
312 field->report->id == 21) { in lenovo_input_mapping_tpIIkbd()
496 * Feature report 0x13 is used for USB, in lenovo_send_cmd_cptkbd()
497 * output report in lenovo_send_cmd_cptkbd()
682 lenovo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lenovo_raw_event() argument
788 struct hid_report *report; lenovo_features_set_tpkbd() local
1030 struct hid_report *report; lenovo_led_set_tpkbd() local
[all...]
/third_party/ffmpeg/tests/checkasm/
H A Daacpsdsp.c242 report("add_squares"); in checkasm_check_aacpsdsp()
246 report("mul_pair_single"); in checkasm_check_aacpsdsp()
250 report("hybrid_analysis"); in checkasm_check_aacpsdsp()
254 report("hybrid_analysis_ileave"); in checkasm_check_aacpsdsp()
258 report("hybrid_synthesis_deint"); in checkasm_check_aacpsdsp()
261 report("stereo_interpolate"); in checkasm_check_aacpsdsp()
H A Dvf_gblur.c97 report("horiz_slice"); in checkasm_check_vf_gblur()
104 report("postscale_slice"); in checkasm_check_vf_gblur()
111 report("verti_slice"); in checkasm_check_vf_gblur()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtc.c238 const struct ath10k_htc_credit_report *report, in ath10k_htc_process_credit_report()
246 if (len % sizeof(*report)) in ath10k_htc_process_credit_report()
247 ath10k_warn(ar, "Uneven credit report len %d", len); in ath10k_htc_process_credit_report()
249 n_reports = len / sizeof(*report); in ath10k_htc_process_credit_report()
252 for (i = 0; i < n_reports; i++, report++) { in ath10k_htc_process_credit_report()
253 if (report->eid >= ATH10K_HTC_EP_COUNT) in ath10k_htc_process_credit_report()
256 ep = &htc->endpoint[report->eid]; in ath10k_htc_process_credit_report()
257 ep->tx_credits += report->credits; in ath10k_htc_process_credit_report()
260 report->eid, report in ath10k_htc_process_credit_report()
237 ath10k_htc_process_credit_report(struct ath10k_htc *htc, const struct ath10k_htc_credit_report *report, int len, enum ath10k_htc_ep_id eid) ath10k_htc_process_credit_report() argument
272 ath10k_htc_process_lookahead(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_report *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) ath10k_htc_process_lookahead() argument
304 ath10k_htc_process_lookahead_bundle(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_bundle *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) ath10k_htc_process_lookahead_bundle() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtc.c247 const struct ath10k_htc_credit_report *report, in ath10k_htc_process_credit_report()
255 if (len % sizeof(*report)) in ath10k_htc_process_credit_report()
256 ath10k_warn(ar, "Uneven credit report len %d", len); in ath10k_htc_process_credit_report()
258 n_reports = len / sizeof(*report); in ath10k_htc_process_credit_report()
261 for (i = 0; i < n_reports; i++, report++) { in ath10k_htc_process_credit_report()
262 if (report->eid >= ATH10K_HTC_EP_COUNT) in ath10k_htc_process_credit_report()
265 ep = &htc->endpoint[report->eid]; in ath10k_htc_process_credit_report()
266 ep->tx_credits += report->credits; in ath10k_htc_process_credit_report()
269 report->eid, report in ath10k_htc_process_credit_report()
246 ath10k_htc_process_credit_report(struct ath10k_htc *htc, const struct ath10k_htc_credit_report *report, int len, enum ath10k_htc_ep_id eid) ath10k_htc_process_credit_report() argument
281 ath10k_htc_process_lookahead(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_report *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) ath10k_htc_process_lookahead() argument
313 ath10k_htc_process_lookahead_bundle(struct ath10k_htc *htc, const struct ath10k_htc_lookahead_bundle *report, int len, enum ath10k_htc_ep_id eid, void *next_lookaheads, int *next_lookaheads_len) ath10k_htc_process_lookahead_bundle() argument
[all...]
/base/hiviewdfx/hiview/plugins/performance/reporter/adapter/
H A DJankAnimatorReporterAdapter.h32 void ReportNormal(const JankAnimatorReportEvent& report) override;
33 void ReportCritical(const JankAnimatorReportEvent& report) override;
/base/account/os_account/services/accountmgr/include/domain_account/
H A Dstatus_listener_manager.h39 void NotifyEventAsync(const DomainAccountEventData &report);
42 void DomainAccountEventParcel(const DomainAccountEventData &report, Parcel &parcel);
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/include/
H A Ddevice_status_collect_manager_test.h41 explicit MockCollectPlugin(const sptr<IReport>& report) : ICollectPlugin(report) {}; in MockCollectPlugin() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dicollect_plugin.cpp20 ICollectPlugin::ICollectPlugin(const sptr<IReport>& report) : report_(report) in ICollectPlugin() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg4ff.h10 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report,
17 static inline int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Ddevice_timed_collect_test.cpp303 * @tc.desc: test ReportEvent, report is nullptr
319 * @tc.desc: test ReportEvent, report is nullptr
334 * @tc.desc: test ReportEvent, report is not nullptr
500 sptr<IReport> report; in HWTEST_F() local
502 std::make_shared<DeviceTimedCollect>(report); in HWTEST_F()
516 sptr<IReport> report; in HWTEST_F() local
518 std::make_shared<DeviceTimedCollect>(report); in HWTEST_F()
533 sptr<IReport> report; in HWTEST_F() local
535 std::make_shared<DeviceTimedCollect>(report); in HWTEST_F()
550 sptr<IReport> report; in HWTEST_F() local
567 sptr<IReport> report; HWTEST_F() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c26 struct recv_stat report; in update_recvframe_attrib() local
27 PRXREPORT prxreport = (PRXREPORT)&report; in update_recvframe_attrib()
29 report.rxdw0 = prxstat->rxdw0; in update_recvframe_attrib()
30 report.rxdw1 = prxstat->rxdw1; in update_recvframe_attrib()
31 report.rxdw2 = prxstat->rxdw2; in update_recvframe_attrib()
32 report.rxdw3 = prxstat->rxdw3; in update_recvframe_attrib()
33 report.rxdw4 = prxstat->rxdw4; in update_recvframe_attrib()
34 report.rxdw5 = prxstat->rxdw5; in update_recvframe_attrib()
39 /* update rx report to recv_frame attribute */ in update_recvframe_attrib()
45 /* update rx report t in update_recvframe_attrib()
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Drtl8723bs_recv.c25 struct recv_stat report; in update_recvframe_attrib() local
26 struct rxreport_8723b *prxreport = (struct rxreport_8723b *)&report; in update_recvframe_attrib()
28 report.rxdw0 = prxstat->rxdw0; in update_recvframe_attrib()
29 report.rxdw1 = prxstat->rxdw1; in update_recvframe_attrib()
30 report.rxdw2 = prxstat->rxdw2; in update_recvframe_attrib()
31 report.rxdw3 = prxstat->rxdw3; in update_recvframe_attrib()
32 report.rxdw4 = prxstat->rxdw4; in update_recvframe_attrib()
33 report.rxdw5 = prxstat->rxdw5; in update_recvframe_attrib()
38 /* update rx report to recv_frame attribute */ in update_recvframe_attrib()
43 /* update rx report t in update_recvframe_attrib()
[all...]
/base/hiviewdfx/hiview/plugins/performance/monitor/gateway/reporter/
H A DIJankAnimatorReporter.h56 virtual void ReportNormal(const JankAnimatorReportEvent& report) = 0;
57 virtual void ReportCritical(const JankAnimatorReportEvent& report) = 0;
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_result_callback_proxy.cpp46 for (NetDnsResultReport report: dnsResultReport) { in OnDnsResultReport()
47 if (!report.Marshalling(data)) { in OnDnsResultReport()
/kernel/linux/linux-5.10/include/linux/
H A Dhiddev.h45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() argument
/kernel/linux/linux-6.6/include/linux/
H A Dhiddev.h45 void hiddev_report_event(struct hid_device *hid, struct hid_report *report);
53 static inline void hiddev_report_event(struct hid_device *hid, struct hid_report *report) { } in hiddev_report_event() argument
/third_party/ltp/testcases/kernel/syscalls/ioprio/
H A Dioprio.h46 static inline void ioprio_check_setting(int class, int prio, int report) in ioprio_check_setting() argument
69 else if (report) in ioprio_check_setting()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_conntrack_expect.h106 u32 portid, int report);
119 void *data, u32 portid, int report);
130 u32 portid, int report, unsigned int flags);
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_conntrack_expect.h106 u32 portid, int report);
119 void *data, u32 portid, int report);
130 u32 portid, int report, unsigned int flags);
/third_party/cJSON/tests/unity/extras/fixture/
H A Drakefile_helper.rb122 report command_string
124 report(output) if verbose && !output.nil? && !output.empty?
140 report 'Running Unity system tests...'
/third_party/benchmark/test/
H A Dfilter_test.cc21 void ReportRuns(const std::vector<Run>& report) override {
23 max_family_index_ = std::max(max_family_index_, report[0].family_index);
24 ConsoleReporter::ReportRuns(report);
/third_party/mbedtls/scripts/
H A Dlcov.sh6 Collect coverage statistics of library code into an HTML report.
20 4. Browse the coverage report in Coverage/index.html.
21 5. After rework, run "$0 -r", then re-test and run "$0" to get a fresh report.
38 # Collect stats and build a HTML report.
55 echo "Coverage report in: Coverage/index.html"

Completed in 18 milliseconds

12345678910>>...40