|
Linux Kernel
3.7.1
|
#include <trigger.h>
Data Fields | |
| struct iio_trigger_ops * | ops |
| int | id |
| const char * | name |
| struct device | dev |
| void * | private_data |
| struct list_head | list |
| struct list_head | alloc_list |
| int | use_count |
| struct irq_chip | subirq_chip |
| int | subirq_base |
| struct iio_subirq | subirqs [CONFIG_IIO_CONSUMERS_PER_TRIGGER] |
| unsigned long | pool [BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)] |
| struct mutex | pool_lock |
| struct iio_trigger_ops* ops |
| unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)] |
| struct iio_subirq subirqs[CONFIG_IIO_CONSUMERS_PER_TRIGGER] |
1.8.2