devm_iio_trigger_alloc —
Resource-managed iio_trigger_alloc
struct iio_trigger * devm_iio_trigger_alloc ( | struct device * dev, |
const char * fmt, | |
...) ; |
dev
Device to allocate iio_trigger for
fmt
trigger name format. If it includes format specifiers, the additional arguments following format are formatted and inserted in the resulting string replacing their respective specifiers.
...
variable arguments