Lines Matching refs:sensor
4 HID sensor framework provides necessary interfaces to implement sensor drivers,
5 which are connected to a sensor hub. The sensor hub is a HID device and it provides
6 a report descriptor conforming to HID 1.12 sensor usage tables.
9 "Standardization of HID usages for sensors would allow (but not require) sensor
15 This specification describes many usage IDs, which describe the type of sensor
16 and also the individual data fields. Each sensor can have variable number of
35 The report is indicating "sensor page (0x20)" contains an accelerometer-3D (0x73).
48 an ambient light sensor can send illumination data.
51 - Individual sensor processing part (sensor drivers)
55 The core driver registers (hid-sensor-hub) registers as a HID driver. It parses
68 Individual sensor processing part (sensor drivers)
72 can use IIO interface to use the standard ABI defined for a type of sensor.
147 HID Sensor specification defines two special sensor usage types. Since they
148 don't represent a standard sensor, it is not possible to define using Linux IIO
151 way to obfuscate the data being communicated by a sensor. Without knowing the
153 an application/driver to determine what data is being communicated by the sensor.
211 How to enable such sensor?
212 By default sensor can be power gated. To enable sysfs attribute "enable" can be
216 Once enabled and powered on, sensor can report value using HID reports.