/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | Makefile | 47 .PHONY: all clean distclean check report 73 # Make report: creates a 'report file' with both source and sample run 74 report: $(TARGET).report 76 $(TARGET).report: check $(TARGET).cpp
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | spectral.c | 476 struct ath11k_spectral_summary_report *report) in ath11k_spectral_pull_summary() 478 report->timestamp = __le32_to_cpu(summary->timestamp); in ath11k_spectral_pull_summary() 479 report->agc_total_gain = FIELD_GET(SPECTRAL_SUMMARY_INFO0_AGC_TOTAL_GAIN, in ath11k_spectral_pull_summary() 481 report->out_of_band_flag = FIELD_GET(SPECTRAL_SUMMARY_INFO0_OB_FLAG, in ath11k_spectral_pull_summary() 483 report->grp_idx = FIELD_GET(SPECTRAL_SUMMARY_INFO0_GRP_IDX, in ath11k_spectral_pull_summary() 485 report->rf_saturation = FIELD_GET(SPECTRAL_SUMMARY_INFO0_RECENT_RFSAT, in ath11k_spectral_pull_summary() 487 report->inb_pwr_db = FIELD_GET(SPECTRAL_SUMMARY_INFO0_INBAND_PWR_DB, in ath11k_spectral_pull_summary() 489 report->false_scan = FIELD_GET(SPECTRAL_SUMMARY_INFO0_FALSE_SCAN, in ath11k_spectral_pull_summary() 491 report->detector_id = FIELD_GET(SPECTRAL_SUMMARY_INFO0_DETECTOR_ID, in ath11k_spectral_pull_summary() 493 report in ath11k_spectral_pull_summary() 473 ath11k_spectral_pull_summary(struct ath11k *ar, struct wmi_dma_buf_release_meta_data *meta, struct spectral_summary_fft_report *summary, struct ath11k_spectral_summary_report *report) ath11k_spectral_pull_summary() argument 507 ath11k_spectral_pull_search(struct ath11k *ar, struct spectral_search_fft_report *search, struct ath11k_spectral_search_report *report) ath11k_spectral_pull_search() argument [all...] |
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-bigbenff.c | 176 struct hid_report *report; member 202 struct hid_field *report_field = bigben->report->field[0]; in bigben_worker() 209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL); in bigben_worker() 213 len = hid_report_len(bigben->report); in bigben_worker() 229 hid_output_report(bigben->report, buf); in bigben_worker() 235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker() 236 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker() 253 hid_output_report(bigben->report, buf); in bigben_worker() 259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker() 260 bigben->report in bigben_worker() [all...] |
H A D | hid-primax.c | 17 static int px_raw_event(struct hid_device *hid, struct hid_report *report, in px_raw_event() argument 22 switch (report->id) { in px_raw_event() 26 * modifier bits and pull the key strokes from the report. in px_raw_event() 27 * Thus a report data set which looked like: in px_raw_event() 50 default: /* unknown report */ in px_raw_event() 51 /* Unknown report type; pass upstream */ in px_raw_event() 52 hid_info(hid, "unknown report type %d\n", report->id); in px_raw_event()
|
H A D | hid-prodikeys.c | 274 struct hid_report *report; in pcmidi_get_output_report() local 276 list_for_each_entry(report, in pcmidi_get_output_report() 278 if (!(6 == report->id)) in pcmidi_get_output_report() 281 if (report->maxfield < 1) { in pcmidi_get_output_report() 282 hid_err(hdev, "output report is empty\n"); in pcmidi_get_output_report() 285 if (report->field[0]->report_count != 2) { in pcmidi_get_output_report() 289 pm->pcmidi_report6 = report; in pcmidi_get_output_report() 299 struct hid_report *report = pm->pcmidi_report6; in pcmidi_submit_output_report() local 300 report->field[0]->value[0] = 0x01; in pcmidi_submit_output_report() 301 report in pcmidi_submit_output_report() 777 pk_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) pk_raw_event() argument [all...] |
H A D | hid-uclogic-core.c | 29 /* Pointer to the replacement report descriptor. NULL if none. */ 32 * Size of the replacement report descriptor. 47 * tablets which don't report that. 112 /* no report associated (HID_QUIRK_MULTI_INPUT not set) */ in uclogic_input_configured() 113 if (!hi->report) in uclogic_input_configured() 117 * If this is the input corresponding to the pen report in uclogic_input_configured() 120 if (hi->report->id == params->pen.id) { in uclogic_input_configured() 125 field = hi->report->field[0]; in uclogic_input_configured() 202 /* Generate replacement report descriptor */ in uclogic_probe() 208 "failed generating replacement report descripto in uclogic_probe() 250 uclogic_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) uclogic_raw_event() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-bigbenff.c | 176 struct hid_report *report; member 202 struct hid_field *report_field = bigben->report->field[0]; in bigben_worker() 209 buf = hid_alloc_report_buf(bigben->report, GFP_KERNEL); in bigben_worker() 213 len = hid_report_len(bigben->report); in bigben_worker() 229 hid_output_report(bigben->report, buf); in bigben_worker() 235 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker() 236 bigben->report->type, HID_REQ_SET_REPORT); in bigben_worker() 253 hid_output_report(bigben->report, buf); in bigben_worker() 259 hid_hw_raw_request(bigben->hid, bigben->report->id, buf, len, in bigben_worker() 260 bigben->report in bigben_worker() [all...] |
H A D | hid-primax.c | 17 static int px_raw_event(struct hid_device *hid, struct hid_report *report, in px_raw_event() argument 22 switch (report->id) { in px_raw_event() 26 * modifier bits and pull the key strokes from the report. in px_raw_event() 27 * Thus a report data set which looked like: in px_raw_event() 50 default: /* unknown report */ in px_raw_event() 51 /* Unknown report type; pass upstream */ in px_raw_event() 52 hid_info(hid, "unknown report type %d\n", report->id); in px_raw_event()
|
H A D | hid-prodikeys.c | 274 struct hid_report *report; in pcmidi_get_output_report() local 276 list_for_each_entry(report, in pcmidi_get_output_report() 278 if (!(6 == report->id)) in pcmidi_get_output_report() 281 if (report->maxfield < 1) { in pcmidi_get_output_report() 282 hid_err(hdev, "output report is empty\n"); in pcmidi_get_output_report() 285 if (report->field[0]->report_count != 2) { in pcmidi_get_output_report() 289 pm->pcmidi_report6 = report; in pcmidi_get_output_report() 299 struct hid_report *report = pm->pcmidi_report6; in pcmidi_submit_output_report() local 300 report->field[0]->value[0] = 0x01; in pcmidi_submit_output_report() 301 report in pcmidi_submit_output_report() 777 pk_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) pk_raw_event() argument [all...] |
H A D | hid-magicmouse.c | 116 * @input: Input device through which we report events. 118 * @ntouches: Number of touches in most recent touch report. 374 struct hid_report *report, u8 *data, int size) in magicmouse_raw_event() 480 magicmouse_raw_event(hdev, report, data + 2, data[1]); in magicmouse_raw_event() 481 magicmouse_raw_event(hdev, report, data + 2 + data[1], in magicmouse_raw_event() 510 field->report->id == MOUSE2_REPORT_ID) { in magicmouse_event() 762 struct hid_report *report; in magicmouse_fetch_battery() local 770 report = report_enum->report_id_hash[hdev->battery_report_id]; in magicmouse_fetch_battery() 772 if (!report || report in magicmouse_fetch_battery() 373 magicmouse_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) magicmouse_raw_event() argument 800 struct hid_report *report; magicmouse_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-core.c | 337 struct hid_report *report; in hid_submit_out() local 342 report = usbhid->out[usbhid->outtail].report; in hid_submit_out() 345 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out() 367 struct hid_report *report; in hid_submit_ctrl() local 373 report = usbhid->ctrl[usbhid->ctrltail].report; in hid_submit_ctrl() 377 len = hid_report_len(report); in hid_submit_ctrl() 406 usbhid->cr->wValue = cpu_to_le16(((report->type + 1) << 8) | in hid_submit_ctrl() 407 report in hid_submit_ctrl() 523 __usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) __usbhid_submit_report() argument 632 usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) usbhid_submit_report() argument 657 hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) hid_set_idle() argument 771 struct hid_report *report; usbhid_init_reports() local 805 struct hid_report *report; hid_find_field_early() local 843 struct hid_report *report; hid_find_max_report() local 1302 usbhid_idle(struct hid_device *hid, int report, int idle, int reqtype) usbhid_idle() argument [all...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-core.c | 337 struct hid_report *report; in hid_submit_out() local 342 report = usbhid->out[usbhid->outtail].report; in hid_submit_out() 345 usbhid->urbout->transfer_buffer_length = hid_report_len(report); in hid_submit_out() 367 struct hid_report *report; in hid_submit_ctrl() local 373 report = usbhid->ctrl[usbhid->ctrltail].report; in hid_submit_ctrl() 377 len = hid_report_len(report); in hid_submit_ctrl() 402 usbhid->cr->wValue = cpu_to_le16(((report->type + 1) << 8) | in hid_submit_ctrl() 403 report in hid_submit_ctrl() 521 __usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) __usbhid_submit_report() argument 630 usbhid_submit_report(struct hid_device *hid, struct hid_report *report, unsigned char dir) usbhid_submit_report() argument 655 hid_set_idle(struct usb_device *dev, int ifnum, int report, int idle) hid_set_idle() argument 769 struct hid_report *report; usbhid_init_reports() local 803 struct hid_report *report; hid_find_field_early() local 841 struct hid_report *report; hid_find_max_report() local 1300 usbhid_idle(struct hid_device *hid, int report, int idle, int reqtype) usbhid_idle() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | hid.h | 54 * HID report item format 67 * HID report descriptor item type (prefix bit 2,3) 76 * HID report descriptor main item tags 86 * HID report descriptor main item contents 100 * HID report descriptor collection item types 109 * HID report descriptor global item tags 126 * HID report descriptor local item tags 492 unsigned report_offset; /* bit offset in the report */ 493 unsigned report_size; /* size of this field in the report */ 494 unsigned report_count; /* number of this field in the report */ 508 struct hid_report *report; /* associated report */ global() member 558 struct hid_report *report; global() member 563 struct hid_report *report; global() member 579 struct hid_report *report; global() member 823 void (*report)(struct hid_device *hdev, struct hid_report *report); global() member 1158 hid_hw_idle(struct hid_device *hdev, int report, int idle, enum hid_class_request reqtype) hid_hw_idle() argument 1199 hid_report_len(struct hid_report *report) hid_report_len() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/ |
H A D | nb8800.c | 267 static void nb8800_rx_error(struct net_device *dev, u32 report) in nb8800_rx_error() argument 269 if (report & RX_LENGTH_ERR) in nb8800_rx_error() 272 if (report & RX_FCS_ERR) in nb8800_rx_error() 275 if (report & RX_FIFO_OVERRUN) in nb8800_rx_error() 278 if (report & RX_ALIGNMENT_ERROR) in nb8800_rx_error() 303 if (!rxd->report) in nb8800_poll() 306 len = RX_BYTES_TRANSFERRED(rxd->report); in nb8800_poll() 308 if (IS_RX_ERROR(rxd->report)) in nb8800_poll() 309 nb8800_rx_error(dev, rxd->report); in nb8800_poll() 316 if (rxd->report in nb8800_poll() 473 nb8800_tx_error(struct net_device *dev, u32 report) nb8800_tx_error() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/radio/ |
H A D | radio-si476x.c | 384 struct si476x_rsq_status_report report; in si476x_radio_g_tuner() local 442 &args, &report); in si476x_radio_g_tuner() 448 * report.rssi: -128 .. 127 in si476x_radio_g_tuner() 450 tuner->signal = (report.rssi + 128) * 257; in si476x_radio_g_tuner() 662 struct si476x_rsq_status_report report; in si476x_radio_g_frequency() local 671 err = radio->ops->rsq_status(radio->core, &args, &report); in si476x_radio_g_frequency() 674 report.readfreq); in si476x_radio_g_frequency() 1198 struct si476x_acf_status_report report; in si476x_radio_read_acf_blob() local 1202 err = radio->ops->acf_status(radio->core, &report); in si476x_radio_read_acf_blob() 1210 return simple_read_from_buffer(user_buf, count, ppos, &report, in si476x_radio_read_acf_blob() 1226 struct si476x_rds_blockcount_report report; si476x_radio_read_rds_blckcnt_blob() local 1255 struct si476x_agc_status_report report; si476x_radio_read_agc_blob() local 1283 struct si476x_rsq_status_report report; si476x_radio_read_rsq_blob() local 1318 struct si476x_rsq_status_report report; si476x_radio_read_rsq_primary_blob() local [all...] |
/kernel/linux/linux-6.6/drivers/media/radio/ |
H A D | radio-si476x.c | 378 struct si476x_rsq_status_report report; in si476x_radio_g_tuner() local 436 &args, &report); in si476x_radio_g_tuner() 442 * report.rssi: -128 .. 127 in si476x_radio_g_tuner() 444 tuner->signal = (report.rssi + 128) * 257; in si476x_radio_g_tuner() 656 struct si476x_rsq_status_report report; in si476x_radio_g_frequency() local 665 err = radio->ops->rsq_status(radio->core, &args, &report); in si476x_radio_g_frequency() 668 report.readfreq); in si476x_radio_g_frequency() 1189 struct si476x_acf_status_report report; in si476x_radio_read_acf_blob() local 1193 err = radio->ops->acf_status(radio->core, &report); in si476x_radio_read_acf_blob() 1201 return simple_read_from_buffer(user_buf, count, ppos, &report, in si476x_radio_read_acf_blob() 1217 struct si476x_rds_blockcount_report report; si476x_radio_read_rds_blckcnt_blob() local 1246 struct si476x_agc_status_report report; si476x_radio_read_agc_blob() local 1274 struct si476x_rsq_status_report report; si476x_radio_read_rsq_blob() local 1309 struct si476x_rsq_status_report report; si476x_radio_read_rsq_primary_blob() local [all...] |
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | zns.c | 172 struct nvme_zone_report *report; in nvme_ns_report_zones() local 178 report = nvme_zns_alloc_report_buffer(ns, nr_zones, &buflen); in nvme_ns_report_zones() 179 if (!report) in nvme_ns_report_zones() 191 memset(report, 0, buflen); in nvme_ns_report_zones() 194 ret = nvme_submit_sync_cmd(ns->queue, &c, report, buflen); in nvme_ns_report_zones() 201 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones); in nvme_ns_report_zones() 206 ret = nvme_zone_parse_entry(ns, &report->entries[i], in nvme_ns_report_zones() 221 kvfree(report); in nvme_ns_report_zones()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | zns.c | 179 struct nvme_zone_report *report; in nvme_ns_report_zones() local 188 report = nvme_zns_alloc_report_buffer(ns, nr_zones, &buflen); in nvme_ns_report_zones() 189 if (!report) in nvme_ns_report_zones() 201 memset(report, 0, buflen); in nvme_ns_report_zones() 204 ret = nvme_submit_sync_cmd(ns->queue, &c, report, buflen); in nvme_ns_report_zones() 211 nz = min((unsigned int)le64_to_cpu(report->nr_zones), nr_zones); in nvme_ns_report_zones() 216 ret = nvme_zone_parse_entry(ns, &report->entries[i], in nvme_ns_report_zones() 231 kvfree(report); in nvme_ns_report_zones()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_kwork.c | 93 if (kwork->report == KWORK_REPORT_RUNTIME) { in irq_load_prepare() 106 if (kwork->report == KWORK_REPORT_RUNTIME) { in softirq_load_prepare() 109 } else if (kwork->report == KWORK_REPORT_LATENCY) { in softirq_load_prepare() 122 if (kwork->report == KWORK_REPORT_RUNTIME) { in workqueue_load_prepare() 125 } else if (kwork->report == KWORK_REPORT_LATENCY) { in workqueue_load_prepare() 289 if (kwork->report == KWORK_REPORT_RUNTIME) { in add_work() 295 } else if (kwork->report == KWORK_REPORT_LATENCY) { in add_work() 302 pr_debug("Invalid bpf report type %d\n", kwork->report); in add_work() 328 pr_debug("Invalid report f in perf_kwork__report_read_bpf() [all...] |
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 98 from _core.report.encrypt import check_pub_key_exist 156 from _core.report.suite_reporter import SuiteReporter 157 from _core.report.suite_reporter import ResultCode 158 from _core.report.reporter_helper import ExecInfo 159 from _core.report.reporter_helper import ReportConstant 160 from _core.report.result_reporter import ResultReporter 161 from _core.report.reporter_helper import DataHelper 162 from _core.report.__main__ import main_report
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 106 this.report = await this[_getReport]() 107 log.silly('audit report', this.report) 108 if (this.report) { 123 for (const [name, advisories] of Object.entries(this.report)) { 277 static auditToBulk (report) { 278 if (!report.advisories) { 279 // tack on the report json where the response body would go 280 throw Object.assign(new Error('Invalid advisory report'), { 281 body: JSON.stringify(report), [all...] |
/kernel/linux/linux-6.6/tools/perf/tests/shell/ |
H A D | record+zstd_comp_decomp.sh | 22 $perf_tool report -i "$trace_file" --header --stats | \ 28 $perf_tool report -i "$trace_file" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.comp.output" && 29 $perf_tool report -i "$trace_file.decomp" --stdio -F comm,dso,sym | head -n -3 > "$trace_file.decomp.output" &&
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jpegtran.c | 47 static boolean report; /* for -report switch */ variable 99 fprintf(stderr, " -report Report transformation progress\n"); in usage() 156 report = FALSE; in parse_switches() 336 } else if (keymatch(arg, "report", 3)) { in parse_switches() 337 report = TRUE; in parse_switches() 579 if (report) { in jpegtran() 581 dst_progress.report = report; in jpegtran() 583 if (report || max_scan in jpegtran() [all...] |
/third_party/node/tools/ |
H A D | mk-ca-bundle.pl | 128 sub report($@) { subroutine 252 report "Warning: Unrecognized trust purpose for cert: $caname. Trust purpose: $1. Trust Level: $2"; 254 report "Warning: Unrecognized trust level for cert: $caname. Trust purpose: $1. Trust Level: $2"; 310 report "Parsing: $caname" if ($opt_v); 322 report "Done ($certnum CA certs processed, $skipnum skipped).";
|
/third_party/skia/tools/ |
H A D | parse_llvm_coverage.py | 7 """Parse an LLVM coverage report to generate useable results.""" 57 def _get_per_file_per_line_coverage(report): 72 lines = report.splitlines() 152 """Summarize the full line-by-line coverage report by file.""" 170 """Generate useful data from a coverage report.""" 173 parser.add_argument('--report', help='input file; an llvm coverage report.', 189 with open(args.report) as f: 190 report = f.read() 192 line_by_line = _get_per_file_per_line_coverage(report) [all...] |