Home
last modified time | relevance | path

Searched refs:report (Results 201 - 225 of 948) sorted by relevance

12345678910>>...38

/kernel/linux/linux-5.10/drivers/input/tablet/
H A Dgtco.c5 TO CHECK: Is pressure done right on report 5?
79 /* Max size of a single report */
195 * The main purpose of this is to use the HID report desc to figure
200 static void parse_hid_report_descriptor(struct gtco *device, char * report, in parse_hid_report_descriptor() argument
231 /* Walk this report and pull out the info we need */ in parse_hid_report_descriptor()
233 prefix = report[i++]; in parse_hid_report_descriptor()
246 data = report[i]; in parse_hid_report_descriptor()
249 data16 = get_unaligned_le16(&report[i]); in parse_hid_report_descriptor()
252 data32 = get_unaligned_le32(&report[i]); in parse_hid_report_descriptor()
270 * information from a report in parse_hid_report_descriptor()
839 char *report; gtco_probe() local
[all...]
/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-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...]
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
/kernel/linux/linux-5.10/tools/testing/selftests/splice/
H A Dshort_splice_read.sh76 report="$4"
80 echo " matched $report" >&2
83 echo " no match: '$out' vs $report" >&2
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dcoresight.sh53 perf report --stdio --dump -i "$1" | \
100 # Scan the perf report to find the TIDs that are actually CID in hex
102 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
108 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
114 # them in the TIDs found in the perf report
/kernel/linux/linux-6.6/tools/testing/selftests/splice/
H A Dshort_splice_read.sh76 report="$4"
80 echo " matched $report" >&2
83 echo " no match: '$out' vs $report" >&2
/third_party/benchmark/test/
H A Dbenchmark_min_time_flag_time_test.cc26 virtual void ReportRuns(const std::vector<Run>& report) BENCHMARK_OVERRIDE {
27 assert(report.size() == 1);
28 ConsoleReporter::ReportRuns(report);
H A Dskip_with_error_test.cc17 void ReportRuns(const std::vector<Run>& report) override {
18 all_runs_.insert(all_runs_.end(), begin(report), end(report));
19 ConsoleReporter::ReportRuns(report);
H A Dregister_benchmark_test.cc13 void ReportRuns(const std::vector<Run>& report) override {
14 all_runs_.insert(all_runs_.end(), begin(report), end(report));
15 ConsoleReporter::ReportRuns(report);
/third_party/skia/tools/skqp/
H A Drun_skqp_exe33 cmd = "cd /data/local/tmp/skqp; ./skqp skqp_assets '' report"
39 adb('pull', "/data/local/tmp/skqp/report", tmpdir)
41 return ret, os.path.join(tmpdir, 'report')
48 ret, report = skqp(sys.argv[1])
53 sys.stdout.write('\nReturn code: %d\nOutput written to "%s"\n' % (ret, report))
54 os.system("bin/sysopen " + os.path.join(report, 'report.html'))
/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...]
/third_party/python/Tools/peg_generator/pegen/
H A Dtokenizer.py32 self.report(False, False)
40 self.report(cached, False)
105 self.report(True, index < old_index)
107 def report(self, cached: bool, back: bool) -> None: member in Tokenizer
/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()
/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...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dabs.py34 from _core.report.suite_reporter import SuiteReporter
35 from _core.report.suite_reporter import ResultCode
181 suite.report = test_result.report
202 test.report = test_result.report
274 test.report = test_result.report
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py46 from _core.report.encrypt import check_pub_key_exist
47 from _core.report.encrypt import do_rsa_encrypt
48 from _core.report.reporter_helper import DataHelper
49 from _core.report.reporter_helper import ExecInfo
50 from _core.report.reporter_helper import ReportConstant
51 from _core.report.repeater_helper import RepeatHelper
128 # generate data report
187 temp_file_report_html = os.path.join(self.report_path, "report.html")
197 LOG.info(f"Generate test report: file:///{test_report}")
295 module_report, module_time = module.report, modul
[all...]
/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
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dlog.py24 from _core.report.encrypt import check_pub_key_exist
25 from _core.report.reporter_helper import ReportConstant
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H A Dxmit.c843 /* Fill out the mac80211 TXstatus report based on the b43-specific
844 * txstatus report data. This returns a boolean whether the frame was
847 struct ieee80211_tx_info *report, in b43_fill_txstatus_report()
856 retry_limit = report->status.rates[0].count; in b43_fill_txstatus_report()
857 ieee80211_tx_info_clear_status(report); in b43_fill_txstatus_report()
861 report->flags |= IEEE80211_TX_STAT_ACK; in b43_fill_txstatus_report()
864 if (!(report->flags & IEEE80211_TX_CTL_NO_ACK)) { in b43_fill_txstatus_report()
871 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
880 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
881 report in b43_fill_txstatus_report()
846 b43_fill_txstatus_report(struct b43_wldev *dev, struct ieee80211_tx_info *report, const struct b43_txstatus *status) b43_fill_txstatus_report() argument
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dda7219-aad.c38 /* Send an initial empty report */ in da7219_aad_jack_det()
118 int report = 0, ret = 0; in da7219_aad_hptest_work() local
253 report |= SND_JACK_HEADPHONE; in da7219_aad_hptest_work()
255 report |= SND_JACK_LINEOUT; in da7219_aad_hptest_work()
329 * Only send report if jack hasn't been removed during process, in da7219_aad_hptest_work()
333 snd_soc_jack_report(da7219_aad->jack, report, in da7219_aad_hptest_work()
350 int i, ret, report = 0, mask = 0; in da7219_aad_irq_thread() local
378 report |= SND_JACK_MECHANICAL; in da7219_aad_irq_thread()
388 * HP impedance test to determine output type to report. in da7219_aad_irq_thread()
399 report | in da7219_aad_irq_thread()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H A Dxmit.c843 /* Fill out the mac80211 TXstatus report based on the b43-specific
844 * txstatus report data. This returns a boolean whether the frame was
847 struct ieee80211_tx_info *report, in b43_fill_txstatus_report()
856 retry_limit = report->status.rates[0].count; in b43_fill_txstatus_report()
857 ieee80211_tx_info_clear_status(report); in b43_fill_txstatus_report()
861 report->flags |= IEEE80211_TX_STAT_ACK; in b43_fill_txstatus_report()
864 if (!(report->flags & IEEE80211_TX_CTL_NO_ACK)) { in b43_fill_txstatus_report()
871 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
880 report->status.rates[0].count = 0; in b43_fill_txstatus_report()
881 report in b43_fill_txstatus_report()
846 b43_fill_txstatus_report(struct b43_wldev *dev, struct ieee80211_tx_info *report, const struct b43_txstatus *status) b43_fill_txstatus_report() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dda7219-aad.c38 /* Send an initial empty report */ in da7219_aad_jack_det()
117 int report = 0, ret; in da7219_aad_hptest_work() local
252 report |= SND_JACK_HEADPHONE; in da7219_aad_hptest_work()
254 report |= SND_JACK_LINEOUT; in da7219_aad_hptest_work()
328 * Only send report if jack hasn't been removed during process, in da7219_aad_hptest_work()
332 snd_soc_jack_report(da7219_aad->jack, report, in da7219_aad_hptest_work()
358 int i, ret, report = 0, mask = 0; in da7219_aad_irq_thread() local
398 report |= SND_JACK_MECHANICAL; in da7219_aad_irq_thread()
408 * HP impedance test to determine output type to report. in da7219_aad_irq_thread()
424 report | in da7219_aad_irq_thread()
[all...]

Completed in 20 milliseconds

12345678910>>...38