Searched refs:reports (Results 1 - 14 of 14) sorted by path

/linux-master/include/media/drv-intf/
H A Dsi476x.h17 #include <linux/mfd/si476x-reports.h>
/linux-master/drivers/block/
H A Dps3vram.c77 void __iomem *reports; member in struct:ps3vram_priv
101 static u32 __iomem *ps3vram_get_notifier(void __iomem *reports, int notifier) argument
103 return reports + DMA_NOTIFIER_OFFSET_BASE +
110 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER);
121 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER);
702 priv->reports = ioremap(reports_lpar, reports_size);
703 if (!priv->reports) {
764 iounmap(priv->reports);
793 iounmap(priv->reports);
/linux-master/drivers/firmware/arm_scmi/
H A Dbase.c348 r->reports[i] = le64_to_cpu(p->msg_reports[i]);
/linux-master/drivers/hid/
H A Dhid-input.c340 #define HID_BATTERY_QUIRK_PERCENT (1 << 0) /* always reports percent */
1025 * by Invert if tool reports proximity or by Eraser directly.
1481 * Windows reports one wheel click as value 120. Where a high-res
1712 * Ignore reports for absolute data if the data didn't change. This is
1713 * not only an optimization but also fixes 'dead' key reports. Some
2100 INIT_LIST_HEAD(&hidinput->reports);
2275 * Read all reports and initialize the absolute field values.
2340 &hidinput->reports);
H A Dhid-multitouch.c170 struct list_head reports; member in struct:mt_device
646 list_add_tail(&rdata->list, &td->reports);
656 list_for_each_entry(tmp, &td->reports, list) {
1602 list_for_each_entry(report, &hi->reports, hidinput_list) {
1747 INIT_LIST_HEAD(&td->reports);
/linux-master/drivers/hid/intel-ish-hid/
H A Dishtp-hid-client.c76 char *reports; local
283 reports = (char *)reports_list->reports;
286 recv_msg = (struct hostif_msg *)(reports +
288 report_len = *(uint16_t *)reports;
289 payload = reports + sizeof(uint16_t) +
307 reports += sizeof(uint16_t) + report_len;
H A Dishtp-hid.h63 } __packed reports[1]; member in struct:report_list
/linux-master/drivers/hid/usbhid/
H A Dhid-pidff.c25 /* Report usage table used to put reports into an array */
147 struct hid_report *reports[sizeof(pidff_reports)]; member in struct:pidff_device
254 hid_hw_request(pidff->hid, pidff->reports[PID_SET_ENVELOPE],
281 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONSTANT],
316 hid_hw_request(pidff->hid, pidff->reports[PID_SET_EFFECT],
348 hid_hw_request(pidff->hid, pidff->reports[PID_SET_PERIODIC],
366 * Send condition effect reports to the device
390 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONDITION],
431 hid_hw_request(pidff->hid, pidff->reports[PID_SET_RAMP],
456 hid_hw_request(pidff->hid, pidff->reports[PID_CREATE_NEW_EFFEC
[all...]
/linux-master/include/linux/
H A Dhid.h553 #define HID_CONTROL_FIFO_SIZE 256 /* to init devices with >100 reports */
582 struct list_head reports; /* the list of reports */ member in struct:hid_input
775 * @report_table: on which reports to call raw_event (NULL means all)
861 * @wait: wait for buffered io to complete (send/recv reports)
1108 * hid_parse - parse HW reports
H A Dscmi_protocol.h623 * @powercap_scale_mw: Domain reports power data in milliwatt units.
624 * @powercap_scale_uw: Domain reports power data in microwatt units.
627 * reports power data on an abstract linear scale.
1015 unsigned long long reports[]; member in struct:scmi_base_error_report
/linux-master/include/linux/mfd/
H A Dsi476x-core.h25 #include <linux/mfd/si476x-reports.h>
/linux-master/scripts/
H A Dexport_report.pl143 print "\tThis file reports the exported symbols usage patterns by in-tree\n",
168 printf("SECTION 2:\n\tThis section reports export-symbol-usage of in-kernel
170 it uses. Each listed symbol reports the number of modules using it\n");
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py172 def debug_reports(cls, reports, uhdev=None, events=None):
173 data = [" ".join([f"{v:02x}" for v in r]) for r in reports]
178 for r in reports
190 reports = data
192 if len(reports) == 1:
195 print(f"sending {len(reports)} reports:")
196 for report in reports:
H A Dtest_wacom_generic.py18 decode reports sent by the device.
236 Heartbeat reports generally contain battery status information,
513 reports = [
518 for report in reports:
1039 Ensure that the driver reports the transitioned contact as
1074 Ensure that the driver reports the transitioned contact as
1109 Ensure that the driver reports the transitioned contact as

Completed in 567 milliseconds