Home
last modified time | relevance | path

Searched refs:report (Results 126 – 150 of 1192) sorted by relevance

12345678910>>...48

/openbmc/linux/scripts/coccinelle/misc/
H A Dboolconv.cocci12 virtual report
83 // For report mode
86 @script:python depends on r&&report@
91 coccilib.report.print_report(p[0], msg)
H A Dreturnvar.cocci14 virtual report
41 @r1 depends on report || org@
52 @script:python depends on report@
58 coccilib.report.print_report(p1[0], "Unneeded variable: \"" + ret + "\". Return \"" + C + "\" on li…
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 Dtest_addr.cocci12 virtual report
28 @script:python depends on report@
33 coccilib.report.print_report(p[0],msg)
/openbmc/u-boot/scripts/coccinelle/free/
H A Difnullfree.cocci13 virtual report
38 @r depends on context || report || org @
54 @script:python depends on report@
59 coccilib.report.print_report(p[0], msg)
/openbmc/linux/scripts/coccinelle/free/
H A Difnullfree.cocci14 virtual report
45 @r depends on context || report || org @
62 @script:python depends on report@
67 coccilib.report.print_report(p[0], msg)
/openbmc/linux/drivers/media/radio/
H A Dradio-si476x.c378 struct si476x_rsq_status_report report; in si476x_radio_g_tuner() local
436 &args, &report); in si476x_radio_g_tuner()
668 report.readfreq); in si476x_radio_g_frequency()
1189 struct si476x_acf_status_report report; in si476x_radio_read_acf_blob() local
1202 sizeof(report)); in si476x_radio_read_acf_blob()
1222 &report); in si476x_radio_read_rds_blckcnt_blob()
1231 sizeof(report)); in si476x_radio_read_rds_blckcnt_blob()
1246 struct si476x_agc_status_report report; in si476x_radio_read_agc_blob() local
1259 sizeof(report)); in si476x_radio_read_agc_blob()
1294 sizeof(report)); in si476x_radio_read_rsq_blob()
[all …]
/openbmc/linux/drivers/nvme/host/
H A Dzns.c179 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()
/openbmc/linux/drivers/hid/
H A Dhid-ntrig.c114 if (!report || report->maxfield < 1 || in ntrig_get_mode()
115 report->field[0]->report_count < 1) in ntrig_get_mode()
118 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in ntrig_get_mode()
120 return (int)report->field[0]->value[0]; in ntrig_get_mode()
125 struct hid_report *report; in ntrig_set_mode() local
131 report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_set_mode()
134 if (!report) in ntrig_set_mode()
137 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in ntrig_set_mode()
864 if (hidinput->report->maxfield < 1) in ntrig_input_configured()
897 struct hid_report *report; in ntrig_probe() local
[all …]
H A Dhid-magicmouse.c374 struct hid_report *report, u8 *data, int size) in magicmouse_raw_event() argument
510 field->report->id == MOUSE2_REPORT_ID) { in magicmouse_event()
762 struct hid_report *report; in magicmouse_fetch_battery() local
772 if (!report || report->maxfield < 1) in magicmouse_fetch_battery()
778 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in magicmouse_fetch_battery()
800 struct hid_report *report; in magicmouse_probe() local
845 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe()
848 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe()
858 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe()
864 if (!report) { in magicmouse_probe()
[all …]
H A Dhid-kye.c519 struct hid_report *report; in kye_tablet_enable() local
524 report = list_entry(head, struct hid_report, list); in kye_tablet_enable()
525 if (report->id == 5) in kye_tablet_enable()
534 if (report->maxfield < 1 || report->field[0]->report_count < 7) { in kye_tablet_enable()
539 value = report->field[0]->value; in kye_tablet_enable()
557 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in kye_tablet_enable()
H A Dhid-lg4ff.c84 struct hid_report *report; member
426 value = entry->report->field[0]->value; in lg4ff_play()
488 value = entry->report->field[0]->value; in lg4ff_set_autocenter_default()
532 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_set_autocenter_default()
543 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_set_autocenter_default()
568 value = entry->report->field[0]->value; in lg4ff_set_autocenter_ffex()
602 value = entry->report->field[0]->value; in lg4ff_set_range_g25()
638 value = entry->report->field[0]->value; in lg4ff_set_range_dfp()
782 value = entry->report->field[0]->value; in lg4ff_switch_compatibility_mode()
1106 value = entry->report->field[0]->value; in lg4ff_set_leds()
[all …]
H A Dhid-sony.c1188 buf = kmemdup(report, sizeof(report), GFP_KERNEL); in sixaxis_set_operational_bt()
1233 s32 *value = report->field[0]->value; in buzz_set_leds()
1478 struct sixaxis_output_report *report = in sixaxis_send_output_report() local
1496 if ((report->leds_bitmap & 0x1E) == 0) in sixaxis_send_output_report()
1497 report->leds_bitmap |= 0x20; in sixaxis_send_output_report()
1520 hid_hw_raw_request(sc->hdev, report->report_id, (u8 *)report, in sixaxis_send_output_report()
1528 struct motion_output_report_02 *report = in motion_send_output_report() local
1533 report->type = 0x02; /* set leds */ in motion_send_output_report()
1534 report->r = sc->led_state[0]; in motion_send_output_report()
1535 report->g = sc->led_state[1]; in motion_send_output_report()
[all …]
/openbmc/linux/sound/soc/codecs/
H A Dcs42l43-jack.c707 int ret, report; in cs42l43_tip_sense_work() local
731 report = CS42L43_JACK_OPTICAL; in cs42l43_tip_sense_work()
734 if (report < 0) { in cs42l43_tip_sense_work()
740 snd_soc_jack_report(priv->jack_hp, report, report); in cs42l43_tip_sense_work()
796 int report; member
804 .report = CS42L43_JACK_HEADSET,
813 .report = CS42L43_JACK_HEADSET,
823 .report = CS42L43_JACK_LINEOUT,
828 .report = CS42L43_JACK_LINEIN,
834 .report = CS42L43_JACK_LINEIN,
[all …]
/openbmc/linux/scripts/coccinelle/api/
H A Dkfree_mismatch.cocci13 virtual report
164 @script: python depends on report@
170 coccilib.report.print_report(f[0], msg)
180 @script: python depends on report@
186 coccilib.report.print_report(f[0], msg)
196 @script: python depends on report@
202 coccilib.report.print_report(f[0], msg)
212 @script: python depends on report@
219 coccilib.report.print_report(f[0], msg)
/openbmc/telemetry/src/
H A Dreport.hpp35 OnChangeContext(Report& report) : report(report) {} in OnChangeContext() argument
41 report.updateReadings(); in ~OnChangeContext()
51 Report& report; member in Report::OnChangeContext
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py42 report = json.load(f)
43 self.assertNotEqual(report, None)
44 self.assertNotEqual(report["SPDXID"], None)
/openbmc/linux/Documentation/hid/
H A Dhid-transport.rst17 report-parsing, report interpretation and the user-space API. Device specifics
101 channel. Any unrequested incoming or outgoing data report must be sent on
115 report can be of one of three types:
145 - GET_REPORT: A GET_REPORT request has a report ID as payload and is sent
146 from host to device. The device must answer with a data report for the
147 requested report ID on the ctrl channel as a synchronous acknowledgement.
154 the raw data report on the intr channel on state change.
159 GET_REPORT requests can be sent for any of the 3 report types and shall
294 void (*request) (struct hid_device *hdev, struct hid_report *report,
297 Send a HID request on the ctrl channel. "report" contains the report that
[all …]
/openbmc/linux/arch/s390/include/asm/
H A Dipl.h136 void *ipl_report_finish(struct ipl_report *report);
137 int ipl_report_free(struct ipl_report *report);
138 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
140 int ipl_report_add_certificate(struct ipl_report *report, void *key,
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py208 report = DotDict()
224 report[row["host"]] = row
227 return report
252 report = get_mtr_report(host)
255 row = [value for key, value in report.items() if host[0:28] in key][0]
/openbmc/linux/tools/perf/Documentation/
H A Dperf-mem.txt11 'perf mem' [<options>] (record [<command>] | report)
18 "perf mem report" displays the result. It invokes perf report with the
96 In addition, for report all perf report options are valid, and for record
101 linkperf:perf-record[1], linkperf:perf-report[1], linkperf:perf-arm-spe[1]
/openbmc/qemu/contrib/plugins/
H A Dhowvec.c174 g_autoptr(GString) report = g_string_new("Instruction Classes:\n"); in plugin_exit()
184 g_string_append_printf(report, in plugin_exit()
191 g_string_append_printf(report, "Class: %-24s\tcounted individually\n", in plugin_exit()
195 g_string_append_printf(report, "Class: %-24s\tnot counted\n", in plugin_exit()
205 g_string_append_printf(report, "Individual Instructions:\n"); in plugin_exit()
211 g_string_append_printf(report, in plugin_exit()
225 qemu_plugin_outs(report->str); in plugin_exit()
/openbmc/openbmc/poky/meta/classes/
H A Dreport-error.bbclass2 # Collects debug information in order to create error report files.
10 ERR_REPORT_DIR ?= "${LOG_DIR}/error-report"
15 datafile = os.path.join(logpath, "error-report.txt")
67 datafile = os.path.join(logpath, "error-report.txt")
77 errorreport_savedata(e, data, "error-report.txt")
111 errorreport_savedata(e, jsondata, "error-report.txt")
127 errorreport_savedata(e, data, "error-report.txt")
142 errorreport_savedata(e, data, "error-report.txt")
153 …s\nYou can send the errors to a reports server by running:\n send-error-report %s [-s server]" % …
/openbmc/linux/arch/s390/kernel/
H A Dmachine_kexec_file.c173 return ipl_report_add_component(data->report, &buf, 0, 0); in kexec_file_add_initrd()
201 addr = data->memsz + data->report->size; in kexec_file_add_ipl_report()
207 ipl_report_add_certificate(data->report, ptr, addr, len); in kexec_file_add_ipl_report()
213 buf.buffer = ipl_report_finish(data->report); in kexec_file_add_ipl_report()
216 buf.bufsz = data->report->size; in kexec_file_add_ipl_report()
243 data.report = ipl_report_init(&ipl_block); in kexec_file_add_components()
244 if (IS_ERR(data.report)) in kexec_file_add_components()
245 return data.report; in kexec_file_add_components()
295 ipl_report_free(data.report); in kexec_file_add_components()
/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)

12345678910>>...48