Home
last modified time | relevance | path

Searched refs:report (Results 151 – 175 of 1197) sorted by relevance

12345678910>>...48

/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-core.c478 unsigned long report, unsigned long status) in print_irqstatus() argument
483 loop, jiffies, report, status); in print_irqstatus()
485 if (!(report & (1 << i))) in print_irqstatus()
489 if (report & SAA7134_IRQ_REPORT_DONE_RA0) { in print_irqstatus()
502 unsigned long report,status; in saa7134_irq() local
509 report = saa_readl(SAA7134_IRQ_REPORT); in saa7134_irq()
515 if ((report & SAA7134_IRQ_REPORT_DONE_RA3) && in saa7134_irq()
519 report &= ~SAA7134_IRQ_REPORT_DONE_RA3; in saa7134_irq()
522 if (0 == report) { in saa7134_irq()
528 saa_writel(SAA7134_IRQ_REPORT,report); in saa7134_irq()
[all …]
/openbmc/openbmc/meta-arm/meta-arm-systemready/classes/
H A Darm-systemready-acs.bbclass48 # Copy the report.txt to DEPLOYDIR
49 # The machine-specific implementation can optionally put the report file in
50 # ${UNPACKDIR}/report.txt. If there is no such file present, use the template.
52 report_file = os.path.join(unpackdir, "report.txt")
53 report_file_dest = os.path.join(deploydir, "report.txt")
58 "report.txt")
104 # Copy the report.txt file from DEPLOY_DIR_IMAGE
105 report_file = os.path.join(deploy_dir_image, "report.txt")
106 report_file_dest = os.path.join(testimage_dir, "report.txt")
/openbmc/linux/Documentation/hid/
H A Dhid-sensor.rst6 a report descriptor conforming to HID 1.12 sensor usage tables.
17 data fields. The length and order is specified in the report descriptor. For
18 example a part of report descriptor can look like::
35 The report is indicating "sensor page (0x20)" contains an accelerometer-3D (0x73).
57 report descriptors and identifies all the sensors present. It adds an MFD device
70 functions, which get and set each input/feature/output report.
76 the report and get the indexes of the fields and also can get events. This driver
116 in a report descriptor. If it exists it will store necessary information
121 Set Feature report::
126 This interface is used to set a value for a field in feature report. For example
[all …]
H A Damd-sfh-hid.rst61 enumeration of each sensor, client layer fills the HID Descriptor structure and HID input report
62 structure. HID Feature report structure is optional. The report descriptor structure varies from
99 | | | Create Input report | | |
134 | | report | | |
139 | | | report | | |
142 | | in HID report| | |
/openbmc/linux/Documentation/virt/coco/
H A Dsev-guest.rst22 This section describes ioctls that is used for querying the SEV guest report
78 The SNP_GET_REPORT ioctl can be used to query the attestation report from the
80 provided by the SEV-SNP firmware to query the attestation report.
82 On success, the snp_report_resp.data will contains the report. The report
113 related to the additional certificate data that is returned with the report.
118 firmware to get the attestation report.
120 On success, the snp_ext_report_resp.data will contain the attestation report
136 binaries will be measured as part of the SEV-SNP attestation report.
143 SEV-SNP attestation report.
/openbmc/linux/scripts/coccinelle/api/
H A Dkstrdup.cocci15 virtual report
91 @script:python depends on report@
97 coccilib.report.print_report(p1[0], msg)
99 @script:python depends on report@
105 coccilib.report.print_report(p1[0], msg)
H A Dmemdup_user.cocci16 virtual report
103 @script:python depends on report@
107 coccilib.report.print_report(p[0], "WARNING opportunity for memdup_user")
115 @script:python depends on report@
119 coccilib.report.print_report(p[0], "WARNING opportunity for vmemdup_user")
/openbmc/linux/scripts/coccinelle/api/alloc/
H A Dalloc_cast.cocci21 virtual report
88 // For org and report mode
91 @r2 depends on org || report@
114 @script:python depends on report@
123 coccilib.report.print_report(p[0], msg)
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py218 report = DotDict()
234 report[row["host"]] = row
237 return report
262 report = get_mtr_report(host)
265 row = [value for key, value in report.items() if host[0:28] in key][0]
/openbmc/linux/scripts/coccinelle/free/
H A Ddevm_free.cocci25 virtual report
28 @r depends on context || org || report@
58 @safe depends on context || org || report exists@
137 @script:python depends on report@
142 coccilib.report.print_report(p[0], msg)
/openbmc/linux/tools/perf/Documentation/
H A Dperf-kwork.txt11 'perf kwork' {record|report|latency|timehist}
20 'perf kwork report' to report the per kwork runtime.
22 'perf kwork latency' to report the per kwork latencies.
28 perf kwork report
29 perf kwork report -b
75 OPTIONS for 'perf kwork report'
/openbmc/qemu/contrib/plugins/
H A Dhowvec.c177 g_autoptr(GString) report = g_string_new("Instruction Classes:\n"); in plugin_exit()
189 g_string_append_printf(report, in plugin_exit()
196 g_string_append_printf(report, "Class: %-24s\tcounted individually\n", in plugin_exit()
200 g_string_append_printf(report, "Class: %-24s\tnot counted\n", in plugin_exit()
210 g_string_append_printf(report, "Individual Instructions:\n"); in plugin_exit()
216 g_string_append_printf(report, in plugin_exit()
236 qemu_plugin_outs(report->str); in plugin_exit()
/openbmc/linux/sound/soc/
H A Dsoc-jack.c215 int report; in snd_soc_jack_gpio_detect() local
222 report = gpio->report; in snd_soc_jack_gpio_detect()
224 report = 0; in snd_soc_jack_gpio_detect()
227 report = gpio->jack_status_check(gpio->data); in snd_soc_jack_gpio_detect()
229 snd_soc_jack_report(jack, report, gpio->report); in snd_soc_jack_gpio_detect()
/openbmc/linux/Documentation/dev-tools/
H A Dcoccinelle.rst78 Four basic modes are defined: ``patch``, ``report``, ``context``, and
84 - ``report`` generates a list in the following format:
90 - ``org`` generates a report in the Org mode format of Emacs.
93 of Coccinelle, the default mode is "report".
99 - ``rep+ctxt`` runs successively the report mode and the context mode.
106 To make a report for every semantic patch, run the following command::
108 make coccicheck MODE=report
128 make coccicheck MODE=report V=1
136 make coccicheck MODE=report J=4
164 make coccicheck COCCI=<my_SP.cocci> MODE=report
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libreport/files/
H A D0003-without-build-plugins.patch23 sub_dirs += report-newt
26 -SUBDIRS = include lib report-python cli client-python plugins workflows $(sub_dirs)
27 +SUBDIRS = include lib report-python cli client-python workflows $(sub_dirs)
/openbmc/linux/scripts/coccinelle/misc/
H A Dtest_addr.cocci12 virtual report
28 @script:python depends on report@
33 coccilib.report.print_report(p[0],msg)
H A Dexcluded_middle.cocci12 virtual report
29 @script:python depends on report@
33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B")
H A Dadd_namespace.cocci10 virtual report
28 // Dummy rule for report mode that would otherwise be empty and make spatch
30 @script:python depends on report@
H A Dirqf_oneshot.cocci16 virtual report
93 @match depends on report || org@
109 @script:python depends on report@
113 coccilib.report.print_report(p[0],msg)
H A Dcstptr.cocci13 virtual report
36 @script:python depends on report@
42 coccilib.report.print_report(p2[0],msg)
/openbmc/qemu/tests/migration/guestperf/
H A Dshell.py34 from guestperf.report import Report
187 report = engine.run(hardware, scenario)
189 print(report.to_json())
192 print(report.to_json(), file=fh)
238 report = engine.run(hardware, scenario)
240 print(report.to_json(), file=fh)
286 for report in args.reports:
287 reports.append(Report.from_json_file(report))
/openbmc/linux/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
/openbmc/linux/sound/soc/codecs/
H A Dwm8350.c55 int report; member
1244 int report; in wm8350_hp_work() local
1248 report = jack->report; in wm8350_hp_work()
1250 report = 0; in wm8350_hp_work()
1252 snd_soc_jack_report(jack->jack, report, jack->report); in wm8350_hp_work()
1320 struct snd_soc_jack *jack, int report) in wm8350_hp_jack_detect() argument
1329 priv->hpl.report = report; in wm8350_hp_jack_detect()
1335 priv->hpr.report = report; in wm8350_hp_jack_detect()
1343 if (report) { in wm8350_hp_jack_detect()
1369 int report = 0; in wm8350_mic_handler() local
[all …]
/openbmc/linux/drivers/hid/
H A Dhid-roccat.c78 struct roccat_report *report; in roccat_read() local
118 report = &device->cbuf[reader->cbuf_start]; in roccat_read()
125 if (copy_to_user(buffer, report->value, len)) { in roccat_read()
251 struct roccat_report *report; in roccat_report_event() local
262 report = &device->cbuf[device->cbuf_end]; in roccat_report_event()
265 kfree(report->value); in roccat_report_event()
267 report->value = new_value; in roccat_report_event()
/openbmc/linux/tools/perf/tests/shell/lib/
H A Dcoresight.sh53 perf report --stdio --dump -i "$1" | \
102 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \
108 FOUND_TIDS=$(perf report --stdio --dump -i "$1" | \

12345678910>>...48