Home
last modified time | relevance | path

Searched refs:reports (Results 1 – 25 of 237) sorted by relevance

12345678910

/Linux-v5.4/drivers/hid/usbhid/
Dhid-pidff.c147 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()
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()
466 hid_hw_request(pidff->hid, pidff->reports[PID_BLOCK_LOAD], in pidff_request_effect_upload()
504 hid_hw_request(pidff->hid, pidff->reports[PID_EFFECT_OPERATION], in pidff_playback_pid()
[all …]
/Linux-v5.4/Documentation/hid/
Dhid-transport.rst86 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 …]
Dhidraw.rst6 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
Dhid-sensor.rst145 This is used to get a particular field value through input reports. For example
233 Once enabled and powered on, sensor can report value using HID reports.
234 These reports are pushed using misc device interface in a FIFO order::
240 Each reports can be of variable length preceded by a header. This header
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-pps21 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
Dsysfs-class-rapidio18 (RO) reports RapidIO common transport system size:
28 (RO) reports RapidIO destination ID assigned to the given
Dsysfs-driver-wacom8 from this file returns 1 if tablet reports in high speed mode
99 Reading from this file reports the mode status of the
101 reports have been received from the paired device, reading
/Linux-v5.4/Documentation/media/uapi/rc/
Dlirc-set-rec-timeout-reports.rst19 LIRC_SET_REC_TIMEOUT_REPORTS - enable or disable timeout reports for IR receive
35 reports.
43 Enable or disable timeout reports for IR receive. By default, timeout reports
Dlirc-set-wideband-receiver.rst53 carrier reports. In that case it will be disabled as soon as you disable
54 carrier reports. Trying to disable wide band receiver while carrier
55 reports are active will do nothing.
/Linux-v5.4/Documentation/misc-devices/
Dics932s401.rst24 clock, and a reference clock. The driver reports selected and actual
25 frequency. If spread spectrum mode is enabled, the driver also reports by what
/Linux-v5.4/drivers/block/
Dps3vram.c78 void __iomem *reports; member
108 static u32 __iomem *ps3vram_get_notifier(void __iomem *reports, int notifier) in ps3vram_get_notifier() argument
110 return reports + DMA_NOTIFIER_OFFSET_BASE + in ps3vram_get_notifier()
117 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_reset()
128 u32 __iomem *notify = ps3vram_get_notifier(priv->reports, NOTIFIER); in ps3vram_notifier_wait()
709 priv->reports = ioremap(reports_lpar, reports_size); in ps3vram_probe()
710 if (!priv->reports) { in ps3vram_probe()
782 iounmap(priv->reports); in ps3vram_probe()
812 iounmap(priv->reports); in ps3vram_remove()
/Linux-v5.4/Documentation/networking/
Ddevlink-health.txt8 The main idea is to unify and centralize driver health reports in the
16 For each registered health reporter a driver can issue error/health reports
17 asynchronously. All health reports handling is done by devlink.
Dnfc.txt82 * NFC_EVENT_DEVICE_ADDED - reports an NFC device addition
83 * NFC_EVENT_DEVICE_REMOVED - reports an NFC device removal
84 * NFC_EVENT_TARGETS_FOUND - reports START_POLL results when 1 or more targets
/Linux-v5.4/drivers/hid/intel-ish-hid/
Dishtp-hid-client.c68 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()
/Linux-v5.4/Documentation/hwmon/
Dltc2978.rst238 temperatures, and temp5 reports the chip temperature.
240 temperature measurement is supported and reports
244 temp3 reports the chip temperature.
245 - On LTC3883, temp1 reports an external temperature,
246 and temp2 reports the chip temperature.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-compressed.rst47 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
99 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
108 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
188 If :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
198 :ref:`VIDIOC_ENUM_FMT` reports ``V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM``
/Linux-v5.4/Documentation/scsi/
DNinjaSCSI.txt19 If you installed pcmcia-cs already, pcmcia reports your card as UNKNOWN
118 Please send me some reports(bug reports etc..) of this software.
/Linux-v5.4/Documentation/ia64/
Daliasing.rst162 If the EFI memory map reports that the entire granule supports
188 The EFI memory map reports the following attributes:
208 If the EFI memory map reports that the entire range supports the
213 If EFI reports the range as partly WB and partly UC (as on sx[12]000
217 If EFI reports some of the range but not all (as on Intel firmware
224 The EFI memory map reports the following attributes::
/Linux-v5.4/net/bluetooth/hidp/
DKconfig8 for HID reports. HIDP is required for the Bluetooth Human
/Linux-v5.4/drivers/thermal/samsung/
DKconfig9 the TMU, reports temperature and handles cooling action if defined.
/Linux-v5.4/drivers/connector/
DKconfig20 Provide a connector that reports process events to userspace. Send
/Linux-v5.4/Documentation/driver-api/thermal/
Dnouveau_thermal.rst89 Bug reports
95 Bug reports should be filled on Freedesktop's bug tracker. Please follow
/Linux-v5.4/Documentation/i2c/
Dfault-codes.rst11 Not all fault reports imply errors; "page faults" should be a familiar
17 In a similar way, sometimes a "fault" code just reports one defined
36 cases (unless the hardware doesn't provide unique fault reports).
Dupgrading-clients.rst34 struct device *dev = &adap->dev; /* to use for dev_ reports */
174 - struct device *dev = &adap->dev; /* to use for dev_ reports */
175 + struct device *dev = &i2c_client->dev; /* to use for dev_ reports */
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dacpi-lid.rst75 When this option is specified, the ACPI button driver reports the
88 When this option is specified, the ACPI button driver always reports the
101 When this option is specified, the ACPI button driver never reports the

12345678910