Home
last modified time | relevance | path

Searched refs:report (Results 351 – 375 of 1190) sorted by relevance

1...<<11121314151617181920>>...48

/openbmc/obmc-ikvm/
H A Dikvm_input.cpp532 bool Input::writeKeyboard(const uint8_t* report) in writeKeyboard() argument
539 if (write(keyboardFd, report, KEY_REPORT_LENGTH) == KEY_REPORT_LENGTH) in writeKeyboard()
564 void Input::writePointer(const uint8_t* report) in writePointer() argument
571 if (write(pointerFd, report, PTR_REPORT_LENGTH) == PTR_REPORT_LENGTH) in writePointer()
/openbmc/phosphor-logging/lib/include/phosphor-logging/
H A Delog.hpp199 uint32_t report(Args... i_args) in report() function
231 uint32_t report(Entry::Level level, Args... i_args) in report() function
/openbmc/linux/drivers/hwmon/
H A Dnzxt-kraken2.c104 struct hid_report *report, u8 *data, int size) in kraken2_raw_event() argument
108 if (size < 7 || report->id != STATUS_REPORT_ID) in kraken2_raw_event()
/openbmc/u-boot/scripts/
H A Dcoccicheck233 run_cmd $SPATCH -D report \
240 run_cmd $SPATCH -D report \
/openbmc/linux/scripts/
H A Dcoccicheck249 run_cmd $SPATCH -D report \
256 run_cmd $SPATCH -D report \
/openbmc/linux/drivers/hid/
H A Dhid-apple.c572 struct hid_report *report; in apple_fetch_battery() local
578 report = report_enum->report_id_hash[hdev->battery_report_id]; in apple_fetch_battery()
580 if (!report || report->maxfield < 1) in apple_fetch_battery()
586 hid_hw_request(hdev, report, HID_REQ_GET_REPORT); in apple_fetch_battery()
729 struct hid_report *report; in apple_backlight_check_support() local
731 list_for_each_entry(report, &hdev->report_enum[HID_INPUT_REPORT].report_list, list) { in apple_backlight_check_support()
732 for (i = 0; i < report->maxfield; i++) { in apple_backlight_check_support()
733 hid = report->field[i]->usage->hid; in apple_backlight_check_support()
H A Dwacom_wac.c2012 struct hid_report *report) in wacom_wac_battery_pre_report() argument
2018 struct hid_report *report) in wacom_wac_battery_report() argument
2249 struct hid_report *report) in wacom_wac_pad_pre_report() argument
2258 struct hid_report *report, struct hid_field *field) in wacom_wac_pad_report() argument
2524 struct hid_report *report) in wacom_wac_pen_pre_report() argument
2534 struct hid_report *report) in wacom_wac_pen_report() argument
2644 wacom_wac->hid_data.cc_report = field->report->id; in wacom_wac_finger_usage_mapping()
2776 struct hid_report *report) in wacom_wac_finger_pre_report() argument
2794 for (i = 0; i < report->maxfield; i++) { in wacom_wac_finger_pre_report()
2795 struct hid_field *field = report->field[i]; in wacom_wac_finger_pre_report()
[all …]
H A Dhid-sensor-custom.c477 struct hid_report *report, in hid_sensor_custom_add_field() argument
499 sensor_field->attribute.report_id = report->id; in hid_sensor_custom_add_field()
534 struct hid_report *report; in hid_sensor_custom_add_fields() local
538 list_for_each_entry(report, &report_enum->report_list, list) { in hid_sensor_custom_add_fields()
539 for (i = 0; i < report->maxfield; ++i) { in hid_sensor_custom_add_fields()
540 field = report->field[i]; in hid_sensor_custom_add_fields()
550 report, in hid_sensor_custom_add_fields()
/openbmc/telemetry/src/interfaces/
H A Dreport_manager.hpp14 virtual void removeReport(const interfaces::Report* report) = 0;
/openbmc/openbmc/meta-arm/meta-arm-bsp/dynamic-layers/meta-arm-systemready/recipes-test/arm-systemready-acs/
H A Darm-systemready-ir-acs-fvp-base.inc2 SRC_URI:append = " file://report.txt"
/openbmc/openpower-debug-collector/
H A Dcheckstop_app.cpp10 report<error>(); in main()
/openbmc/openbmc-test-automation/
H A D.gitignore4 /report.html
/openbmc/linux/mm/kfence/
H A DMakefile3 obj-y := core.o report.o
/openbmc/linux/sound/soc/codecs/
H A Dwm8350.h20 struct snd_soc_jack *jack, int report);
H A Dtwl6040.h25 struct snd_soc_jack *jack, int report);
/openbmc/linux/include/linux/
H A Dpage_reporting.h13 int (*report)(struct page_reporting_dev_info *prdev, member
/openbmc/linux/drivers/input/mouse/
H A Delan_i2c_core.c1013 static void elan_report_trackpoint(struct elan_tp_data *data, u8 *report) in elan_report_trackpoint() argument
1016 u8 *packet = &report[ETP_REPORT_ID_OFFSET + 1]; in elan_report_trackpoint()
1046 u8 report[ETP_MAX_REPORT_LEN]; in elan_isr() local
1058 error = data->ops->get_report(data->client, report, data->report_len); in elan_isr()
1062 switch (report[ETP_REPORT_ID_OFFSET]) { in elan_isr()
1064 elan_report_absolute(data, report, false); in elan_isr()
1067 elan_report_absolute(data, report, true); in elan_isr()
1071 elan_report_trackpoint(data, report); in elan_isr()
1075 report[ETP_REPORT_ID_OFFSET]); in elan_isr()
/openbmc/linux/drivers/input/touchscreen/
H A Dmsg2638.c146 goto report; in msg2138_ts_irq_handler()
158 goto report; in msg2138_ts_irq_handler()
166 goto report; in msg2138_ts_irq_handler()
175 report: in msg2138_ts_irq_handler()
/openbmc/docs/security/
H A Dhow-to-report-a-security-vulnerability.md1 # How to report a security vulnerability
3 This describes how you can report an OpenBMC security vulnerability privately to
65 version of OpenBMC), please report it and we will help you route it to the
/openbmc/linux/drivers/acpi/apei/
H A DKconfig15 APEI allows to report errors (for example from the chipset)
27 Generic Hardware Error Source provides a way to report
/openbmc/qemu/contrib/gitdm/
H A Dgroup-map-robots2 # There are various automatic robots that occasionally scan and report
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dfree_page_reporting.rst20 结构体。它要填充的结构体中的字段是用于处理散点列表的 "report" 函数指针。它还必
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/
H A Darpwatch.default3 # Debian: don't report bogons, don't use PROMISC.
/openbmc/openbmc-test-automation/tools/
H A Drobot_custom_rules.py34 self.report(
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify_main.cpp22 report<IncompatibleErr>(prev_entry<Incompatible::MIN_VERSION>(), in main()

1...<<11121314151617181920>>...48