![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0 */ 0002 #ifndef _LINUX_IIO_TRIGGERED_EVENT_H_ 0003 #define _LINUX_IIO_TRIGGERED_EVENT_H_ 0004 0005 #include <linux/interrupt.h> 0006 0007 int iio_triggered_event_setup(struct iio_dev *indio_dev, 0008 irqreturn_t (*h)(int irq, void *p), 0009 irqreturn_t (*thread)(int irq, void *p)); 0010 void iio_triggered_event_cleanup(struct iio_dev *indio_dev); 0011 0012 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |