Home
last modified time | relevance | path

Searched refs:report_id (Results 26 – 50 of 1150) sorted by relevance

12345678910>>...46

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dsis_i2c.c112 u8 report_id; in sis_read_packet() local
129 report_id = buf[SIS_PKT_REPORT_OFFSET]; in sis_read_packet()
133 if (report_id != SIS_ALL_IN_ONE_PACKAGE) { in sis_read_packet()
134 if (SIS_PKT_IS_TOUCH(report_id)) { in sis_read_packet()
152 } else if (!SIS_PKT_IS_HIDI2C(report_id)) { in sis_read_packet()
155 __func__, report_id); in sis_read_packet()
159 if (SIS_PKT_HAS_SCANTIME(report_id)) in sis_read_packet()
162 if (SIS_PKT_HAS_AREA(report_id)) in sis_read_packet()
164 if (SIS_PKT_HAS_PRESSURE(report_id)) in sis_read_packet()
231 u8 report_id; in sis_ts_handle_packet() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c25 u8 report_id; member
33 void amd_sfh_set_report(struct hid_device *hid, int report_id, in amd_sfh_set_report() argument
49 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type) in amd_sfh_get_report() argument
66 new->report_id = report_id; in amd_sfh_get_report()
67 cli_data->report_id[i] = report_id; in amd_sfh_get_report()
82 u8 report_id, node_type; in amd_sfh_work() local
89 report_id = req_node->report_id; in amd_sfh_work()
93 report_size = get_feature_report(sensor_index, report_id, in amd_sfh_work()
103 report_size = get_input_report(sensor_index, report_id, in amd_sfh_work()
125 report_size = get_input_report(cli_data->sensor_idx[i], cli_data->report_id[i], in amd_sfh_work_buffer()
H A Damd_sfh_hid.h34 u8 report_id[MAX_HID_DEVICES]; member
60 void hid_amdtp_set_feature(struct hid_device *hid, char *buf, u32 len, int report_id);
61 void hid_amdtp_get_report(struct hid_device *hid, int report_id, int report_type);
64 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type);
65 void amd_sfh_set_report(struct hid_device *hid, int report_id, int report_type);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c25 u8 report_id; member
33 void amd_sfh_set_report(struct hid_device *hid, int report_id, in amd_sfh_set_report() argument
49 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type) in amd_sfh_get_report() argument
66 new->report_id = report_id; in amd_sfh_get_report()
67 cli_data->report_id[i] = report_id; in amd_sfh_get_report()
82 u8 report_id, node_type; in amd_sfh_work() local
89 report_id = req_node->report_id; in amd_sfh_work()
93 report_size = get_feature_report(sensor_index, report_id, in amd_sfh_work()
103 report_size = get_input_report(sensor_index, report_id, in amd_sfh_work()
125 report_size = get_input_report(cli_data->sensor_idx[i], cli_data->report_id[i], in amd_sfh_work_buffer()
H A Damd_sfh_hid.h34 u8 report_id[MAX_HID_DEVICES]; member
60 void hid_amdtp_set_feature(struct hid_device *hid, char *buf, u32 len, int report_id);
61 void hid_amdtp_get_report(struct hid_device *hid, int report_id, int report_type);
64 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type);
65 void amd_sfh_set_report(struct hid_device *hid, int report_id, int report_type);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hid/amd-sfh-hid/
H A Damd_sfh_client.c25 u8 report_id; member
33 void amd_sfh_set_report(struct hid_device *hid, int report_id, in amd_sfh_set_report() argument
49 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type) in amd_sfh_get_report() argument
66 new->report_id = report_id; in amd_sfh_get_report()
67 cli_data->report_id[i] = report_id; in amd_sfh_get_report()
82 u8 report_id, node_type; in amd_sfh_work() local
89 report_id = req_node->report_id; in amd_sfh_work()
93 report_size = get_feature_report(sensor_index, report_id, in amd_sfh_work()
103 report_size = get_input_report(sensor_index, report_id, in amd_sfh_work()
125 report_size = get_input_report(cli_data->sensor_idx[i], cli_data->report_id[i], in amd_sfh_work_buffer()
H A Damd_sfh_hid.h34 u8 report_id[MAX_HID_DEVICES]; member
60 void hid_amdtp_set_feature(struct hid_device *hid, char *buf, u32 len, int report_id);
61 void hid_amdtp_get_report(struct hid_device *hid, int report_id, int report_type);
64 int amd_sfh_get_report(struct hid_device *hid, int report_id, int report_type);
65 void amd_sfh_set_report(struct hid_device *hid, int report_id, int report_type);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dsis_i2c.c112 u8 report_id; in sis_read_packet() local
129 report_id = buf[SIS_PKT_REPORT_OFFSET]; in sis_read_packet()
133 if (report_id != SIS_ALL_IN_ONE_PACKAGE) { in sis_read_packet()
134 if (SIS_PKT_IS_TOUCH(report_id)) { in sis_read_packet()
152 } else if (!SIS_PKT_IS_HIDI2C(report_id)) { in sis_read_packet()
155 __func__, report_id); in sis_read_packet()
159 if (SIS_PKT_HAS_SCANTIME(report_id)) in sis_read_packet()
162 if (SIS_PKT_HAS_AREA(report_id)) in sis_read_packet()
164 if (SIS_PKT_HAS_PRESSURE(report_id)) in sis_read_packet()
231 u8 report_id; in sis_ts_handle_packet() local
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/test/fixtures/
H A DReportableService.yml8 …0: {report_id: 1, name: 'project report', report_group_id: 1, use_filter_field: 1, type: 'Runtime'}
9 …1: {report_id: 2, name: 'employee report', report_group_id: 1, use_filter_field: 1, type: 'Runtime…
16 …0: {report_id: 1, filter_field_id: 1, filter_field_order: 1, value1: '3000', where_condition: '>',…
17 …1: {report_id: 1, filter_field_id: 2, filter_field_order: 2, value1: 'computer science', where_con…
24 0: {id: 1, display_field_id: 1, report_id: 1}
25 1: {id: 2, display_field_id: 2, report_id: 1}
34 0: {group_field_id: 1, summary_display_field_id: 1, report_id: 1}
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/minidump/
H A Dminidump_crashpad_info_writer.cc43 UUID report_id; in InitializeFromSnapshot() local
44 process_snapshot->ReportID(&report_id); in InitializeFromSnapshot()
45 SetReportID(report_id); in InitializeFromSnapshot()
67 void MinidumpCrashpadInfoWriter::SetReportID(const UUID& report_id) { in SetReportID() argument
70 crashpad_info_.report_id = report_id; in SetReportID()
143 return crashpad_info_.report_id != UUID() || in IsUseful()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/minidump/
H A Dminidump_crashpad_info_writer.cc43 UUID report_id; in InitializeFromSnapshot() local
44 process_snapshot->ReportID(&report_id); in InitializeFromSnapshot()
45 SetReportID(report_id); in InitializeFromSnapshot()
67 void MinidumpCrashpadInfoWriter::SetReportID(const UUID& report_id) { in SetReportID() argument
70 crashpad_info_.report_id = report_id; in SetReportID()
143 return crashpad_info_.report_id != UUID() || in IsUseful()
/dports/databases/phppgadmin/phppgadmin-REL_7-13-0/plugins/Report/classes/
H A DReports.php60 function getReport($report_id) { argument
63 array('report_id' => $report_id), array('report_id' => '='), array());
102 function alterReport($report_id, $report_name, $db_name, $descr, $report_sql, $paginate) { argument
115 array('report_id' => $report_id));
123 function dropReport($report_id) { argument
124 return $this->driver->delete($this->conf['reports_table'], array('report_id' => $report_id));
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/bin/
H A Ddmarc_send_reports103 print 'ID: ' . $aggregate->metadata->report_id . "\n" if $verbose;
108 'id' => $aggregate->metadata->report_id,
129 'id' => $aggregate->metadata->report_id,
132 $report->store->delete_report($aggregate->metadata->report_id);
140 'id' => $aggregate->metadata->report_id,
143 $report->store->delete_report($aggregate->metadata->report_id);
158 'id' => $aggregate->metadata->report_id,
185 $report->store->delete_report($aggregate->metadata->report_id);
205 report_id => $aggregate->metadata->report_id,
218 $rid = $$agg_ref->metadata->report_id if $agg_ref;
[all …]
/dports/devel/hyperscan/hyperscan-5.4.0/src/rose/
H A Drose_build_dedupe.cpp121 for (const auto &report_id : g[v].reports) { in RoseDedupeAuxImpl() local
122 sb_vert_map[report_id].insert(v); in RoseDedupeAuxImpl()
125 for (const auto &report_id : g[v].reports) { in RoseDedupeAuxImpl() local
126 vert_map[report_id].insert(v); in RoseDedupeAuxImpl()
138 for (const auto &report_id : all_reports(suffix)) { in RoseDedupeAuxImpl() local
139 suffix_map[report_id].insert(suffix); in RoseDedupeAuxImpl()
140 live_reports.insert(report_id); in RoseDedupeAuxImpl()
145 for (const auto &report_id : all_reports(outfix)) { in RoseDedupeAuxImpl() local
146 outfix_map[report_id].insert(&outfix); in RoseDedupeAuxImpl()
147 live_reports.insert(report_id); in RoseDedupeAuxImpl()
[all …]
/dports/sysutils/apcctrl/apcctrl-0.8.21/examples/
H A Dhid-set.c85 uref.report_id = 54; in main()
87 uref.report_id = 53; in main()
95 rinfo.report_id = uref.report_id; in main()
98 printf("Set 5 in report id %d\n", uref.report_id); in main()
/dports/sysutils/apcupsd/apcupsd-3.14.14/examples/
H A Dhid-set.c85 uref.report_id = 54; in main()
87 uref.report_id = 53; in main()
95 rinfo.report_id = uref.report_id; in main()
98 printf("Set 5 in report id %d\n", uref.report_id); in main()
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/net/ooni-probe-cli/probe-cli-3.10.1/cmd/ooniprobe/internal/database/migrations/
H A D2_single_msmt_file.sql20 `report_id` VARCHAR(255),
46 `report_id`,
65 `report_id`,
103 `report_id` VARCHAR(255),
130 `report_id`,
150 `report_id`,
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/luatexdir/
H A Dluatexcallbackids.h111 int report_id = callback_defined(start_file_callback); \
112 if (report_id == 0) { \
127 (void) run_callback(report_id, "dS->",left,name); \
134 int report_id = callback_defined(stop_file_callback); \
135 if (report_id == 0) { \
138 (void) run_callback(report_id, "d->",right); \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/device/hid/
H A Dhid_connection_impl_unittest.cc49 void PlatformGetFeatureReport(uint8_t report_id, in PlatformGetFeatureReport() argument
80 void OnInputReport(uint8_t report_id, in OnInputReport() argument
82 report_id_ = report_id; in OnInputReport()
89 uint8_t report_id() { return report_id_; } in report_id() function in device::__anonc7abb89e0111::TestHidConnectionClient
109 uint8_t report_id, in SetReadResult() argument
112 report_id_ = report_id; in SetReadResult()
139 uint8_t report_id() { return report_id_; } in report_id() function in device::__anonc7abb89e0111::TestIoCallback
187 std::vector<uint8_t> CreateTestReportBuffer(uint8_t report_id, size_t size) { in CreateTestReportBuffer() argument
189 buffer[0] = report_id; in CreateTestReportBuffer()
222 EXPECT_EQ(read_callback.report_id(), kTestReportId); in TEST_F()
[all …]

12345678910>>...46