| /kernel/linux/linux-6.6/drivers/hid/ |
| D | hid-uclogic-rdesc.h | 112 /* Report ID for v1 pen reports */ 115 /* Fixed report descriptor template for (tweaked) v1 pen reports */ 119 /* Report ID for v2 pen reports */ 122 /* Fixed report descriptor template for (tweaked) v2 pen reports */ 126 /* Report ID for tweaked v1 frame reports */ 129 /* Fixed report descriptor for (tweaked) v1 frame reports */ 133 /* Report ID for tweaked v2 frame button reports */ 136 /* Fixed report descriptor for (tweaked) v2 frame button reports */ 140 /* Report ID for tweaked v2 frame touch ring/strip reports */ 143 /* Fixed report descriptor for (tweaked) v2 frame touch ring reports */ [all …]
|
| D | hid-uclogic-params.h | 28 /* Normal reports: zero - out of proximity, one - in proximity */ 30 /* Inverted reports: zero - in proximity, one - out of proximity */ 32 /* No reports */ 88 /* Report ID, if reports should be tweaked, zero if not */ 95 * True, if reports include fragmented high resolution coords, with 101 * True if the pen reports tilt in bytes at offset 10 (X) and 11 (Y), 128 * Report ID, if reports should be tweaked, zero if not. 157 * The value to anchor the reversed touch ring/strip reports at. 158 * I.e. one, if the reports should be flipped without offset. 173 * Only valid if "id" is not zero. A bitmap dial sends reports with a [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-ccp | 6 The /sys/bus/pci/devices/<BDF>/fused_part file reports 16 The /sys/bus/pci/devices/<BDF>/debug_lock_on reports 27 The /sys/bus/pci/devices/<BDF>/tsme_status file reports 38 The /sys/bus/pci/devices/<BDF>/anti_rollback_status file reports 49 The /sys/bus/pci/devices/<BDF>/rpmc_production_enabled file reports 60 The /sys/bus/pci/devices/<BDF>/rpmc_spirom_available file reports 72 The /sys/bus/pci/devices/<BDF>/hsp_tpm_available file reports 83 The /sys/bus/pci/devices/<BDF>/rom_armor_enforced file reports 95 file reports the firmware version of the AMD AGESA 104 file reports the firmware version of the AMD Trusted
|
| D | sysfs-class-power | 7 Reports the name of the device manufacturer. 16 Reports the name of the device model. 25 Reports the serial number of the device. 47 Reports an average IBAT current reading for the battery, over 54 Reports an average IBUS current reading over a fixed period. 70 Reports the maximum IBAT current allowed into the battery. 74 Reports the maximum IBUS current the supply can support. 86 Reports an instant, single IBAT current reading for the 93 Reports the IBUS current supplied now. This value is generally 110 Reports the current TBAT battery temperature reading. [all …]
|
| D | sysfs-pps | 21 The /sys/class/pps/ppsX/assert file reports the assert events 33 The /sys/class/pps/ppsX/clear file reports the clear events 45 The /sys/class/pps/ppsX/mode file reports the functioning 55 The /sys/class/pps/ppsX/echo file reports if the X-th does 62 The /sys/class/pps/ppsX/name file reports the name of the 69 The /sys/class/pps/ppsX/path file reports the path name of
|
| D | sysfs-class-remoteproc | 6 Reports the name of the firmware currently loaded to the 17 Reports the state of the remote processor, which will be one of: 58 Reports the name of the remote processor. This can be used by 67 Reports the coredump configuration of the remote processor, 91 Reports the recovery mechanism of the remote processor,
|
| D | sysfs-bus-iio-bno055 | 49 Reports the binary calibration data blob for the IMU sensors. 55 Reports the autocalibration status for the accelerometer sensor. 63 Reports the autocalibration status for the gyroscope sensor. 71 Reports the autocalibration status for the magnetometer sensor. 79 Reports the status for the IMU overall autocalibration.
|
| D | sysfs-class-regulator | 7 state. This reports the regulator enable control, for 33 "status". This reports the current regulator status, for 380 under_voltage. This indicates if the device reports an 389 over_current. This indicates if the device reports an 398 regulation_out. This indicates if the device reports an 407 fail. This indicates if the device reports an output failure 416 over_temp. This indicates if the device reports an 425 under_voltage_warn. This indicates if the device reports an 434 over_current_warn. This indicates if the device reports an 443 over_voltage_warn. This indicates if the device reports an [all …]
|
| D | sysfs-driver-input-exc3000 | 4 Description: Reports the firmware version provided by the touchscreen, for example "00_T6" on a … 13 Description: Reports the model identification provided by the touchscreen, for example "Orion_13… 22 Description: Reports the type identification provided by the touchscreen, for example "PCAP82H80 Se…
|
| /kernel/linux/linux-6.6/Documentation/hid/ |
| D | hidraw.rst | 6 Interface Devices (HIDs). It differs from hiddev in that reports sent and 12 reports manually. This is often the case when making userspace drivers for 17 descriptors. Because hiddev parses reports which are sent and received 45 devices, the reports read using read() are the reports sent from the device 51 On a device which uses numbered reports, the first byte of the returned data 53 byte. For devices which do not use numbered reports, the report data 64 number. If the device does not use numbered reports, the first byte should 115 specification, feature reports are always sent using the control endpoint. 117 which do not use numbered reports, set the first byte to 0. The report data 127 reports, set the first byte to 0. The returned report buffer will contain the [all …]
|
| D | hid-transport.rst | 86 channels, but they can also provide acknowledgement reports, automatic 100 reports. No management commands or data acknowledgements are sent on this 111 Outgoing reports are usually sent on the ctrl channel via synchronous 114 Communication between devices and HID core is mostly done via HID reports. A 117 - INPUT Report: Input reports provide data from device to host. This 122 - OUTPUT Report: Output reports change device states. They are sent from host 124 reports are never sent from device to host, but a host can retrieve their 126 Hosts may choose to send output reports either continuously or only on 128 - FEATURE Report: Feature reports are used for specific static device features 131 Feature reports are never sent without requests. A host must explicitly set [all …]
|
| D | hid-alps.rst | 31 14 wMaxOutputLength 0000 No Output Reports 45 ReportID-1 (Input Reports) (HIDUsage-Mouse) for TP&SP 46 ReportID-2 (Input Reports) (HIDUsage-keyboard) for TP 47 ReportID-3 (Input Reports) (Vendor Usage: Max 10 finger data) for TP 48 ReportID-4 (Input Reports) (Vendor Usage: ON bit data) for GP 49 ReportID-5 (Feature Reports) Feature Reports 50 ReportID-6 (Input Reports) (Vendor Usage: StickPointer data) for SP 51 ReportID-7 (Feature Reports) Flash update (Bootloader)
|
| /kernel/linux/linux-5.10/Documentation/hid/ |
| D | hid-transport.rst | 86 channels, but they can also provide acknowledgement reports, automatic 100 reports. No management commands or data acknowledgements are sent on this 111 Outgoing reports are usually sent on the ctrl channel via synchronous 114 Communication between devices and HID core is mostly done via HID reports. A 117 - INPUT Report: Input reports provide data from device to host. This 122 - OUTPUT Report: Output reports change device states. They are sent from host 124 reports are never sent from device to host, but a host can retrieve their 126 Hosts may choose to send output reports either continuously or only on 128 - FEATURE Report: Feature reports are used for specific static device features 131 Feature reports are never sent without requests. A host must explicitly set [all …]
|
| D | hidraw.rst | 6 Interface Devices (HIDs). It differs from hiddev in that reports sent and 12 reports manually. This is often the case when making userspace drivers for 17 descriptors. Because hiddev parses reports which are sent and received 44 devices, the reports read using read() are the reports sent from the device 50 On a device which uses numbered reports, the first byte of the returned data 52 byte. For devices which do not use numbered reports, the report data 63 number. If the device does not use numbered reports, the first byte should 114 specification, feature reports are always sent using the control endpoint. 116 which do not use numbered reports, set the first byte to 0. The report data 126 reports, set the first byte to 0. The report will be returned starting at
|
| D | hid-alps.rst | 31 14 wMaxOutputLength 0000 No Output Reports 45 ReportID-1 (Input Reports) (HIDUsage-Mouse) for TP&SP 46 ReportID-2 (Input Reports) (HIDUsage-keyboard) for TP 47 ReportID-3 (Input Reports) (Vendor Usage: Max 10 finger data) for TP 48 ReportID-4 (Input Reports) (Vendor Usage: ON bit data) for GP 49 ReportID-5 (Feature Reports) Feature Reports 50 ReportID-6 (Input Reports) (Vendor Usage: StickPointer data) for SP 51 ReportID-7 (Feature Reports) Flash update (Bootloader)
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-power | 7 Reports the name of the device manufacturer. 16 Reports the name of the device model. 25 Reports the serial number of the device. 47 Reports an average IBAT current reading for the battery, over 54 Reports an average IBUS current reading over a fixed period. 70 Reports the maximum IBAT current allowed into the battery. 74 Reports the maximum IBUS current the supply can support. 86 Reports an instant, single IBAT current reading for the 93 Reports the IBUS current supplied now. This value is generally 110 Reports the current TBAT battery temperature reading. [all …]
|
| D | sysfs-pps | 21 The /sys/class/pps/ppsX/assert file reports the assert events 33 The /sys/class/pps/ppsX/clear file reports the clear events 45 The /sys/class/pps/ppsX/mode file reports the functioning 55 The /sys/class/pps/ppsX/echo file reports if the X-th does 62 The /sys/class/pps/ppsX/name file reports the name of the 69 The /sys/class/pps/ppsX/path file reports the path name of
|
| D | sysfs-class-remoteproc | 6 Reports the name of the firmware currently loaded to the 17 Reports the state of the remote processor, which will be one of: 58 Reports the name of the remote processor. This can be used by 67 Reports the coredump configuration of the remote processor, 91 Reports the recovery mechanism of the remote processor,
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-uclogic-rdesc.h | 106 /* Report ID for v1 pen reports */ 109 /* Fixed report descriptor template for (tweaked) v1 pen reports */ 113 /* Report ID for v2 pen reports */ 116 /* Fixed report descriptor template for (tweaked) v2 pen reports */ 120 /* Fixed report descriptor for (tweaked) v1 buttonpad reports */ 124 /* Report ID for tweaked v1 buttonpad reports */ 127 /* Fixed report descriptor for (tweaked) v2 buttonpad reports */ 131 /* Report ID for tweaked v2 buttonpad reports */ 146 /* Report ID of Ugee G5 frame control reports */
|
| D | hid-uclogic-params.h | 24 /* Normal reports: zero - out of proximity, one - in proximity */ 26 /* Inverted reports: zero - in proximity, one - out of proximity */ 28 /* No reports */ 55 /* Report ID, if reports should be tweaked, zero if not */ 60 * True, if reports include fragmented high resolution coords, with 87 * Report ID, if reports should be tweaked, zero if not. 112 * reports unchanged and lets the generic HID driver handle everything.
|
| /kernel/linux/linux-6.6/drivers/hid/usbhid/ |
| D | hid-pidff.c | 26 /* Report usage table used to put reports into an array */ 151 struct hid_report *reports[sizeof(pidff_reports)]; member 260 hid_hw_request(pidff->hid, pidff->reports[PID_SET_ENVELOPE], in pidff_set_envelope_report() 299 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONSTANT], in pidff_set_constant_force_report() 345 hid_hw_request(pidff->hid, pidff->reports[PID_SET_EFFECT], in pidff_set_effect_report() 377 hid_hw_request(pidff->hid, pidff->reports[PID_SET_PERIODIC], in pidff_set_periodic_report() 395 * Send condition effect reports to the device 425 hid_hw_request(pidff->hid, pidff->reports[PID_SET_CONDITION], in pidff_set_condition_report() 466 hid_hw_request(pidff->hid, pidff->reports[PID_SET_RAMP], in pidff_set_ramp_force_report() 491 hid_hw_request(pidff->hid, pidff->reports[PID_CREATE_NEW_EFFECT], in pidff_request_effect_upload() [all …]
|
| /kernel/linux/linux-5.10/drivers/hid/usbhid/ |
| 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_EFFECT], in pidff_request_effect_upload() [all …]
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/rc/ |
| D | lirc-set-rec-timeout-reports.rst | 13 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive 30 reports. 37 Enable or disable timeout reports for IR receive. By default, timeout reports
|
| /kernel/linux/linux-6.6/drivers/usb/serial/ |
| D | keyspan_usa90msg.h | 156 u8 msr, // reports the actual MSR register 157 cts, // reports CTS pin 158 dcd, // reports DCD pin 159 dsr, // reports DSR pin 160 ri, // reports RI pin 162 rxBreak, // reports break state
|
| /kernel/linux/linux-5.10/drivers/usb/serial/ |
| D | keyspan_usa90msg.h | 156 u8 msr, // reports the actual MSR register 157 cts, // reports CTS pin 158 dcd, // reports DCD pin 159 dsr, // reports DSR pin 160 ri, // reports RI pin 162 rxBreak, // reports break state
|