Home
last modified time | relevance | path

Searched refs:report (Results 176 - 200 of 980) sorted by relevance

12345678910>>...40

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifier.hpp140 std::string& report) const;
154 std::ostream& report) const;
163 std::ostream& report) const;
170 std::ostream& report) const;
178 std::ostream& report) const;
182 std::ostream& report) const;
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg4ff.c83 spinlock_t report_lock; /* Protect output HID report */
84 struct hid_report *report; member
326 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
335 /* adjust HID report present combined pedals data */ in lg4ff_raw_event()
426 value = entry->report->field[0]->value; in lg4ff_play()
446 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_play()
459 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_play()
488 value = entry->report->field[0]->value; in lg4ff_set_autocenter_default()
501 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_set_autocenter_default()
532 hid_hw_request(hid, entry->report, HID_REQ_SET_REPOR in lg4ff_set_autocenter_default()
1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); lg4ff_init() local
[all...]
H A Dhid-ntrig.c111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_get_mode() local
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_REPOR in ntrig_set_mode()
897 struct hid_report *report; ntrig_probe() local
[all...]
H A Dhid-lenovo.c88 hid_err(hdev, "Set LED output report error: %d\n", ret); in lenovo_led_set_tp10ubkbd()
125 * 0x8801 from the report ID 4 in lenovo_report_fixup()
444 struct hid_report *report, u8 *data, int size) in lenovo_raw_event()
447 * Compact USB keyboard's Fn-F12 report holds down many other keys, and in lenovo_raw_event()
553 struct hid_report *report; in lenovo_features_set_tpkbd() local
556 report = hdev->report_enum[HID_FEATURE_REPORT].report_id_hash[4]; in lenovo_features_set_tpkbd()
558 report->field[0]->value[0] = data_pointer->press_to_select ? 0x01 : 0x02; in lenovo_features_set_tpkbd()
559 report->field[0]->value[0] |= data_pointer->dragging ? 0x04 : 0x08; in lenovo_features_set_tpkbd()
560 report->field[0]->value[0] |= data_pointer->release_to_select ? 0x10 : 0x20; in lenovo_features_set_tpkbd()
561 report in lenovo_features_set_tpkbd()
443 lenovo_raw_event(struct hid_device *hdev, struct hid_report *report, u8 *data, int size) lenovo_raw_event() argument
795 struct hid_report *report; lenovo_led_set_tpkbd() local
[all...]
H A Dhid-roccat.c12 * Module roccat is a char device used to report special events of roccat
78 struct roccat_report *report; in roccat_read() local
118 report = &device->cbuf[reader->cbuf_start]; in roccat_read()
120 * If report is larger than requested amount of data, rest of report in roccat_read()
125 if (copy_to_user(buffer, report->value, len)) { in roccat_read()
251 struct roccat_report *report; in roccat_report_event() local
262 report = &device->cbuf[device->cbuf_end]; in roccat_report_event()
265 kfree(report->value); in roccat_report_event()
267 report in roccat_report_event()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7134/
H A Dsaa7134-core.c488 unsigned long report, unsigned long status) in print_irqstatus()
493 loop, jiffies, report, status); in print_irqstatus()
495 if (!(report & (1 << i))) in print_irqstatus()
499 if (report & SAA7134_IRQ_REPORT_DONE_RA0) { in print_irqstatus()
512 unsigned long report,status; in saa7134_irq() local
519 report = saa_readl(SAA7134_IRQ_REPORT); in saa7134_irq()
522 /* If dmasound support is active and we get a sound report, in saa7134_irq()
523 * mask out the report and let the saa7134-alsa module deal in saa7134_irq()
525 if ((report & SAA7134_IRQ_REPORT_DONE_RA3) && in saa7134_irq()
529 report in saa7134_irq()
487 print_irqstatus(struct saa7134_dev *dev, int loop, unsigned long report, unsigned long status) print_irqstatus() argument
1321 u32 report = saa_readl(SAA7134_IRQ_REPORT); saa7134_finidev() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/saa7134/
H A Dsaa7134-core.c478 unsigned long report, unsigned long status) in print_irqstatus()
483 loop, jiffies, report, status); in print_irqstatus()
485 if (!(report & (1 << i))) in print_irqstatus()
489 if (report & SAA7134_IRQ_REPORT_DONE_RA0) { in print_irqstatus()
502 unsigned long report,status; in saa7134_irq() local
509 report = saa_readl(SAA7134_IRQ_REPORT); in saa7134_irq()
512 /* If dmasound support is active and we get a sound report, in saa7134_irq()
513 * mask out the report and let the saa7134-alsa module deal in saa7134_irq()
515 if ((report & SAA7134_IRQ_REPORT_DONE_RA3) && in saa7134_irq()
519 report in saa7134_irq()
477 print_irqstatus(struct saa7134_dev *dev, int loop, unsigned long report, unsigned long status) print_irqstatus() argument
1296 u32 report = saa_readl(SAA7134_IRQ_REPORT); saa7134_finidev() local
[all...]
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lg4ff.c83 spinlock_t report_lock; /* Protect output HID report */
84 struct hid_report *report; member
326 int lg4ff_raw_event(struct hid_device *hdev, struct hid_report *report, in lg4ff_raw_event() argument
335 /* adjust HID report present combined pedals data */ in lg4ff_raw_event()
426 value = entry->report->field[0]->value; in lg4ff_play()
446 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_play()
459 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_play()
488 value = entry->report->field[0]->value; in lg4ff_set_autocenter_default()
501 hid_hw_request(hid, entry->report, HID_REQ_SET_REPORT); in lg4ff_set_autocenter_default()
532 hid_hw_request(hid, entry->report, HID_REQ_SET_REPOR in lg4ff_set_autocenter_default()
1265 struct hid_report *report = list_entry(report_list->next, struct hid_report, list); lg4ff_init() local
[all...]
H A Dhid-ntrig.c111 struct hid_report *report = hdev->report_enum[HID_FEATURE_REPORT]. in ntrig_get_mode() local
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_REPOR in ntrig_set_mode()
897 struct hid_report *report; ntrig_probe() local
[all...]
H A Dhid-roccat.c12 * Module roccat is a char device used to report special events of roccat
78 struct roccat_report *report; in roccat_read() local
118 report = &device->cbuf[reader->cbuf_start]; in roccat_read()
120 * If report is larger than requested amount of data, rest of report in roccat_read()
125 if (copy_to_user(buffer, report->value, len)) { in roccat_read()
251 struct roccat_report *report; in roccat_report_event() local
262 report = &device->cbuf[device->cbuf_end]; in roccat_report_event()
265 kfree(report->value); in roccat_report_event()
267 report in roccat_report_event()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dcs42l43-jack.c707 int ret, report; in cs42l43_tip_sense_work() local
731 report = CS42L43_JACK_OPTICAL; in cs42l43_tip_sense_work()
733 report = cs42l43_run_type_detect(priv); in cs42l43_tip_sense_work()
734 if (report < 0) { in cs42l43_tip_sense_work()
735 dev_err(priv->dev, "Jack detect failed: %d\n", report); 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
[all...]
/kernel/linux/linux-5.10/drivers/hid/usbhid/
H A Dhid-pidff.c49 the only field in that report */
230 * Send envelope report to the device
271 * Send constant force report to the device
295 * Send set effect report to the device
334 * Send periodic effect report to the device
420 * Send ramp force report to the device
756 * Find fields from a report and fill a pidff_usage
759 struct hid_report *report, int count, int strict) in pidff_find_fields()
765 for (i = 0; i < report->maxfield; i++) { in pidff_find_fields()
766 if (report in pidff_find_fields()
758 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) pidff_find_fields() argument
815 struct hid_report *report; pidff_find_reports() local
871 pidff_find_special_field(struct hid_report *report, int usage, int enforce_min) pidff_find_special_field() argument
[all...]
/kernel/linux/linux-6.6/drivers/hid/usbhid/
H A Dhid-pidff.c49 the only field in that report */
230 * Send envelope report to the device
271 * Send constant force report to the device
295 * Send set effect report to the device
334 * Send periodic effect report to the device
420 * Send ramp force report to the device
756 * Find fields from a report and fill a pidff_usage
759 struct hid_report *report, int count, int strict) in pidff_find_fields()
765 for (i = 0; i < report->maxfield; i++) { in pidff_find_fields()
766 if (report in pidff_find_fields()
758 pidff_find_fields(struct pidff_usage *usage, const u8 *table, struct hid_report *report, int count, int strict) pidff_find_fields() argument
815 struct hid_report *report; pidff_find_reports() local
871 pidff_find_special_field(struct hid_report *report, int usage, int enforce_min) pidff_find_special_field() argument
[all...]
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/dnsresolv/
H A Dnet_dns_result_callback_stub.cpp58 NetDnsResultReport report; in CmdDnsResultReport() local
59 if (!NetDnsResultReport::Unmarshalling(data, report)) { in CmdDnsResultReport()
62 dnsResultReport.push_back(report); in CmdDnsResultReport()
/kernel/linux/linux-5.10/tools/perf/tests/shell/
H A Drecord+zstd_comp_decomp.sh22 $perf_tool report -i $trace_file --header --stats | \
28 $perf_tool report -i $trace_file --stdio | head -n -3 > $trace_file.comp.output &&
29 $perf_tool report -i $trace_file.decomp --stdio | head -n -3 > $trace_file.decomp.output &&
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dipl.h124 void *ipl_report_finish(struct ipl_report *report);
125 int ipl_report_free(struct ipl_report *report);
126 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf,
128 int ipl_report_add_certificate(struct ipl_report *report, void *key,
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dipl.h136 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,
/test/testfwk/developer_test/src/main/
H A D_init_global_config.py122 import benchmark.report.benchmark_reporter namespace
123 _iter_module_plugins([core.driver, benchmark.report.benchmark_reporter])
129 import script.report namespace
130 _iter_module_plugins([script.report])
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-jack.c183 * that it is not possible to report additional jack events in the
216 int report; in snd_soc_jack_gpio_detect() local
223 report = gpio->report; in snd_soc_jack_gpio_detect()
225 report = 0; in snd_soc_jack_gpio_detect()
228 report = gpio->jack_status_check(gpio->data); in snd_soc_jack_gpio_detect()
230 snd_soc_jack_report(jack, report, gpio->report); in snd_soc_jack_gpio_detect()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_ecache.c134 u32 portid, int report) in nf_conntrack_eventmask_report()
154 .report = report in nf_conntrack_eventmask_report()
224 item.report = 0; in nf_ct_deliver_cached_events()
245 u32 portid, int report) in nf_ct_expect_event_report()
265 .report = report in nf_ct_expect_event_report()
133 nf_conntrack_eventmask_report(unsigned int eventmask, struct nf_conn *ct, u32 portid, int report) nf_conntrack_eventmask_report() argument
243 nf_ct_expect_event_report(enum ip_conntrack_expect_events event, struct nf_conntrack_expect *exp, u32 portid, int report) nf_ct_expect_event_report() argument
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-jack.c176 * that it is not possible to report additional jack events in the
215 int report; in snd_soc_jack_gpio_detect() local
222 report = gpio->report; in snd_soc_jack_gpio_detect()
224 report = 0; in snd_soc_jack_gpio_detect()
227 report = gpio->jack_status_check(gpio->data); in snd_soc_jack_gpio_detect()
229 snd_soc_jack_report(jack, report, gpio->report); in snd_soc_jack_gpio_detect()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_ecache.c166 u32 portid, int report) in nf_conntrack_eventmask_report()
184 item.report = report; in nf_conntrack_eventmask_report()
221 item.report = 0; in nf_ct_deliver_cached_events()
233 u32 portid, int report) in nf_ct_expect_event_report()
253 .report = report in nf_ct_expect_event_report()
165 nf_conntrack_eventmask_report(unsigned int events, struct nf_conn *ct, u32 portid, int report) nf_conntrack_eventmask_report() argument
231 nf_ct_expect_event_report(enum ip_conntrack_expect_events event, struct nf_conntrack_expect *exp, u32 portid, int report) nf_ct_expect_event_report() argument
/third_party/icu/icu4c/source/test/intltest/
H A Dmnkytst.cpp47 CollationMonkeyTest::report(UnicodeString& s, UnicodeString& t, int32_t result, int32_t revResult) in report() function in CollationMonkeyTest
99 report( subs, subt, result, revResult); in TestCollationKey()
106 report( subs, subt, result, revResult); in TestCollationKey()
113 report(subs, subt, result, revResult); in TestCollationKey()
169 report(subs, subt, result, revResult); in TestCompare()
174 report(subs, subt, result, revResult); in TestCompare()
179 report(subs, subt, result, revResult); in TestCompare()
/test/testfwk/xdevice/plugins/devicetest/runner/
H A Dtest_runner.py50 from devicetest.report.generation import add_log_caching_handler
51 from devicetest.report.generation import del_log_caching_handler
52 from devicetest.report.generation import get_caching_logs
53 from devicetest.report.generation import generate_report
313 start_time, error_msg, report, **kwargs):
315 case_name, tests, case_result, start_time, error_msg, report, **kwargs)
329 def record_cls_result(case_name, tests_step, result, start_time, error, report, **kwargs):
337 "report": report
453 suite.report
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dipl.c2089 int ipl_report_add_component(struct ipl_report *report, struct kexec_buf *kbuf, in ipl_report_add_component() argument
2097 list_add_tail(&comp->list, &report->components); in ipl_report_add_component()
2104 report->size += sizeof(comp->entry); in ipl_report_add_component()
2109 int ipl_report_add_certificate(struct ipl_report *report, void *key, in ipl_report_add_certificate() argument
2117 list_add_tail(&cert->list, &report->certificates); in ipl_report_add_certificate()
2123 report->size += sizeof(cert->entry); in ipl_report_add_certificate()
2124 report->size += cert->entry.len; in ipl_report_add_certificate()
2131 struct ipl_report *report; in ipl_report_init() local
2133 report = vzalloc(sizeof(*report)); in ipl_report_init()
2149 ipl_report_finish(struct ipl_report *report) ipl_report_finish() argument
2204 ipl_report_free(struct ipl_report *report) ipl_report_free() argument
[all...]

Completed in 24 milliseconds

12345678910>>...40