/openbmc/obmc-ikvm/ |
H A D | ikvm_input.cpp | 532 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 D | elog.hpp | 199 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 D | nzxt-kraken2.c | 104 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 D | coccicheck | 233 run_cmd $SPATCH -D report \ 240 run_cmd $SPATCH -D report \
|
/openbmc/linux/scripts/ |
H A D | coccicheck | 249 run_cmd $SPATCH -D report \ 256 run_cmd $SPATCH -D report \
|
/openbmc/linux/drivers/hid/ |
H A D | hid-apple.c | 572 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 D | wacom_wac.c | 2012 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 D | hid-sensor-custom.c | 477 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 D | report_manager.hpp | 14 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 D | arm-systemready-ir-acs-fvp-base.inc | 2 SRC_URI:append = " file://report.txt"
|
/openbmc/openpower-debug-collector/ |
H A D | checkstop_app.cpp | 10 report<error>(); in main()
|
/openbmc/openbmc-test-automation/ |
H A D | .gitignore | 4 /report.html
|
/openbmc/linux/mm/kfence/ |
H A D | Makefile | 3 obj-y := core.o report.o
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8350.h | 20 struct snd_soc_jack *jack, int report);
|
H A D | twl6040.h | 25 struct snd_soc_jack *jack, int report);
|
/openbmc/linux/include/linux/ |
H A D | page_reporting.h | 13 int (*report)(struct page_reporting_dev_info *prdev, member
|
/openbmc/linux/drivers/input/mouse/ |
H A D | elan_i2c_core.c | 1013 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 D | msg2638.c | 146 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 D | how-to-report-a-security-vulnerability.md | 1 # 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 D | Kconfig | 15 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 D | group-map-robots | 2 # There are various automatic robots that occasionally scan and report
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | free_page_reporting.rst | 20 结构体。它要填充的结构体中的字段是用于处理散点列表的 "report" 函数指针。它还必
|
/openbmc/openbmc/meta-security/recipes-scanners/arpwatch/files/ |
H A D | arpwatch.default | 3 # Debian: don't report bogons, don't use PROMISC.
|
/openbmc/openbmc-test-automation/tools/ |
H A D | robot_custom_rules.py | 34 self.report(
|
/openbmc/openpower-pnor-code-mgmt/ |
H A D | msl_verify_main.cpp | 22 report<IncompatibleErr>(prev_entry<Incompatible::MIN_VERSION>(), in main()
|