/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | notify.c | 65 * conveyed, converted into a custom per-event report struct, as the void *data 69 * int user_cb(struct notifier_block *nb, unsigned long event_id, void *report) 316 * @report: A pre-allocated buffer used by the deferred worker to fill a 317 * customized event report 334 void *report; member 381 * @report: The customized event-specific report to pass down to the callbacks 386 u32 evt_key, void *report) in scmi_lookup_and_call_event_chain() 403 report); in scmi_lookup_and_call_event_chain() 455 * buffer, fills a custom report an 385 scmi_lookup_and_call_event_chain(struct scmi_notify_instance *ni, u32 evt_key, void *report) scmi_lookup_and_call_event_chain() argument 468 void *report = NULL; scmi_process_event_payload() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_urllib.py | 790 report = [] 791 def hooktester(block_count, block_read_size, file_size, _report=report): 796 self.assertEqual(len(report), 1) 797 self.assertEqual(report[0][2], 0) 803 report = [] 804 def hooktester(block_count, block_read_size, file_size, _report=report): 809 self.assertEqual(len(report), 2) 810 self.assertEqual(report[0][2], 5) 811 self.assertEqual(report[1][2], 5) 817 report [all...] |
H A D | test_traceback.py | 1605 report = self.get_report(exc) 1606 self.assertEqual(report, expected) 1640 report = self.get_report(exc) 1641 self.assertEqual(report, expected) 1686 report = self.get_report(exc) 1687 self.assertEqual(report, expected) 1735 report = self.get_report(exc) 1736 self.assertEqual(report, expected) 1779 report = self.get_report(eg) 1780 self.assertEqual(report, expecte [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | Optimizer.hpp | 24 void optimize(Ice::Cfg *function, Nucleus::OptimizerReport *report = nullptr);
|
/kernel/linux/linux-6.6/mm/kfence/ |
H A D | Makefile | 3 obj-y := core.o report.o
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-kwork.c | 36 * report header elements width 166 if (kwork->report == KWORK_REPORT_LATENCY) in sort_dimension__add() 1108 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_work() 1112 } else if (kwork->report == KWORK_REPORT_LATENCY) { // avg delay in report_print_work() 1127 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_work() 1143 else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_work() 1170 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_header() 1173 } else if (kwork->report == KWORK_REPORT_LATENCY) { in report_print_header() 1180 if (kwork->report == KWORK_REPORT_RUNTIME) { in report_print_header() 1185 } else if (kwork->report in report_print_header() [all...] |
/test/testfwk/xdevice/src/xdevice/_core/report/ |
H A D | reporter_helper.py | 27 from _core.report.encrypt import check_pub_key_exist 28 from _core.report.encrypt import do_rsa_encrypt 37 # report name constants 87 report = "report" variable in ReportConstant 119 # report title constants 313 LOG.info("Generate data report: %s", file_name) 364 report = "" variable in Suite 408 report = "" variable in Case 487 "report [all...] |
H A D | repeater_helper.py | 18 from _core.report.reporter_helper import ReportConstant 19 from _core.report.reporter_helper import DataHelper
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | page_reporting.h | 13 int (*report)(struct page_reporting_dev_info *prdev, member
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8350.h | 20 struct snd_soc_jack *jack, int report);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | page_reporting.h | 13 int (*report)(struct page_reporting_dev_info *prdev, member
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8350.h | 20 struct snd_soc_jack *jack, int report);
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-sensor-custom.c | 82 {0x200304, "property-min-report-interval"}, 92 {0x20030E, "property-report-interval"}, 167 * It is possible that the power/report state ids are not present. in set_power_report_state() 219 "Set report state failed\n"); in set_power_report_state() 472 struct hid_report *report, in hid_sensor_custom_add_field() 494 sensor_field->attribute.report_id = report->id; in hid_sensor_custom_add_field() 529 struct hid_report *report; in hid_sensor_custom_add_fields() local 533 list_for_each_entry(report, &report_enum->report_list, list) { in hid_sensor_custom_add_fields() 534 for (i = 0; i < report->maxfield; ++i) { in hid_sensor_custom_add_fields() 535 field = report in hid_sensor_custom_add_fields() 470 hid_sensor_custom_add_field(struct hid_sensor_custom *sensor_inst, int index, int report_type, struct hid_report *report, struct hid_field *field) hid_sensor_custom_add_field() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | bytcr_rt5651.c | 560 int report; in byt_rt5651_init() local 642 report = 0; in byt_rt5651_init() 644 report = SND_JACK_HEADSET | SND_JACK_BTN_0; in byt_rt5651_init() 646 report = SND_JACK_HEADSET; in byt_rt5651_init() 648 if (report) { in byt_rt5651_init() 650 report, &priv->jack, bytcr_jack_pins, in byt_rt5651_init() 657 if (report & SND_JACK_BTN_0) in byt_rt5651_init()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-sensor-custom.c | 86 {0x200304, "property-min-report-interval"}, 96 {0x20030E, "property-report-interval"}, 171 * It is possible that the power/report state ids are not present. in set_power_report_state() 223 "Set report state failed\n"); in set_power_report_state() 477 struct hid_report *report, in hid_sensor_custom_add_field() 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 in hid_sensor_custom_add_fields() 475 hid_sensor_custom_add_field(struct hid_sensor_custom *sensor_inst, int index, int report_type, struct hid_report *report, struct hid_field *field) hid_sensor_custom_add_field() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | bytcr_rt5651.c | 570 int report; in byt_rt5651_init() local 648 report = 0; in byt_rt5651_init() 650 report = SND_JACK_HEADSET | SND_JACK_BTN_0; in byt_rt5651_init() 652 report = SND_JACK_HEADSET; in byt_rt5651_init() 654 if (report) { in byt_rt5651_init() 656 report, &priv->jack, in byt_rt5651_init() 664 if (report & SND_JACK_BTN_0) in byt_rt5651_init()
|
/third_party/elfutils/libdwfl/ |
H A D | linux-kernel-modules.c | 256 bool report = true; in report_kernel() local 264 report = want > 0; in report_kernel() 267 if (report) in report_kernel() 286 if (!report || result < 0) in report_kernel() 293 /* Look for a kernel debug archive. If we find one, report all its modules. 384 /* First report the kernel. */ in dwfl_linux_kernel_report_offline() 429 /* We have a .ko file to report. Following the algorithm in dwfl_linux_kernel_report_offline() 719 #define report() \ in dwfl_linux_kernel_report_kernel() macro 729 return report () == NULL ? -1 : 0; in dwfl_linux_kernel_report_kernel() 738 Dwfl_Module *mod = report (); in dwfl_linux_kernel_report_kernel() [all...] |
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/ |
H A D | device_switch_collect.cpp | 39 DeviceSwitchCollect::DeviceSwitchCollect(const sptr<IReport>& report) in DeviceSwitchCollect() argument 40 : ICollectPlugin(report) in DeviceSwitchCollect()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | coccicheck | 43 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c 106 echo 'You have not explicitly specified the mode to use. Using default "report" mode.' 107 echo 'Available modes are the following: patch, report, context, org, chain' 111 MODE="report" 117 echo 'All available modes will be tried (in that order): patch, report, context, org' 119 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then 216 elif [ "$MODE" = "report" ] ; then 217 echo ' The semantic patch that makes this report is available' 221 echo ' The semantic patch that makes this Org report is available' 241 run_cmd $SPATCH -D report \ [all...] |
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nzxt-kraken2.c | 7 * device does not respond to Get_Report requests for this status report. 104 struct hid_report *report, u8 *data, int size) in kraken2_raw_event() 108 if (size < 7 || report->id != STATUS_REPORT_ID) in kraken2_raw_event() 103 kraken2_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) kraken2_raw_event() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | coccicheck | 42 # $ make coccicheck MODE=report DEBUG_FILE="all.err" SPFLAGS="--profile --show-trying" M=./drivers/mfd/arizona-irq.c 117 echo 'You have not explicitly specified the mode to use. Using default "report" mode.' 118 echo 'Available modes are the following: patch, report, context, org, chain' 122 MODE="report" 128 echo 'All available modes will be tried (in that order): patch, report, context, org' 130 elif [ "$MODE" = "report" -o "$MODE" = "org" ] ; then 224 elif [ "$MODE" = "report" ] ; then 225 echo ' The semantic patch that makes this report is available' 229 echo ' The semantic patch that makes this Org report is available' 249 run_cmd $SPATCH -D report \ [all...] |
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_blend.c | 124 report("8bit"); in checkasm_check_blend() 141 report("16bit"); in checkasm_check_blend()
|
/third_party/cJSON/tests/unity/auto/ |
H A D | unity_to_junit.py | 11 self.report = '' 102 return self.report
|
/third_party/libabigail/tests/ |
H A D | test-abidiff.cc | 11 /// resulting report with a reference report. If the resulting report 12 /// is different from the reference report, the test has failed. 44 "data/test-abidiff/test-enum0-report.txt", 45 "output/test-abidiff/test-enum0-report.txt" 50 "data/test-abidiff/test-enum1-report.txt", 51 "output/test-abidiff/test-enum1-report.txt" 56 "data/test-abidiff/test-qual-type0-report.txt", 57 "output/test-abidiff/test-qual-type0-report [all...] |
/third_party/python/Tools/scripts/ |
H A D | byext.py | 78 def report(self): member in Stats 128 s.report()
|