mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-22 17:35:51 +00:00
We can't store the trigger instance created by iio_trigger_alloc, in trig field of iio_device structure. This needs to be stored in the driver private data. Othewise it can result in crash during module unload. Hence created a trig_ptr in the common data structure for each HID sensor IIO driver and storing here. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org> |
||
|---|---|---|
| .. | ||
| adis16080.c | ||
| adis16130.c | ||
| adis16136.c | ||
| adis16260.c | ||
| adxrs450.c | ||
| hid-sensor-gyro-3d.c | ||
| itg3200_buffer.c | ||
| itg3200_core.c | ||
| Kconfig | ||
| Makefile | ||
| st_gyro_buffer.c | ||
| st_gyro_core.c | ||
| st_gyro_i2c.c | ||
| st_gyro_spi.c | ||
| st_gyro.h | ||