Home
last modified time | relevance | path

Searched defs:iio_buffer (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/iio/
Dbuffer_impl.h81 struct iio_buffer { struct
92 enum iio_buffer_direction direction; argument
98 const struct iio_buffer_access_funcs *access; argument
101 long *scan_mask;
104 struct list_head demux_list;
107 wait_queue_head_t pollq;
110 unsigned int watermark;
114 bool scan_timestamp;
117 struct list_head buffer_attr_list;
123 struct attribute_group buffer_group;
[all …]
/kernel/linux/linux-5.10/include/linux/iio/
Dbuffer_impl.h71 struct iio_buffer { struct
82 const struct iio_buffer_access_funcs *access; argument
85 long *scan_mask;
88 struct list_head demux_list;
91 wait_queue_head_t pollq;
94 unsigned int watermark;
98 bool scan_timestamp;
101 struct list_head scan_el_dev_attr_list;
104 struct attribute_group buffer_group;
110 struct attribute_group scan_el_group;
[all …]