iio: imu: st_lsm6dsx: add missing kernel documenation
Add missing kernel doc for st_lsm6dsx_hw data structure Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> Reviewed-by: Sean Nyekjaer <sean@geanix.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
b7a73b33bb
commit
3473b923b3
|
@ -347,6 +347,9 @@ struct st_lsm6dsx_sensor {
|
|||
* @ts_sip: Total number of timestamp samples in a given pattern.
|
||||
* @sip: Total number of samples (acc/gyro/ts) in a given pattern.
|
||||
* @buff: Device read buffer.
|
||||
* @irq_routing: pointer to interrupt routing configuration.
|
||||
* @event_threshold: wakeup event threshold.
|
||||
* @enable_event: enabled event bitmask.
|
||||
* @iio_devs: Pointers to acc/gyro iio_dev instances.
|
||||
* @settings: Pointer to the specific sensor settings in use.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue