Searched defs:iio_info (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 116057 struct iio_info { struct 116058 const struct attribute_group *event_attrs; 116059 const struct attribute_group *attrs; 116060 int (*read_raw)(struct iio_dev *, const struct iio_chan_spec *, int *, int *, long); 116061 int (*read_raw_multi)(struct iio_dev *, const struct iio_chan_spec *, int, int *, int *, long); 116062 …nt (*read_avail)(struct iio_dev *, const struct iio_chan_spec *, const int **, int *, int *, long); 116063 int (*write_raw)(struct iio_dev *, const struct iio_chan_spec *, int, int, long); 116064 int (*read_label)(struct iio_dev *, const struct iio_chan_spec *, char *); 116065 int (*write_raw_get_fmt)(struct iio_dev *, const struct iio_chan_spec *, long); 116066 …ig)(struct iio_dev *, const struct iio_chan_spec *, enum iio_event_type, enum iio_event_direction); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 122485 struct iio_info { struct 122486 const struct attribute_group *event_attrs; 122487 const struct attribute_group *attrs; 122488 int (*read_raw)(struct iio_dev *, const struct iio_chan_spec *, int *, int *, long); 122489 int (*read_raw_multi)(struct iio_dev *, const struct iio_chan_spec *, int, int *, int *, long); 122490 …nt (*read_avail)(struct iio_dev *, const struct iio_chan_spec *, const int **, int *, int *, long); 122491 int (*write_raw)(struct iio_dev *, const struct iio_chan_spec *, int, int, long); 122492 int (*read_label)(struct iio_dev *, const struct iio_chan_spec *, char *); 122493 int (*write_raw_get_fmt)(struct iio_dev *, const struct iio_chan_spec *, long); 122494 …ig)(struct iio_dev *, const struct iio_chan_spec *, enum iio_event_type, enum iio_event_direction); [all …]
|