devm_iio_trigger_free (9) Linux Manual Page
devm_iio_trigger_free – Resource-managed iio_trigger_free
Synopsis
void devm_iio_trigger_free(struct device *dev, struct iio_trigger *iio_trig);
Arguments
dev
-
- Device this iio_dev belongs to
iio_trig
- the iio_trigger associated with the device
Description
Free iio_trigger allocated with devm_iio_trigger_alloc.
Author
Daniel Baluta <daniel.baluta [at] intel.com>
- Author.
