/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 25 /* Report usage table used to put reports into an array */ 147 struct hid_report *reports[sizeof(pidff_reports)]; member 254 hid_hw_request(pidff->hid, pidff->reports[PID_SET_ENVELOPE], in pidff_set_envelope_report() 281 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONSTANT], in pidff_set_constant_force_report() 316 hid_hw_request(pidff->hid, pidff->reports[PID_SET_EFFECT], in pidff_set_effect_report() 348 hid_hw_request(pidff->hid, pidff->reports[PID_SET_PERIODIC], in pidff_set_periodic_report() 366 * Send condition effect reports to the device 390 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONDITION], in pidff_set_condition_report() 431 hid_hw_request(pidff->hid, pidff->reports[PID_SET_RAMP], in pidff_set_ramp_force_report() 456 hid_hw_request(pidff->hid, pidff->reports[PID_CREATE_NEW_EFFEC in pidff_request_effect_upload() [all...] |
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 25 /* Report usage table used to put reports into an array */ 147 struct hid_report *reports[sizeof(pidff_reports)]; member 254 hid_hw_request(pidff->hid, pidff->reports[PID_SET_ENVELOPE], in pidff_set_envelope_report() 281 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONSTANT], in pidff_set_constant_force_report() 316 hid_hw_request(pidff->hid, pidff->reports[PID_SET_EFFECT], in pidff_set_effect_report() 348 hid_hw_request(pidff->hid, pidff->reports[PID_SET_PERIODIC], in pidff_set_periodic_report() 366 * Send condition effect reports to the device 390 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONDITION], in pidff_set_condition_report() 431 hid_hw_request(pidff->hid, pidff->reports[PID_SET_RAMP], in pidff_set_ramp_force_report() 456 hid_hw_request(pidff->hid, pidff->reports[PID_CREATE_NEW_EFFEC in pidff_request_effect_upload() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/ |
H A D | base.py | 172 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 D | test_wacom_generic.py | 18 decode reports sent by the device. 235 Heartbeat reports generally contain battery status information, 512 reports = [ 517 for report in reports:
|
/kernel/linux/build/ |
H A D | kernel_build.py | 83 reports = [] 121 reports.append(report) 123 return reports 128 reports = [] 156 reports.extend(items) 158 return reports
|
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid-client.c | 68 char *reports; in process_recv() local 275 reports = (char *)reports_list->reports; in process_recv() 278 recv_msg = (struct hostif_msg *)(reports + in process_recv() 280 report_len = *(uint16_t *)reports; in process_recv() 281 payload = reports + sizeof(uint16_t) + in process_recv() 299 reports += sizeof(uint16_t) + report_len; in process_recv()
|
H A D | ishtp-hid.h | 68 } __packed reports[1]; member
|
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ |
H A D | ishtp-hid-client.c | 76 char *reports; in process_recv() local 283 reports = (char *)reports_list->reports; in process_recv() 286 recv_msg = (struct hostif_msg *)(reports + in process_recv() 288 report_len = *(uint16_t *)reports; in process_recv() 289 payload = reports + sizeof(uint16_t) + in process_recv() 307 reports += sizeof(uint16_t) + report_len; in process_recv()
|
H A D | ishtp-hid.h | 63 } __packed reports[1]; member
|
/kernel/linux/linux-5.10/drivers/block/ |
H A D | ps3vram.c | 78 void __iomem *reports; member 102 static u32 __iomem *ps3vram_get_notifier(void __iomem *reports, int notifier) in ps3vram_get_notifier() argument 104 return reports + DMA_NOTIFIER_OFFSET_BASE + in ps3vram_get_notifier() 111 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_reset() 122 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_wait() 708 priv->reports = ioremap(reports_lpar, reports_size); in ps3vram_probe() 709 if (!priv->reports) { in ps3vram_probe() 779 iounmap(priv->reports); in ps3vram_probe() 809 iounmap(priv->reports); in ps3vram_remove()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | ps3vram.c | 77 void __iomem *reports; member 101 static u32 __iomem *ps3vram_get_notifier(void __iomem *reports, int notifier) in ps3vram_get_notifier() argument 103 return reports + DMA_NOTIFIER_OFFSET_BASE + in ps3vram_get_notifier() 110 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_reset() 121 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_wait() 702 priv->reports = ioremap(reports_lpar, reports_size); in ps3vram_probe() 703 if (!priv->reports) { in ps3vram_probe() 764 iounmap(priv->reports); in ps3vram_probe() 793 iounmap(priv->reports); in ps3vram_remove()
|
/kernel/linux/linux-5.10/include/media/drv-intf/ |
H A D | si476x.h | 17 #include <linux/mfd/si476x-reports.h>
|
/kernel/linux/linux-6.6/include/media/drv-intf/ |
H A D | si476x.h | 17 #include <linux/mfd/si476x-reports.h>
|
/kernel/linux/linux-5.10/scripts/ |
H A D | export_report.pl | 143 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");
|
/kernel/linux/linux-6.6/scripts/ |
H A D | export_report.pl | 143 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");
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | si476x-core.h | 25 #include <linux/mfd/si476x-reports.h>
|
/kernel/linux/linux-6.6/include/linux/mfd/ |
H A D | si476x-core.h | 25 #include <linux/mfd/si476x-reports.h>
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-multitouch.c | 169 struct list_head reports; member 617 list_add_tail(&rdata->list, &td->reports); in mt_allocate_report_data() 627 list_for_each_entry(tmp, &td->reports, list) { in mt_find_report_data() 1550 list_for_each_entry(report, &hi->reports, hidinput_list) { in mt_input_configured() 1698 INIT_LIST_HEAD(&td->reports); in mt_probe()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 171 struct list_head reports; member 647 list_add_tail(&rdata->list, &td->reports); in mt_allocate_report_data() 657 list_for_each_entry(tmp, &td->reports, list) { in mt_find_report_data() 1603 list_for_each_entry(report, &hi->reports, hidinput_list) { in mt_input_configured() 1748 INIT_LIST_HEAD(&td->reports); in mt_probe()
|
/kernel/linux/linux-5.10/drivers/firmware/arm_scmi/ |
H A D | base.c | 301 r->reports[i] = le64_to_cpu(p->msg_reports[i]); in scmi_base_fill_custom_report()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | scmi_protocol.h | 442 unsigned long long reports[]; member
|
H A D | hid.h | 502 #define HID_CONTROL_FIFO_SIZE 256 /* to init devices with >100 reports */ 532 struct list_head reports; /* the list of reports */ member 716 * @report_table: on which reports to call raw_event (NULL means all) 802 * @wait: wait for buffered io to complete (send/recv reports) 1042 * hid_parse - parse HW reports
|
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
H A D | base.c | 345 r->reports[i] = le64_to_cpu(p->msg_reports[i]); in scmi_base_fill_custom_report()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | scmi_protocol.h | 590 * @powercap_scale_mw: Domain reports power data in milliwatt units. 591 * @powercap_scale_uw: Domain reports power data in microwatt units. 594 * reports power data on an abstract linear scale. 979 unsigned long long reports[]; member
|
H A D | hid.h | 553 #define HID_CONTROL_FIFO_SIZE 256 /* to init devices with >100 reports */ 582 struct list_head reports; /* the list of reports */ member 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
|