/openbmc/linux/include/linux/ |
H A D | hid.h | 510 struct hid_report *report; /* associated report */ member 560 struct hid_report *report; member 565 struct hid_report *report; member 581 struct hid_report *report; member 825 void (*report)(struct hid_device *hdev, struct hid_report *report); member 882 struct hid_report *report, int reqtype); 951 void hid_output_report(struct hid_report *report, __u8 *data); 953 u8 *hid_alloc_report_buf(struct hid_report *report, gfp_t flags); 1164 return hdev->ll_driver->idle(hdev, report, idle, reqtype); in hid_hw_idle() 1201 static inline u32 hid_report_len(struct hid_report *report) in hid_report_len() argument [all …]
|
/openbmc/linux/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.deco…
|
/openbmc/linux/scripts/coccinelle/misc/ |
H A D | boolconv.cocci | 12 virtual report 83 // For report mode 86 @script:python depends on r&&report@ 91 coccilib.report.print_report(p[0], msg)
|
H A D | returnvar.cocci | 14 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 D | excluded_middle.cocci | 12 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 D | test_addr.cocci | 12 virtual report 28 @script:python depends on report@ 33 coccilib.report.print_report(p[0],msg)
|
/openbmc/u-boot/scripts/coccinelle/free/ |
H A D | ifnullfree.cocci | 13 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 D | ifnullfree.cocci | 14 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 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() 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 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()
|
/openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
H A D | catch-syscalls.py | 5 from test_gdbstub import main, report 11 report(actual == expected, "{} == {}".format(actual, expected)) 50 report(exitcode == 0, "{} == 0".format(exitcode))
|
/openbmc/linux/drivers/hid/ |
H A D | hid-ntrig.c | 114 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 D | hid-kye.c | 519 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 D | hid-lg4ff.c | 84 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 D | hid-magicmouse.c | 381 struct hid_report *report, u8 *data, int size) in magicmouse_raw_event() argument 519 field->report->id == MOUSE2_REPORT_ID) { in magicmouse_event() 779 struct hid_report *report; in magicmouse_fetch_battery() local 790 if (!report || report->maxfield < 1) in magicmouse_fetch_battery() 796 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in magicmouse_fetch_battery() 818 struct hid_report *report; in magicmouse_probe() local 865 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe() 868 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe() 879 report = hid_register_report(hdev, HID_INPUT_REPORT, in magicmouse_probe() 885 if (!report) { in magicmouse_probe() [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | cs42l43-jack.c | 707 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 D | kfree_mismatch.cocci | 13 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 D | report.hpp | 35 OnChangeContext(Report& report) : report(report) {} in OnChangeContext() argument 41 report.updateReadings(); in ~OnChangeContext() 51 Report& report; member in Report::OnChangeContext
|
/openbmc/linux/Documentation/hid/ |
H A D | hid-transport.rst | 17 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 D | ipl.h | 136 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/linux/tools/perf/Documentation/ |
H A D | perf-mem.txt | 11 '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/openbmc/poky/meta/classes/ |
H A D | report-error.bbclass | 2 # 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 D | machine_kexec_file.c | 173 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 D | 0003-without-build-plugins.patch | 23 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/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | spdx.py | 43 report = json.load(f) 44 self.assertNotEqual(report, None) 45 self.assertNotEqual(report["SPDXID"], None)
|