1 // SPDX-License-Identifier: GPL-2.0-only
2 /* The industrial I/O core
4 * Copyright (c) 2008 Jonathan Cameron
6 * Based on elements of hwmon and input subsystems.
9 #define pr_fmt(fmt) "iio-core: " fmt
11 #include <linux/kernel.h>
12 #include <linux/module.h>
13 #include <linux/idr.h>
14 #include <linux/kdev_t.h>
15 #include <linux/err.h>
16 #include <linux/device.h>
18 #include <linux/poll.h>
19 #include <linux/property.h>
20 #include <linux/sched.h>
21 #include <linux/wait.h>
22 #include <linux/cdev.h>
23 #include <linux/slab.h>
24 #include <linux/anon_inodes.h>
25 #include <linux/debugfs.h>
26 #include <linux/mutex.h>
27 #include <linux/iio/iio.h>
29 #include "iio_core_trigger.h"
30 #include <linux/iio/sysfs.h>
31 #include <linux/iio/events.h>
32 #include <linux/iio/buffer.h>
33 #include <linux/iio/buffer_impl.h>
35 /* IDA to assign each registered device a unique id */
36 static DEFINE_IDA(iio_ida
);
38 static dev_t iio_devt
;
40 #define IIO_DEV_MAX 256
41 struct bus_type iio_bus_type
= {
44 EXPORT_SYMBOL(iio_bus_type
);
46 static struct dentry
*iio_debugfs_dentry
;
48 static const char * const iio_direction
[] = {
53 static const char * const iio_chan_type_name_spec
[] = {
54 [IIO_VOLTAGE
] = "voltage",
55 [IIO_CURRENT
] = "current",
56 [IIO_POWER
] = "power",
57 [IIO_ACCEL
] = "accel",
58 [IIO_ANGL_VEL
] = "anglvel",
60 [IIO_LIGHT
] = "illuminance",
61 [IIO_INTENSITY
] = "intensity",
62 [IIO_PROXIMITY
] = "proximity",
64 [IIO_INCLI
] = "incli",
67 [IIO_TIMESTAMP
] = "timestamp",
68 [IIO_CAPACITANCE
] = "capacitance",
69 [IIO_ALTVOLTAGE
] = "altvoltage",
71 [IIO_PRESSURE
] = "pressure",
72 [IIO_HUMIDITYRELATIVE
] = "humidityrelative",
73 [IIO_ACTIVITY
] = "activity",
74 [IIO_STEPS
] = "steps",
75 [IIO_ENERGY
] = "energy",
76 [IIO_DISTANCE
] = "distance",
77 [IIO_VELOCITY
] = "velocity",
78 [IIO_CONCENTRATION
] = "concentration",
79 [IIO_RESISTANCE
] = "resistance",
81 [IIO_UVINDEX
] = "uvindex",
82 [IIO_ELECTRICALCONDUCTIVITY
] = "electricalconductivity",
83 [IIO_COUNT
] = "count",
84 [IIO_INDEX
] = "index",
85 [IIO_GRAVITY
] = "gravity",
86 [IIO_POSITIONRELATIVE
] = "positionrelative",
87 [IIO_PHASE
] = "phase",
88 [IIO_MASSCONCENTRATION
] = "massconcentration",
91 static const char * const iio_modifier_names
[] = {
95 [IIO_MOD_X_AND_Y
] = "x&y",
96 [IIO_MOD_X_AND_Z
] = "x&z",
97 [IIO_MOD_Y_AND_Z
] = "y&z",
98 [IIO_MOD_X_AND_Y_AND_Z
] = "x&y&z",
99 [IIO_MOD_X_OR_Y
] = "x|y",
100 [IIO_MOD_X_OR_Z
] = "x|z",
101 [IIO_MOD_Y_OR_Z
] = "y|z",
102 [IIO_MOD_X_OR_Y_OR_Z
] = "x|y|z",
103 [IIO_MOD_ROOT_SUM_SQUARED_X_Y
] = "sqrt(x^2+y^2)",
104 [IIO_MOD_SUM_SQUARED_X_Y_Z
] = "x^2+y^2+z^2",
105 [IIO_MOD_LIGHT_BOTH
] = "both",
106 [IIO_MOD_LIGHT_IR
] = "ir",
107 [IIO_MOD_LIGHT_CLEAR
] = "clear",
108 [IIO_MOD_LIGHT_RED
] = "red",
109 [IIO_MOD_LIGHT_GREEN
] = "green",
110 [IIO_MOD_LIGHT_BLUE
] = "blue",
111 [IIO_MOD_LIGHT_UV
] = "uv",
112 [IIO_MOD_LIGHT_DUV
] = "duv",
113 [IIO_MOD_QUATERNION
] = "quaternion",
114 [IIO_MOD_TEMP_AMBIENT
] = "ambient",
115 [IIO_MOD_TEMP_OBJECT
] = "object",
116 [IIO_MOD_NORTH_MAGN
] = "from_north_magnetic",
117 [IIO_MOD_NORTH_TRUE
] = "from_north_true",
118 [IIO_MOD_NORTH_MAGN_TILT_COMP
] = "from_north_magnetic_tilt_comp",
119 [IIO_MOD_NORTH_TRUE_TILT_COMP
] = "from_north_true_tilt_comp",
120 [IIO_MOD_RUNNING
] = "running",
121 [IIO_MOD_JOGGING
] = "jogging",
122 [IIO_MOD_WALKING
] = "walking",
123 [IIO_MOD_STILL
] = "still",
124 [IIO_MOD_ROOT_SUM_SQUARED_X_Y_Z
] = "sqrt(x^2+y^2+z^2)",
127 [IIO_MOD_CO2
] = "co2",
128 [IIO_MOD_VOC
] = "voc",
129 [IIO_MOD_PM1
] = "pm1",
130 [IIO_MOD_PM2P5
] = "pm2p5",
131 [IIO_MOD_PM4
] = "pm4",
132 [IIO_MOD_PM10
] = "pm10",
135 /* relies on pairs of these shared then separate */
136 static const char * const iio_chan_info_postfix
[] = {
137 [IIO_CHAN_INFO_RAW
] = "raw",
138 [IIO_CHAN_INFO_PROCESSED
] = "input",
139 [IIO_CHAN_INFO_SCALE
] = "scale",
140 [IIO_CHAN_INFO_OFFSET
] = "offset",
141 [IIO_CHAN_INFO_CALIBSCALE
] = "calibscale",
142 [IIO_CHAN_INFO_CALIBBIAS
] = "calibbias",
143 [IIO_CHAN_INFO_PEAK
] = "peak_raw",
144 [IIO_CHAN_INFO_PEAK_SCALE
] = "peak_scale",
145 [IIO_CHAN_INFO_QUADRATURE_CORRECTION_RAW
] = "quadrature_correction_raw",
146 [IIO_CHAN_INFO_AVERAGE_RAW
] = "mean_raw",
147 [IIO_CHAN_INFO_LOW_PASS_FILTER_3DB_FREQUENCY
]
148 = "filter_low_pass_3db_frequency",
149 [IIO_CHAN_INFO_HIGH_PASS_FILTER_3DB_FREQUENCY
]
150 = "filter_high_pass_3db_frequency",
151 [IIO_CHAN_INFO_SAMP_FREQ
] = "sampling_frequency",
152 [IIO_CHAN_INFO_FREQUENCY
] = "frequency",
153 [IIO_CHAN_INFO_PHASE
] = "phase",
154 [IIO_CHAN_INFO_HARDWAREGAIN
] = "hardwaregain",
155 [IIO_CHAN_INFO_HYSTERESIS
] = "hysteresis",
156 [IIO_CHAN_INFO_INT_TIME
] = "integration_time",
157 [IIO_CHAN_INFO_ENABLE
] = "en",
158 [IIO_CHAN_INFO_CALIBHEIGHT
] = "calibheight",
159 [IIO_CHAN_INFO_CALIBWEIGHT
] = "calibweight",
160 [IIO_CHAN_INFO_DEBOUNCE_COUNT
] = "debounce_count",
161 [IIO_CHAN_INFO_DEBOUNCE_TIME
] = "debounce_time",
162 [IIO_CHAN_INFO_CALIBEMISSIVITY
] = "calibemissivity",
163 [IIO_CHAN_INFO_OVERSAMPLING_RATIO
] = "oversampling_ratio",
164 [IIO_CHAN_INFO_THERMOCOUPLE_TYPE
] = "thermocouple_type",
168 * iio_find_channel_from_si() - get channel from its scan index
170 * @si: scan index to match
172 const struct iio_chan_spec
173 *iio_find_channel_from_si(struct iio_dev
*indio_dev
, int si
)
177 for (i
= 0; i
< indio_dev
->num_channels
; i
++)
178 if (indio_dev
->channels
[i
].scan_index
== si
)
179 return &indio_dev
->channels
[i
];
183 /* This turns up an awful lot */
184 ssize_t
iio_read_const_attr(struct device
*dev
,
185 struct device_attribute
*attr
,
188 return sprintf(buf
, "%s\n", to_iio_const_attr(attr
)->string
);
190 EXPORT_SYMBOL(iio_read_const_attr
);
192 static int iio_device_set_clock(struct iio_dev
*indio_dev
, clockid_t clock_id
)
195 const struct iio_event_interface
*ev_int
= indio_dev
->event_interface
;
197 ret
= mutex_lock_interruptible(&indio_dev
->mlock
);
200 if ((ev_int
&& iio_event_enabled(ev_int
)) ||
201 iio_buffer_enabled(indio_dev
)) {
202 mutex_unlock(&indio_dev
->mlock
);
205 indio_dev
->clock_id
= clock_id
;
206 mutex_unlock(&indio_dev
->mlock
);
212 * iio_get_time_ns() - utility function to get a time stamp for events etc
215 s64
iio_get_time_ns(const struct iio_dev
*indio_dev
)
217 struct timespec64 tp
;
219 switch (iio_device_get_clock(indio_dev
)) {
221 return ktime_get_real_ns();
222 case CLOCK_MONOTONIC
:
223 return ktime_get_ns();
224 case CLOCK_MONOTONIC_RAW
:
225 return ktime_get_raw_ns();
226 case CLOCK_REALTIME_COARSE
:
227 return ktime_to_ns(ktime_get_coarse_real());
228 case CLOCK_MONOTONIC_COARSE
:
229 ktime_get_coarse_ts64(&tp
);
230 return timespec64_to_ns(&tp
);
232 return ktime_get_boottime_ns();
234 return ktime_get_clocktai_ns();
239 EXPORT_SYMBOL(iio_get_time_ns
);
242 * iio_get_time_res() - utility function to get time stamp clock resolution in
246 unsigned int iio_get_time_res(const struct iio_dev
*indio_dev
)
248 switch (iio_device_get_clock(indio_dev
)) {
250 case CLOCK_MONOTONIC
:
251 case CLOCK_MONOTONIC_RAW
:
254 return hrtimer_resolution
;
255 case CLOCK_REALTIME_COARSE
:
256 case CLOCK_MONOTONIC_COARSE
:
262 EXPORT_SYMBOL(iio_get_time_res
);
264 static int __init
iio_init(void)
268 /* Register sysfs bus */
269 ret
= bus_register(&iio_bus_type
);
271 pr_err("could not register bus type\n");
275 ret
= alloc_chrdev_region(&iio_devt
, 0, IIO_DEV_MAX
, "iio");
277 pr_err("failed to allocate char dev region\n");
278 goto error_unregister_bus_type
;
281 iio_debugfs_dentry
= debugfs_create_dir("iio", NULL
);
285 error_unregister_bus_type
:
286 bus_unregister(&iio_bus_type
);
291 static void __exit
iio_exit(void)
294 unregister_chrdev_region(iio_devt
, IIO_DEV_MAX
);
295 bus_unregister(&iio_bus_type
);
296 debugfs_remove(iio_debugfs_dentry
);
299 #if defined(CONFIG_DEBUG_FS)
300 static ssize_t
iio_debugfs_read_reg(struct file
*file
, char __user
*userbuf
,
301 size_t count
, loff_t
*ppos
)
303 struct iio_dev
*indio_dev
= file
->private_data
;
309 ret
= indio_dev
->info
->debugfs_reg_access(indio_dev
,
310 indio_dev
->cached_reg_addr
,
313 dev_err(indio_dev
->dev
.parent
, "%s: read failed\n", __func__
);
317 len
= snprintf(buf
, sizeof(buf
), "0x%X\n", val
);
319 return simple_read_from_buffer(userbuf
, count
, ppos
, buf
, len
);
322 static ssize_t
iio_debugfs_write_reg(struct file
*file
,
323 const char __user
*userbuf
, size_t count
, loff_t
*ppos
)
325 struct iio_dev
*indio_dev
= file
->private_data
;
330 count
= min_t(size_t, count
, (sizeof(buf
)-1));
331 if (copy_from_user(buf
, userbuf
, count
))
336 ret
= sscanf(buf
, "%i %i", ®
, &val
);
340 indio_dev
->cached_reg_addr
= reg
;
343 indio_dev
->cached_reg_addr
= reg
;
344 ret
= indio_dev
->info
->debugfs_reg_access(indio_dev
, reg
,
347 dev_err(indio_dev
->dev
.parent
, "%s: write failed\n",
359 static const struct file_operations iio_debugfs_reg_fops
= {
361 .read
= iio_debugfs_read_reg
,
362 .write
= iio_debugfs_write_reg
,
365 static void iio_device_unregister_debugfs(struct iio_dev
*indio_dev
)
367 debugfs_remove_recursive(indio_dev
->debugfs_dentry
);
370 static void iio_device_register_debugfs(struct iio_dev
*indio_dev
)
372 if (indio_dev
->info
->debugfs_reg_access
== NULL
)
375 if (!iio_debugfs_dentry
)
378 indio_dev
->debugfs_dentry
=
379 debugfs_create_dir(dev_name(&indio_dev
->dev
),
382 debugfs_create_file("direct_reg_access", 0644,
383 indio_dev
->debugfs_dentry
, indio_dev
,
384 &iio_debugfs_reg_fops
);
387 static void iio_device_register_debugfs(struct iio_dev
*indio_dev
)
391 static void iio_device_unregister_debugfs(struct iio_dev
*indio_dev
)
394 #endif /* CONFIG_DEBUG_FS */
396 static ssize_t
iio_read_channel_ext_info(struct device
*dev
,
397 struct device_attribute
*attr
,
400 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
401 struct iio_dev_attr
*this_attr
= to_iio_dev_attr(attr
);
402 const struct iio_chan_spec_ext_info
*ext_info
;
404 ext_info
= &this_attr
->c
->ext_info
[this_attr
->address
];
406 return ext_info
->read(indio_dev
, ext_info
->private, this_attr
->c
, buf
);
409 static ssize_t
iio_write_channel_ext_info(struct device
*dev
,
410 struct device_attribute
*attr
,
414 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
415 struct iio_dev_attr
*this_attr
= to_iio_dev_attr(attr
);
416 const struct iio_chan_spec_ext_info
*ext_info
;
418 ext_info
= &this_attr
->c
->ext_info
[this_attr
->address
];
420 return ext_info
->write(indio_dev
, ext_info
->private,
421 this_attr
->c
, buf
, len
);
424 ssize_t
iio_enum_available_read(struct iio_dev
*indio_dev
,
425 uintptr_t priv
, const struct iio_chan_spec
*chan
, char *buf
)
427 const struct iio_enum
*e
= (const struct iio_enum
*)priv
;
434 for (i
= 0; i
< e
->num_items
; ++i
)
435 len
+= scnprintf(buf
+ len
, PAGE_SIZE
- len
, "%s ", e
->items
[i
]);
437 /* replace last space with a newline */
442 EXPORT_SYMBOL_GPL(iio_enum_available_read
);
444 ssize_t
iio_enum_read(struct iio_dev
*indio_dev
,
445 uintptr_t priv
, const struct iio_chan_spec
*chan
, char *buf
)
447 const struct iio_enum
*e
= (const struct iio_enum
*)priv
;
453 i
= e
->get(indio_dev
, chan
);
456 else if (i
>= e
->num_items
)
459 return snprintf(buf
, PAGE_SIZE
, "%s\n", e
->items
[i
]);
461 EXPORT_SYMBOL_GPL(iio_enum_read
);
463 ssize_t
iio_enum_write(struct iio_dev
*indio_dev
,
464 uintptr_t priv
, const struct iio_chan_spec
*chan
, const char *buf
,
467 const struct iio_enum
*e
= (const struct iio_enum
*)priv
;
473 ret
= __sysfs_match_string(e
->items
, e
->num_items
, buf
);
477 ret
= e
->set(indio_dev
, chan
, ret
);
478 return ret
? ret
: len
;
480 EXPORT_SYMBOL_GPL(iio_enum_write
);
482 static const struct iio_mount_matrix iio_mount_idmatrix
= {
490 static int iio_setup_mount_idmatrix(const struct device
*dev
,
491 struct iio_mount_matrix
*matrix
)
493 *matrix
= iio_mount_idmatrix
;
494 dev_info(dev
, "mounting matrix not found: using identity...\n");
498 ssize_t
iio_show_mount_matrix(struct iio_dev
*indio_dev
, uintptr_t priv
,
499 const struct iio_chan_spec
*chan
, char *buf
)
501 const struct iio_mount_matrix
*mtx
= ((iio_get_mount_matrix_t
*)
502 priv
)(indio_dev
, chan
);
508 mtx
= &iio_mount_idmatrix
;
510 return snprintf(buf
, PAGE_SIZE
, "%s, %s, %s; %s, %s, %s; %s, %s, %s\n",
511 mtx
->rotation
[0], mtx
->rotation
[1], mtx
->rotation
[2],
512 mtx
->rotation
[3], mtx
->rotation
[4], mtx
->rotation
[5],
513 mtx
->rotation
[6], mtx
->rotation
[7], mtx
->rotation
[8]);
515 EXPORT_SYMBOL_GPL(iio_show_mount_matrix
);
518 * iio_read_mount_matrix() - retrieve iio device mounting matrix from
519 * device "mount-matrix" property
520 * @dev: device the mounting matrix property is assigned to
521 * @propname: device specific mounting matrix property name
522 * @matrix: where to store retrieved matrix
524 * If device is assigned no mounting matrix property, a default 3x3 identity
525 * matrix will be filled in.
527 * Return: 0 if success, or a negative error code on failure.
529 int iio_read_mount_matrix(struct device
*dev
, const char *propname
,
530 struct iio_mount_matrix
*matrix
)
532 size_t len
= ARRAY_SIZE(iio_mount_idmatrix
.rotation
);
535 err
= device_property_read_string_array(dev
, propname
,
536 matrix
->rotation
, len
);
541 /* Invalid number of matrix entries. */
545 /* Invalid matrix declaration format. */
548 /* Matrix was not declared at all: fallback to identity. */
549 return iio_setup_mount_idmatrix(dev
, matrix
);
551 EXPORT_SYMBOL(iio_read_mount_matrix
);
553 static ssize_t
__iio_format_value(char *buf
, size_t len
, unsigned int type
,
554 int size
, const int *vals
)
556 unsigned long long tmp
;
558 bool scale_db
= false;
562 return snprintf(buf
, len
, "%d", vals
[0]);
563 case IIO_VAL_INT_PLUS_MICRO_DB
:
566 case IIO_VAL_INT_PLUS_MICRO
:
568 return snprintf(buf
, len
, "-%d.%06u%s", abs(vals
[0]),
569 -vals
[1], scale_db
? " dB" : "");
571 return snprintf(buf
, len
, "%d.%06u%s", vals
[0], vals
[1],
572 scale_db
? " dB" : "");
573 case IIO_VAL_INT_PLUS_NANO
:
575 return snprintf(buf
, len
, "-%d.%09u", abs(vals
[0]),
578 return snprintf(buf
, len
, "%d.%09u", vals
[0], vals
[1]);
579 case IIO_VAL_FRACTIONAL
:
580 tmp
= div_s64((s64
)vals
[0] * 1000000000LL, vals
[1]);
582 tmp0
= (int)div_s64_rem(tmp
, 1000000000, &tmp1
);
583 return snprintf(buf
, len
, "%d.%09u", tmp0
, abs(tmp1
));
584 case IIO_VAL_FRACTIONAL_LOG2
:
585 tmp
= shift_right((s64
)vals
[0] * 1000000000LL, vals
[1]);
586 tmp0
= (int)div_s64_rem(tmp
, 1000000000LL, &tmp1
);
587 return snprintf(buf
, len
, "%d.%09u", tmp0
, abs(tmp1
));
588 case IIO_VAL_INT_MULTIPLE
:
593 for (i
= 0; i
< size
; ++i
) {
594 l
+= snprintf(&buf
[l
], len
- l
, "%d ", vals
[i
]);
601 return snprintf(buf
, len
, "%c", (char)vals
[0]);
608 * iio_format_value() - Formats a IIO value into its string representation
609 * @buf: The buffer to which the formatted value gets written
610 * which is assumed to be big enough (i.e. PAGE_SIZE).
611 * @type: One of the IIO_VAL_* constants. This decides how the val
612 * and val2 parameters are formatted.
613 * @size: Number of IIO value entries contained in vals
614 * @vals: Pointer to the values, exact meaning depends on the
617 * Return: 0 by default, a negative number on failure or the
618 * total number of characters written for a type that belongs
619 * to the IIO_VAL_* constant.
621 ssize_t
iio_format_value(char *buf
, unsigned int type
, int size
, int *vals
)
625 len
= __iio_format_value(buf
, PAGE_SIZE
, type
, size
, vals
);
626 if (len
>= PAGE_SIZE
- 1)
629 return len
+ sprintf(buf
+ len
, "\n");
631 EXPORT_SYMBOL_GPL(iio_format_value
);
633 static ssize_t
iio_read_channel_info(struct device
*dev
,
634 struct device_attribute
*attr
,
637 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
638 struct iio_dev_attr
*this_attr
= to_iio_dev_attr(attr
);
639 int vals
[INDIO_MAX_RAW_ELEMENTS
];
643 if (indio_dev
->info
->read_raw_multi
)
644 ret
= indio_dev
->info
->read_raw_multi(indio_dev
, this_attr
->c
,
645 INDIO_MAX_RAW_ELEMENTS
,
649 ret
= indio_dev
->info
->read_raw(indio_dev
, this_attr
->c
,
650 &vals
[0], &vals
[1], this_attr
->address
);
655 return iio_format_value(buf
, ret
, val_len
, vals
);
658 static ssize_t
iio_format_avail_list(char *buf
, const int *vals
,
659 int type
, int length
)
666 for (i
= 0; i
< length
; i
++) {
667 len
+= __iio_format_value(buf
+ len
, PAGE_SIZE
- len
,
669 if (len
>= PAGE_SIZE
)
672 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
675 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
677 if (len
>= PAGE_SIZE
)
682 for (i
= 0; i
< length
/ 2; i
++) {
683 len
+= __iio_format_value(buf
+ len
, PAGE_SIZE
- len
,
684 type
, 2, &vals
[i
* 2]);
685 if (len
>= PAGE_SIZE
)
687 if (i
< length
/ 2 - 1)
688 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
691 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
693 if (len
>= PAGE_SIZE
)
701 static ssize_t
iio_format_avail_range(char *buf
, const int *vals
, int type
)
706 len
= snprintf(buf
, PAGE_SIZE
, "[");
709 for (i
= 0; i
< 3; i
++) {
710 len
+= __iio_format_value(buf
+ len
, PAGE_SIZE
- len
,
712 if (len
>= PAGE_SIZE
)
715 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
718 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
720 if (len
>= PAGE_SIZE
)
725 for (i
= 0; i
< 3; i
++) {
726 len
+= __iio_format_value(buf
+ len
, PAGE_SIZE
- len
,
727 type
, 2, &vals
[i
* 2]);
728 if (len
>= PAGE_SIZE
)
731 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
734 len
+= snprintf(buf
+ len
, PAGE_SIZE
- len
,
736 if (len
>= PAGE_SIZE
)
744 static ssize_t
iio_read_channel_info_avail(struct device
*dev
,
745 struct device_attribute
*attr
,
748 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
749 struct iio_dev_attr
*this_attr
= to_iio_dev_attr(attr
);
755 ret
= indio_dev
->info
->read_avail(indio_dev
, this_attr
->c
,
756 &vals
, &type
, &length
,
763 return iio_format_avail_list(buf
, vals
, type
, length
);
764 case IIO_AVAIL_RANGE
:
765 return iio_format_avail_range(buf
, vals
, type
);
772 * iio_str_to_fixpoint() - Parse a fixed-point number from a string
773 * @str: The string to parse
774 * @fract_mult: Multiplier for the first decimal place, should be a power of 10
775 * @integer: The integer part of the number
776 * @fract: The fractional part of the number
778 * Returns 0 on success, or a negative error code if the string could not be
781 int iio_str_to_fixpoint(const char *str
, int fract_mult
,
782 int *integer
, int *fract
)
785 bool integer_part
= true, negative
= false;
787 if (fract_mult
== 0) {
790 return kstrtoint(str
, 0, integer
);
796 } else if (str
[0] == '+') {
801 if ('0' <= *str
&& *str
<= '9') {
803 i
= i
* 10 + *str
- '0';
805 f
+= fract_mult
* (*str
- '0');
808 } else if (*str
== '\n') {
809 if (*(str
+ 1) == '\0')
813 } else if (*str
== '.' && integer_part
) {
814 integer_part
= false;
833 EXPORT_SYMBOL_GPL(iio_str_to_fixpoint
);
835 static ssize_t
iio_write_channel_info(struct device
*dev
,
836 struct device_attribute
*attr
,
840 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
841 struct iio_dev_attr
*this_attr
= to_iio_dev_attr(attr
);
842 int ret
, fract_mult
= 100000;
843 int integer
, fract
= 0;
844 bool is_char
= false;
846 /* Assumes decimal - precision based on number of digits */
847 if (!indio_dev
->info
->write_raw
)
850 if (indio_dev
->info
->write_raw_get_fmt
)
851 switch (indio_dev
->info
->write_raw_get_fmt(indio_dev
,
852 this_attr
->c
, this_attr
->address
)) {
856 case IIO_VAL_INT_PLUS_MICRO
:
859 case IIO_VAL_INT_PLUS_NANO
:
860 fract_mult
= 100000000;
872 if (sscanf(buf
, "%c", &ch
) != 1)
876 ret
= iio_str_to_fixpoint(buf
, fract_mult
, &integer
, &fract
);
881 ret
= indio_dev
->info
->write_raw(indio_dev
, this_attr
->c
,
882 integer
, fract
, this_attr
->address
);
890 int __iio_device_attr_init(struct device_attribute
*dev_attr
,
892 struct iio_chan_spec
const *chan
,
893 ssize_t (*readfunc
)(struct device
*dev
,
894 struct device_attribute
*attr
,
896 ssize_t (*writefunc
)(struct device
*dev
,
897 struct device_attribute
*attr
,
900 enum iio_shared_by shared_by
)
905 sysfs_attr_init(&dev_attr
->attr
);
907 /* Build up postfix of <extend_name>_<modifier>_postfix */
908 if (chan
->modified
&& (shared_by
== IIO_SEPARATE
)) {
909 if (chan
->extend_name
)
910 full_postfix
= kasprintf(GFP_KERNEL
, "%s_%s_%s",
911 iio_modifier_names
[chan
916 full_postfix
= kasprintf(GFP_KERNEL
, "%s_%s",
917 iio_modifier_names
[chan
921 if (chan
->extend_name
== NULL
|| shared_by
!= IIO_SEPARATE
)
922 full_postfix
= kstrdup(postfix
, GFP_KERNEL
);
924 full_postfix
= kasprintf(GFP_KERNEL
,
929 if (full_postfix
== NULL
)
932 if (chan
->differential
) { /* Differential can not have modifier */
934 case IIO_SHARED_BY_ALL
:
935 name
= kasprintf(GFP_KERNEL
, "%s", full_postfix
);
937 case IIO_SHARED_BY_DIR
:
938 name
= kasprintf(GFP_KERNEL
, "%s_%s",
939 iio_direction
[chan
->output
],
942 case IIO_SHARED_BY_TYPE
:
943 name
= kasprintf(GFP_KERNEL
, "%s_%s-%s_%s",
944 iio_direction
[chan
->output
],
945 iio_chan_type_name_spec
[chan
->type
],
946 iio_chan_type_name_spec
[chan
->type
],
950 if (!chan
->indexed
) {
951 WARN(1, "Differential channels must be indexed\n");
953 goto error_free_full_postfix
;
955 name
= kasprintf(GFP_KERNEL
,
957 iio_direction
[chan
->output
],
958 iio_chan_type_name_spec
[chan
->type
],
960 iio_chan_type_name_spec
[chan
->type
],
965 } else { /* Single ended */
967 case IIO_SHARED_BY_ALL
:
968 name
= kasprintf(GFP_KERNEL
, "%s", full_postfix
);
970 case IIO_SHARED_BY_DIR
:
971 name
= kasprintf(GFP_KERNEL
, "%s_%s",
972 iio_direction
[chan
->output
],
975 case IIO_SHARED_BY_TYPE
:
976 name
= kasprintf(GFP_KERNEL
, "%s_%s_%s",
977 iio_direction
[chan
->output
],
978 iio_chan_type_name_spec
[chan
->type
],
984 name
= kasprintf(GFP_KERNEL
, "%s_%s%d_%s",
985 iio_direction
[chan
->output
],
986 iio_chan_type_name_spec
[chan
->type
],
990 name
= kasprintf(GFP_KERNEL
, "%s_%s_%s",
991 iio_direction
[chan
->output
],
992 iio_chan_type_name_spec
[chan
->type
],
999 goto error_free_full_postfix
;
1001 dev_attr
->attr
.name
= name
;
1004 dev_attr
->attr
.mode
|= S_IRUGO
;
1005 dev_attr
->show
= readfunc
;
1009 dev_attr
->attr
.mode
|= S_IWUSR
;
1010 dev_attr
->store
= writefunc
;
1013 error_free_full_postfix
:
1014 kfree(full_postfix
);
1019 static void __iio_device_attr_deinit(struct device_attribute
*dev_attr
)
1021 kfree(dev_attr
->attr
.name
);
1024 int __iio_add_chan_devattr(const char *postfix
,
1025 struct iio_chan_spec
const *chan
,
1026 ssize_t (*readfunc
)(struct device
*dev
,
1027 struct device_attribute
*attr
,
1029 ssize_t (*writefunc
)(struct device
*dev
,
1030 struct device_attribute
*attr
,
1034 enum iio_shared_by shared_by
,
1036 struct list_head
*attr_list
)
1039 struct iio_dev_attr
*iio_attr
, *t
;
1041 iio_attr
= kzalloc(sizeof(*iio_attr
), GFP_KERNEL
);
1042 if (iio_attr
== NULL
)
1044 ret
= __iio_device_attr_init(&iio_attr
->dev_attr
,
1046 readfunc
, writefunc
, shared_by
);
1048 goto error_iio_dev_attr_free
;
1050 iio_attr
->address
= mask
;
1051 list_for_each_entry(t
, attr_list
, l
)
1052 if (strcmp(t
->dev_attr
.attr
.name
,
1053 iio_attr
->dev_attr
.attr
.name
) == 0) {
1054 if (shared_by
== IIO_SEPARATE
)
1055 dev_err(dev
, "tried to double register : %s\n",
1056 t
->dev_attr
.attr
.name
);
1058 goto error_device_attr_deinit
;
1060 list_add(&iio_attr
->l
, attr_list
);
1064 error_device_attr_deinit
:
1065 __iio_device_attr_deinit(&iio_attr
->dev_attr
);
1066 error_iio_dev_attr_free
:
1071 static int iio_device_add_info_mask_type(struct iio_dev
*indio_dev
,
1072 struct iio_chan_spec
const *chan
,
1073 enum iio_shared_by shared_by
,
1074 const long *infomask
)
1076 int i
, ret
, attrcount
= 0;
1078 for_each_set_bit(i
, infomask
, sizeof(*infomask
)*8) {
1079 if (i
>= ARRAY_SIZE(iio_chan_info_postfix
))
1081 ret
= __iio_add_chan_devattr(iio_chan_info_postfix
[i
],
1083 &iio_read_channel_info
,
1084 &iio_write_channel_info
,
1088 &indio_dev
->channel_attr_list
);
1089 if ((ret
== -EBUSY
) && (shared_by
!= IIO_SEPARATE
))
1099 static int iio_device_add_info_mask_type_avail(struct iio_dev
*indio_dev
,
1100 struct iio_chan_spec
const *chan
,
1101 enum iio_shared_by shared_by
,
1102 const long *infomask
)
1104 int i
, ret
, attrcount
= 0;
1105 char *avail_postfix
;
1107 for_each_set_bit(i
, infomask
, sizeof(*infomask
) * 8) {
1108 if (i
>= ARRAY_SIZE(iio_chan_info_postfix
))
1110 avail_postfix
= kasprintf(GFP_KERNEL
,
1112 iio_chan_info_postfix
[i
]);
1116 ret
= __iio_add_chan_devattr(avail_postfix
,
1118 &iio_read_channel_info_avail
,
1123 &indio_dev
->channel_attr_list
);
1124 kfree(avail_postfix
);
1125 if ((ret
== -EBUSY
) && (shared_by
!= IIO_SEPARATE
))
1135 static int iio_device_add_channel_sysfs(struct iio_dev
*indio_dev
,
1136 struct iio_chan_spec
const *chan
)
1138 int ret
, attrcount
= 0;
1139 const struct iio_chan_spec_ext_info
*ext_info
;
1141 if (chan
->channel
< 0)
1143 ret
= iio_device_add_info_mask_type(indio_dev
, chan
,
1145 &chan
->info_mask_separate
);
1150 ret
= iio_device_add_info_mask_type_avail(indio_dev
, chan
,
1153 info_mask_separate_available
);
1158 ret
= iio_device_add_info_mask_type(indio_dev
, chan
,
1160 &chan
->info_mask_shared_by_type
);
1165 ret
= iio_device_add_info_mask_type_avail(indio_dev
, chan
,
1168 info_mask_shared_by_type_available
);
1173 ret
= iio_device_add_info_mask_type(indio_dev
, chan
,
1175 &chan
->info_mask_shared_by_dir
);
1180 ret
= iio_device_add_info_mask_type_avail(indio_dev
, chan
,
1182 &chan
->info_mask_shared_by_dir_available
);
1187 ret
= iio_device_add_info_mask_type(indio_dev
, chan
,
1189 &chan
->info_mask_shared_by_all
);
1194 ret
= iio_device_add_info_mask_type_avail(indio_dev
, chan
,
1196 &chan
->info_mask_shared_by_all_available
);
1201 if (chan
->ext_info
) {
1203 for (ext_info
= chan
->ext_info
; ext_info
->name
; ext_info
++) {
1204 ret
= __iio_add_chan_devattr(ext_info
->name
,
1207 &iio_read_channel_ext_info
: NULL
,
1209 &iio_write_channel_ext_info
: NULL
,
1213 &indio_dev
->channel_attr_list
);
1215 if (ret
== -EBUSY
&& ext_info
->shared
)
1229 * iio_free_chan_devattr_list() - Free a list of IIO device attributes
1230 * @attr_list: List of IIO device attributes
1232 * This function frees the memory allocated for each of the IIO device
1233 * attributes in the list.
1235 void iio_free_chan_devattr_list(struct list_head
*attr_list
)
1237 struct iio_dev_attr
*p
, *n
;
1239 list_for_each_entry_safe(p
, n
, attr_list
, l
) {
1240 kfree(p
->dev_attr
.attr
.name
);
1246 static ssize_t
iio_show_dev_name(struct device
*dev
,
1247 struct device_attribute
*attr
,
1250 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
1251 return snprintf(buf
, PAGE_SIZE
, "%s\n", indio_dev
->name
);
1254 static DEVICE_ATTR(name
, S_IRUGO
, iio_show_dev_name
, NULL
);
1256 static ssize_t
iio_show_dev_label(struct device
*dev
,
1257 struct device_attribute
*attr
,
1260 struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
1261 return snprintf(buf
, PAGE_SIZE
, "%s\n", indio_dev
->label
);
1264 static DEVICE_ATTR(label
, S_IRUGO
, iio_show_dev_label
, NULL
);
1266 static ssize_t
iio_show_timestamp_clock(struct device
*dev
,
1267 struct device_attribute
*attr
,
1270 const struct iio_dev
*indio_dev
= dev_to_iio_dev(dev
);
1271 const clockid_t clk
= iio_device_get_clock(indio_dev
);
1276 case CLOCK_REALTIME
:
1277 name
= "realtime\n";
1278 sz
= sizeof("realtime\n");
1280 case CLOCK_MONOTONIC
:
1281 name
= "monotonic\n";
1282 sz
= sizeof("monotonic\n");
1284 case CLOCK_MONOTONIC_RAW
:
1285 name
= "monotonic_raw\n";
1286 sz
= sizeof("monotonic_raw\n");
1288 case CLOCK_REALTIME_COARSE
:
1289 name
= "realtime_coarse\n";
1290 sz
= sizeof("realtime_coarse\n");
1292 case CLOCK_MONOTONIC_COARSE
:
1293 name
= "monotonic_coarse\n";
1294 sz
= sizeof("monotonic_coarse\n");
1296 case CLOCK_BOOTTIME
:
1297 name
= "boottime\n";
1298 sz
= sizeof("boottime\n");
1302 sz
= sizeof("tai\n");
1308 memcpy(buf
, name
, sz
);
1312 static ssize_t
iio_store_timestamp_clock(struct device
*dev
,
1313 struct device_attribute
*attr
,
1314 const char *buf
, size_t len
)
1319 if (sysfs_streq(buf
, "realtime"))
1320 clk
= CLOCK_REALTIME
;
1321 else if (sysfs_streq(buf
, "monotonic"))
1322 clk
= CLOCK_MONOTONIC
;
1323 else if (sysfs_streq(buf
, "monotonic_raw"))
1324 clk
= CLOCK_MONOTONIC_RAW
;
1325 else if (sysfs_streq(buf
, "realtime_coarse"))
1326 clk
= CLOCK_REALTIME_COARSE
;
1327 else if (sysfs_streq(buf
, "monotonic_coarse"))
1328 clk
= CLOCK_MONOTONIC_COARSE
;
1329 else if (sysfs_streq(buf
, "boottime"))
1330 clk
= CLOCK_BOOTTIME
;
1331 else if (sysfs_streq(buf
, "tai"))
1336 ret
= iio_device_set_clock(dev_to_iio_dev(dev
), clk
);
1343 static DEVICE_ATTR(current_timestamp_clock
, S_IRUGO
| S_IWUSR
,
1344 iio_show_timestamp_clock
, iio_store_timestamp_clock
);
1346 static int iio_device_register_sysfs(struct iio_dev
*indio_dev
)
1348 int i
, ret
= 0, attrcount
, attrn
, attrcount_orig
= 0;
1349 struct iio_dev_attr
*p
;
1350 struct attribute
**attr
, *clk
= NULL
;
1352 /* First count elements in any existing group */
1353 if (indio_dev
->info
->attrs
) {
1354 attr
= indio_dev
->info
->attrs
->attrs
;
1355 while (*attr
++ != NULL
)
1358 attrcount
= attrcount_orig
;
1360 * New channel registration method - relies on the fact a group does
1361 * not need to be initialized if its name is NULL.
1363 if (indio_dev
->channels
)
1364 for (i
= 0; i
< indio_dev
->num_channels
; i
++) {
1365 const struct iio_chan_spec
*chan
=
1366 &indio_dev
->channels
[i
];
1368 if (chan
->type
== IIO_TIMESTAMP
)
1369 clk
= &dev_attr_current_timestamp_clock
.attr
;
1371 ret
= iio_device_add_channel_sysfs(indio_dev
, chan
);
1373 goto error_clear_attrs
;
1377 if (indio_dev
->event_interface
)
1378 clk
= &dev_attr_current_timestamp_clock
.attr
;
1380 if (indio_dev
->name
)
1382 if (indio_dev
->label
)
1387 indio_dev
->chan_attr_group
.attrs
= kcalloc(attrcount
+ 1,
1388 sizeof(indio_dev
->chan_attr_group
.attrs
[0]),
1390 if (indio_dev
->chan_attr_group
.attrs
== NULL
) {
1392 goto error_clear_attrs
;
1394 /* Copy across original attributes */
1395 if (indio_dev
->info
->attrs
)
1396 memcpy(indio_dev
->chan_attr_group
.attrs
,
1397 indio_dev
->info
->attrs
->attrs
,
1398 sizeof(indio_dev
->chan_attr_group
.attrs
[0])
1400 attrn
= attrcount_orig
;
1401 /* Add all elements from the list. */
1402 list_for_each_entry(p
, &indio_dev
->channel_attr_list
, l
)
1403 indio_dev
->chan_attr_group
.attrs
[attrn
++] = &p
->dev_attr
.attr
;
1404 if (indio_dev
->name
)
1405 indio_dev
->chan_attr_group
.attrs
[attrn
++] = &dev_attr_name
.attr
;
1406 if (indio_dev
->label
)
1407 indio_dev
->chan_attr_group
.attrs
[attrn
++] = &dev_attr_label
.attr
;
1409 indio_dev
->chan_attr_group
.attrs
[attrn
++] = clk
;
1411 indio_dev
->groups
[indio_dev
->groupcounter
++] =
1412 &indio_dev
->chan_attr_group
;
1417 iio_free_chan_devattr_list(&indio_dev
->channel_attr_list
);
1422 static void iio_device_unregister_sysfs(struct iio_dev
*indio_dev
)
1425 iio_free_chan_devattr_list(&indio_dev
->channel_attr_list
);
1426 kfree(indio_dev
->chan_attr_group
.attrs
);
1427 indio_dev
->chan_attr_group
.attrs
= NULL
;
1430 static void iio_dev_release(struct device
*device
)
1432 struct iio_dev
*indio_dev
= dev_to_iio_dev(device
);
1433 if (indio_dev
->modes
& INDIO_ALL_TRIGGERED_MODES
)
1434 iio_device_unregister_trigger_consumer(indio_dev
);
1435 iio_device_unregister_eventset(indio_dev
);
1436 iio_device_unregister_sysfs(indio_dev
);
1438 iio_buffer_put(indio_dev
->buffer
);
1440 ida_simple_remove(&iio_ida
, indio_dev
->id
);
1444 struct device_type iio_device_type
= {
1445 .name
= "iio_device",
1446 .release
= iio_dev_release
,
1450 * iio_device_alloc() - allocate an iio_dev from a driver
1451 * @sizeof_priv: Space to allocate for private structure.
1453 struct iio_dev
*iio_device_alloc(int sizeof_priv
)
1455 struct iio_dev
*dev
;
1458 alloc_size
= sizeof(struct iio_dev
);
1460 alloc_size
= ALIGN(alloc_size
, IIO_ALIGN
);
1461 alloc_size
+= sizeof_priv
;
1463 /* ensure 32-byte alignment of whole construct ? */
1464 alloc_size
+= IIO_ALIGN
- 1;
1466 dev
= kzalloc(alloc_size
, GFP_KERNEL
);
1469 dev
->dev
.groups
= dev
->groups
;
1470 dev
->dev
.type
= &iio_device_type
;
1471 dev
->dev
.bus
= &iio_bus_type
;
1472 device_initialize(&dev
->dev
);
1473 dev_set_drvdata(&dev
->dev
, (void *)dev
);
1474 mutex_init(&dev
->mlock
);
1475 mutex_init(&dev
->info_exist_lock
);
1476 INIT_LIST_HEAD(&dev
->channel_attr_list
);
1478 dev
->id
= ida_simple_get(&iio_ida
, 0, 0, GFP_KERNEL
);
1480 /* cannot use a dev_err as the name isn't available */
1481 pr_err("failed to get device id\n");
1485 dev_set_name(&dev
->dev
, "iio:device%d", dev
->id
);
1486 INIT_LIST_HEAD(&dev
->buffer_list
);
1491 EXPORT_SYMBOL(iio_device_alloc
);
1494 * iio_device_free() - free an iio_dev from a driver
1495 * @dev: the iio_dev associated with the device
1497 void iio_device_free(struct iio_dev
*dev
)
1500 put_device(&dev
->dev
);
1502 EXPORT_SYMBOL(iio_device_free
);
1504 static void devm_iio_device_release(struct device
*dev
, void *res
)
1506 iio_device_free(*(struct iio_dev
**)res
);
1509 int devm_iio_device_match(struct device
*dev
, void *res
, void *data
)
1511 struct iio_dev
**r
= res
;
1518 EXPORT_SYMBOL_GPL(devm_iio_device_match
);
1521 * devm_iio_device_alloc - Resource-managed iio_device_alloc()
1522 * @dev: Device to allocate iio_dev for
1523 * @sizeof_priv: Space to allocate for private structure.
1525 * Managed iio_device_alloc. iio_dev allocated with this function is
1526 * automatically freed on driver detach.
1528 * If an iio_dev allocated with this function needs to be freed separately,
1529 * devm_iio_device_free() must be used.
1532 * Pointer to allocated iio_dev on success, NULL on failure.
1534 struct iio_dev
*devm_iio_device_alloc(struct device
*dev
, int sizeof_priv
)
1536 struct iio_dev
**ptr
, *iio_dev
;
1538 ptr
= devres_alloc(devm_iio_device_release
, sizeof(*ptr
),
1543 iio_dev
= iio_device_alloc(sizeof_priv
);
1546 devres_add(dev
, ptr
);
1553 EXPORT_SYMBOL_GPL(devm_iio_device_alloc
);
1556 * devm_iio_device_free - Resource-managed iio_device_free()
1557 * @dev: Device this iio_dev belongs to
1558 * @iio_dev: the iio_dev associated with the device
1560 * Free iio_dev allocated with devm_iio_device_alloc().
1562 void devm_iio_device_free(struct device
*dev
, struct iio_dev
*iio_dev
)
1566 rc
= devres_release(dev
, devm_iio_device_release
,
1567 devm_iio_device_match
, iio_dev
);
1570 EXPORT_SYMBOL_GPL(devm_iio_device_free
);
1573 * iio_chrdev_open() - chrdev file open for buffer access and ioctls
1574 * @inode: Inode structure for identifying the device in the file system
1575 * @filp: File structure for iio device used to keep and later access
1578 * Return: 0 on success or -EBUSY if the device is already opened
1580 static int iio_chrdev_open(struct inode
*inode
, struct file
*filp
)
1582 struct iio_dev
*indio_dev
= container_of(inode
->i_cdev
,
1583 struct iio_dev
, chrdev
);
1585 if (test_and_set_bit(IIO_BUSY_BIT_POS
, &indio_dev
->flags
))
1588 iio_device_get(indio_dev
);
1590 filp
->private_data
= indio_dev
;
1596 * iio_chrdev_release() - chrdev file close buffer access and ioctls
1597 * @inode: Inode structure pointer for the char device
1598 * @filp: File structure pointer for the char device
1600 * Return: 0 for successful release
1602 static int iio_chrdev_release(struct inode
*inode
, struct file
*filp
)
1604 struct iio_dev
*indio_dev
= container_of(inode
->i_cdev
,
1605 struct iio_dev
, chrdev
);
1606 clear_bit(IIO_BUSY_BIT_POS
, &indio_dev
->flags
);
1607 iio_device_put(indio_dev
);
1612 /* Somewhat of a cross file organization violation - ioctls here are actually
1614 static long iio_ioctl(struct file
*filp
, unsigned int cmd
, unsigned long arg
)
1616 struct iio_dev
*indio_dev
= filp
->private_data
;
1617 int __user
*ip
= (int __user
*)arg
;
1620 if (!indio_dev
->info
)
1623 if (cmd
== IIO_GET_EVENT_FD_IOCTL
) {
1624 fd
= iio_event_getfd(indio_dev
);
1627 if (copy_to_user(ip
, &fd
, sizeof(fd
)))
1634 static const struct file_operations iio_buffer_fileops
= {
1635 .read
= iio_buffer_read_outer_addr
,
1636 .release
= iio_chrdev_release
,
1637 .open
= iio_chrdev_open
,
1638 .poll
= iio_buffer_poll_addr
,
1639 .owner
= THIS_MODULE
,
1640 .llseek
= noop_llseek
,
1641 .unlocked_ioctl
= iio_ioctl
,
1642 .compat_ioctl
= compat_ptr_ioctl
,
1645 static int iio_check_unique_scan_index(struct iio_dev
*indio_dev
)
1648 const struct iio_chan_spec
*channels
= indio_dev
->channels
;
1650 if (!(indio_dev
->modes
& INDIO_ALL_BUFFER_MODES
))
1653 for (i
= 0; i
< indio_dev
->num_channels
- 1; i
++) {
1654 if (channels
[i
].scan_index
< 0)
1656 for (j
= i
+ 1; j
< indio_dev
->num_channels
; j
++)
1657 if (channels
[i
].scan_index
== channels
[j
].scan_index
) {
1658 dev_err(&indio_dev
->dev
,
1659 "Duplicate scan index %d\n",
1660 channels
[i
].scan_index
);
1668 static const struct iio_buffer_setup_ops noop_ring_setup_ops
;
1670 int __iio_device_register(struct iio_dev
*indio_dev
, struct module
*this_mod
)
1674 indio_dev
->driver_module
= this_mod
;
1675 /* If the calling driver did not initialize of_node, do it here */
1676 if (!indio_dev
->dev
.of_node
&& indio_dev
->dev
.parent
)
1677 indio_dev
->dev
.of_node
= indio_dev
->dev
.parent
->of_node
;
1679 indio_dev
->label
= of_get_property(indio_dev
->dev
.of_node
, "label",
1682 ret
= iio_check_unique_scan_index(indio_dev
);
1686 if (!indio_dev
->info
)
1689 /* configure elements for the chrdev */
1690 indio_dev
->dev
.devt
= MKDEV(MAJOR(iio_devt
), indio_dev
->id
);
1692 iio_device_register_debugfs(indio_dev
);
1694 ret
= iio_buffer_alloc_sysfs_and_mask(indio_dev
);
1696 dev_err(indio_dev
->dev
.parent
,
1697 "Failed to create buffer sysfs interfaces\n");
1698 goto error_unreg_debugfs
;
1701 ret
= iio_device_register_sysfs(indio_dev
);
1703 dev_err(indio_dev
->dev
.parent
,
1704 "Failed to register sysfs interfaces\n");
1705 goto error_buffer_free_sysfs
;
1707 ret
= iio_device_register_eventset(indio_dev
);
1709 dev_err(indio_dev
->dev
.parent
,
1710 "Failed to register event set\n");
1711 goto error_free_sysfs
;
1713 if (indio_dev
->modes
& INDIO_ALL_TRIGGERED_MODES
)
1714 iio_device_register_trigger_consumer(indio_dev
);
1716 if ((indio_dev
->modes
& INDIO_ALL_BUFFER_MODES
) &&
1717 indio_dev
->setup_ops
== NULL
)
1718 indio_dev
->setup_ops
= &noop_ring_setup_ops
;
1720 cdev_init(&indio_dev
->chrdev
, &iio_buffer_fileops
);
1722 indio_dev
->chrdev
.owner
= this_mod
;
1724 ret
= cdev_device_add(&indio_dev
->chrdev
, &indio_dev
->dev
);
1726 goto error_unreg_eventset
;
1730 error_unreg_eventset
:
1731 iio_device_unregister_eventset(indio_dev
);
1733 iio_device_unregister_sysfs(indio_dev
);
1734 error_buffer_free_sysfs
:
1735 iio_buffer_free_sysfs_and_mask(indio_dev
);
1736 error_unreg_debugfs
:
1737 iio_device_unregister_debugfs(indio_dev
);
1740 EXPORT_SYMBOL(__iio_device_register
);
1743 * iio_device_unregister() - unregister a device from the IIO subsystem
1744 * @indio_dev: Device structure representing the device.
1746 void iio_device_unregister(struct iio_dev
*indio_dev
)
1748 cdev_device_del(&indio_dev
->chrdev
, &indio_dev
->dev
);
1750 mutex_lock(&indio_dev
->info_exist_lock
);
1752 iio_device_unregister_debugfs(indio_dev
);
1754 iio_disable_all_buffers(indio_dev
);
1756 indio_dev
->info
= NULL
;
1758 iio_device_wakeup_eventset(indio_dev
);
1759 iio_buffer_wakeup_poll(indio_dev
);
1761 mutex_unlock(&indio_dev
->info_exist_lock
);
1763 iio_buffer_free_sysfs_and_mask(indio_dev
);
1765 EXPORT_SYMBOL(iio_device_unregister
);
1767 static void devm_iio_device_unreg(struct device
*dev
, void *res
)
1769 iio_device_unregister(*(struct iio_dev
**)res
);
1772 int __devm_iio_device_register(struct device
*dev
, struct iio_dev
*indio_dev
,
1773 struct module
*this_mod
)
1775 struct iio_dev
**ptr
;
1778 ptr
= devres_alloc(devm_iio_device_unreg
, sizeof(*ptr
), GFP_KERNEL
);
1783 ret
= __iio_device_register(indio_dev
, this_mod
);
1785 devres_add(dev
, ptr
);
1791 EXPORT_SYMBOL_GPL(__devm_iio_device_register
);
1794 * devm_iio_device_unregister - Resource-managed iio_device_unregister()
1795 * @dev: Device this iio_dev belongs to
1796 * @indio_dev: the iio_dev associated with the device
1798 * Unregister iio_dev registered with devm_iio_device_register().
1800 void devm_iio_device_unregister(struct device
*dev
, struct iio_dev
*indio_dev
)
1804 rc
= devres_release(dev
, devm_iio_device_unreg
,
1805 devm_iio_device_match
, indio_dev
);
1808 EXPORT_SYMBOL_GPL(devm_iio_device_unregister
);
1811 * iio_device_claim_direct_mode - Keep device in direct mode
1812 * @indio_dev: the iio_dev associated with the device
1814 * If the device is in direct mode it is guaranteed to stay
1815 * that way until iio_device_release_direct_mode() is called.
1817 * Use with iio_device_release_direct_mode()
1819 * Returns: 0 on success, -EBUSY on failure
1821 int iio_device_claim_direct_mode(struct iio_dev
*indio_dev
)
1823 mutex_lock(&indio_dev
->mlock
);
1825 if (iio_buffer_enabled(indio_dev
)) {
1826 mutex_unlock(&indio_dev
->mlock
);
1831 EXPORT_SYMBOL_GPL(iio_device_claim_direct_mode
);
1834 * iio_device_release_direct_mode - releases claim on direct mode
1835 * @indio_dev: the iio_dev associated with the device
1837 * Release the claim. Device is no longer guaranteed to stay
1840 * Use with iio_device_claim_direct_mode()
1842 void iio_device_release_direct_mode(struct iio_dev
*indio_dev
)
1844 mutex_unlock(&indio_dev
->mlock
);
1846 EXPORT_SYMBOL_GPL(iio_device_release_direct_mode
);
1848 subsys_initcall(iio_init
);
1849 module_exit(iio_exit
);
1851 MODULE_AUTHOR("Jonathan Cameron <jic23@kernel.org>");
1852 MODULE_DESCRIPTION("Industrial I/O core");
1853 MODULE_LICENSE("GPL");