aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/iio-opaque.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-05iio: Use per-device lockdep class for mlockVincent Whitchurch1-0/+2
2022-04-10iio: core: Move the currentmode entry to the opaque structureMiquel Raynal1-0/+4
2021-10-19iio: core: Introduce iio_push_to_buffers_with_ts_unaligned()Jonathan Cameron1-0/+4
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron1-0/+4
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-05-17iio: avoid shadowing of variable name in to_iio_dev_opaque()Jonathan Cameron1-2/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron1-0/+2
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean1-0/+2
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean1-0/+4
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean1-0/+4
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean1-0/+4
2020-11-14iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean1-0/+2
2020-07-07iio: core: move event interface on the opaque structAlexandru Ardelean1-0/+2
2020-07-07iio: core: move iio_dev's buffer_list to the private iio device objectAlexandru Ardelean1-0/+2
2020-07-07iio: core: move channel list & group to private iio device objectAlexandru Ardelean1-0/+5
2020-07-07iio: core: move debugfs data on the private iio dev infoAlexandru Ardelean1-0/+10
2020-07-07iio: core: wrap IIO device into an iio_dev_opaque objectAlexandru Ardelean1-0/+17