/openbmc/linux/drivers/hid/ |
H A D | hid-steelseries.c | 132 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); in steelseries_srws1_set_leds() local 133 __s32 *value = report->field[0]->value; in steelseries_srws1_set_leds() 152 hid_hw_request(hdev, report, HID_REQ_SET_REPORT); in steelseries_srws1_set_leds() 590 struct hid_report *report, u8 *read_buf, in steelseries_headset_raw_event() argument
|
/openbmc/linux/Documentation/input/ |
H A D | uinput.rst | 94 /* Key press, report the event, send key release, and report again */ 228 /* Key press, report the event, send key release, and report again */
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bug-bisect.rst | 10 not confident in doing that please report the bug to your distribution vendor 17 Before you submit a bug report read
|
/openbmc/linux/fs/exfat/ |
H A D | misc.c | 26 void __exfat_fs_error(struct super_block *sb, int report, const char *fmt, ...) in __exfat_fs_error() argument 32 if (report) { in __exfat_fs_error()
|
/openbmc/openbmc/meta-arm/ |
H A D | SECURITY.md | 16 If you would like to report a public issue (for example, one with a released CVE 24 For more information, please visit https://developer.arm.com/support/arm-security-updates/report-se…
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | activation.cpp |
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-annotate.txt | 99 --cpu=<cpu>:: Only report samples for the list of CPUs provided. Multiple CPUs can 101 CPUs are specified with -: 0-2. Default is to report samples on all 160 linkperf:perf-record[1], linkperf:perf-report[1]
|
H A D | intel-bts.txt | 72 perf report 75 By default, perf report will decode trace data found in the perf.data file.
|
H A D | perf-archive.txt | 22 linkperf:perf-record[1], linkperf:perf-buildid-list[1], linkperf:perf-report[1]
|
/openbmc/linux/drivers/virt/coco/tdx-guest/ |
H A D | Kconfig | 7 report.
|
/openbmc/openpower-hw-diags/attn/pel/ |
H A D | pel_common.hpp | 53 report = 0x2000, enumerator
|
/openbmc/phosphor-debug-collector/ |
H A D | core_manager_main.cpp | 24 report<InternalFailure>(); in main()
|
/openbmc/openbmc/meta-security/recipes-ids/tripwire/files/ |
H A D | twcfg.txt | 4 REPORTFILE =/var/lib/tripwire/report/$(HOSTNAME)-$(DATE).twr
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | GPL-2.0-with-lmbench-restriction | 26 b) Multiple times in the past people have wanted to report partial results. 30 results, but did not want to report large process context switches 32 c) We insist that if you formally report LMbench results, you have to 33 report all of them and make the raw results file easily available.
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | test_data_symbol.sh | 20 result=$(perf mem report -i ${PERF_DATA} -s symbol_daddr -q 2>&1 |
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm8994.c | 3581 int report; in wm8994_mic_work() local 3595 report = 0; in wm8994_mic_work() 3598 report = SND_JACK_HEADSET; in wm8994_mic_work() 3602 report = SND_JACK_HEADPHONE; in wm8994_mic_work() 3604 report |= SND_JACK_BTN_0; in wm8994_mic_work() 3606 if (report) in wm8994_mic_work() 3611 snd_soc_jack_report(priv->micdet[0].jack, report, in wm8994_mic_work() 3614 report = 0; in wm8994_mic_work() 3617 report = SND_JACK_HEADSET; in wm8994_mic_work() 3621 report = SND_JACK_HEADPHONE; in wm8994_mic_work() [all …]
|
/openbmc/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-core.c | 567 static int i2c_hid_get_report_length(struct hid_report *report) in i2c_hid_get_report_length() argument 569 return ((report->size - 1) >> 3) + 1 + in i2c_hid_get_report_length() 570 report->device->report_enum[report->type].numbered + 2; in i2c_hid_get_report_length() 579 struct hid_report *report; in i2c_hid_find_max_report() local 584 list_for_each_entry(report, &hid->report_enum[type].report_list, list) { in i2c_hid_find_max_report() 585 size = i2c_hid_get_report_length(report); in i2c_hid_find_max_report()
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl8712_recv.c | 719 u8 report; in query_rx_phy_status() local 728 report = pcck_buf->cck_agc_rpt & 0xc0; in query_rx_phy_status() 729 report >>= 6; in query_rx_phy_status() 730 switch (report) { in query_rx_phy_status() 754 report = ((u8)(le32_to_cpu(pphy_stat->phydw1) >> 8)) & in query_rx_phy_status() 756 report >>= 5; in query_rx_phy_status() 757 switch (report) { in query_rx_phy_status()
|
/openbmc/linux/kernel/kcsan/ |
H A D | Makefile | 14 obj-y := core.o debugfs.o report.o
|
/openbmc/linux/Documentation/input/devices/ |
H A D | atarikbd.rst | 39 0xF6 status report 44 0xFD joystick report (both sticks) 59 The ikbd can report mouse motion in three distinctly different ways. It can 60 report relative motion, absolute motion in a coordinate system maintained 91 If the accumulated motion before the report packet is generated exceeds the 138 The ikbd response to joystick interrogation is a three byte report of the form:: 140 0xFD ; joystick report header 249 ; position report 250 ; where y=1, mouse key press causes absolute report 251 ; and x=1, mouse key release causes absolute report [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/deqp-runner/ |
H A D | deqp-runner_0.20.2.bb | 1 SUMMARY = "A VK-GL-CTS/dEQP wrapper program to parallelize it across CPUs and report results agains…
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | build.sh | 62 --report-file="log/$dsc_component.$edk2_arch.report"
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_pwrctrl.c | 640 struct reportpwrstate_parm report; in cpwm_event_callback() local 642 report.state = PS_STATE_S2; in cpwm_event_callback() 643 cpwm_int_hdl(adapter, &report); in cpwm_event_callback() 664 struct reportpwrstate_parm report; in rpwmtimeout_workitem_callback() local 666 report.state = PS_STATE_S2; in rpwmtimeout_workitem_callback() 667 cpwm_int_hdl(padapter, &report); in rpwmtimeout_workitem_callback()
|
/openbmc/linux/drivers/input/mouse/ |
H A D | elan_i2c_smbus.c | 487 u8 *report, unsigned int report_len) in elan_smbus_get_report() argument 495 &report[ETP_SMBUS_REPORT_OFFSET]); in elan_smbus_get_report() 501 if (report[ETP_REPORT_ID_OFFSET] == ETP_TP_REPORT_ID2) in elan_smbus_get_report()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | k10temp.rst | 128 Models from 17h family report relative temperature, the driver aims to 129 compensate and report the real temperature. 131 On Family 17h and Family 18h CPUs, additional temperature sensors may report
|