Searched refs:report_id (Results 1 - 10 of 10) sorted by relevance

/fuchsia/zircon/system/core/pwrbtn-monitor/
H A Dpwrbtn-monitor.cpp41 uint8_t* report_id, size_t* bit_offset) {
69 *report_id = field.report_id;
83 if (report.report_id != *report_id) {
116 uint8_t report_id; member in struct:__anon148::PowerButtonInfo
159 uint8_t report_id; local
161 zx_status_t status = FindSystemPowerDown(desc, &report_id, &bit_offset);
168 info->report_id = report_id;
40 FindSystemPowerDown(const hid::DeviceDescriptor* desc, uint8_t* report_id, size_t* bit_offset) argument
[all...]
/fuchsia/zircon/system/uapp/hidsensor/
H A Dmain.c29 uint8_t report_id = report[0]; local
30 CURSOR_MOVE(report_id + 1, 0);
34 printf("%3d:", report_id);
/fuchsia/zircon/system/ulib/hid/include/hid/
H A Degalax.h26 uint8_t report_id; member in struct:egalax_touchscreen
H A Dparadise.h129 uint8_t report_id; member in struct:paradise_touchpad_v1
138 uint8_t report_id; member in struct:paradise_touchpad_v2
/fuchsia/zircon/system/ulib/hid-parser/include/hid-parser/
H A Dparser.h22 // +report_id
33 // 1 - |rep_count| is 1 and report[0]->report_id is 0:
36 // 2 - report[0]->report_id is not 0:
37 // in this case each report first byte is the report_id tag
49 // .first_field--> [0] report_id: 1
54 // [1] report_id: 1
59 // [2] report_id: 1
64 // .first_field--> [3] report_id: 3
69 // [4] report_id: 3
74 // .first_field--> [5] report_id
200 uint8_t report_id; member in struct:hid::ReportField
208 uint8_t report_id; member in struct:hid::ReportDescriptor
[all...]
/fuchsia/zircon/system/ulib/hid-parser/
H A Dparser.cpp181 if (static_cast<int32_t>(f.report_id) != last_id) {
184 dev->report[ifr] = ReportDescriptor { f.report_id, 0, &dest_fields[ix] };
191 last_id = f.report_id;
268 table_.report_id,
367 table_.report_id = static_cast<uint8_t>(data);
403 uint8_t report_id; member in struct:hid::impl::ParseState::StateTable
/fuchsia/zircon/system/utest/hid-parser/
H A Dhid-parser-test.cpp97 EXPECT_EQ(dev->report[0].report_id, 0);
105 EXPECT_EQ(fields[ix].report_id, 0);
193 EXPECT_EQ(dev->report[0].report_id, 1);
199 EXPECT_EQ(fields[ix].report_id, 1);
258 EXPECT_EQ(dev->report[1].report_id, 2);
326 EXPECT_EQ(dev->report[2].report_id, 3);
352 EXPECT_EQ(dev->report[3].report_id, 4);
401 EXPECT_EQ(dev->report[0].report_id, 1);
491 EXPECT_EQ(dev->report[1].report_id, 2);
508 EXPECT_EQ(dev->report[2].report_id,
[all...]
/fuchsia/zircon/system/dev/input/hid/
H A Dhid.c444 static int hid_fetch_or_alloc_report_ndx(input_report_id_t report_id, hid_device_t* dev) { argument
447 if (dev->sizes[i].id == report_id)
452 dev->sizes[dev->num_reports].id = report_id;
/fuchsia/zircon/system/dev/bus/acpi/dev-cros-ec/
H A Dmotion.cpp601 void PatchDescriptor(uint8_t* desc, size_t len, uint8_t report_id, int32_t phys_min,
604 HID_REPORT_ID(report_id),
/fuchsia/zircon/system/uapp/hidtouch/
H A Dmain.c144 printf("report id: %u\n", rpt->report_id);

Completed in 59 milliseconds