|
Linux Kernel
3.7.1
|
Data Fields | |
| struct irq_chip | chip |
| int | base |
| bool | enabled [IIO_EVENTGEN_NO] |
| bool | inuse [IIO_EVENTGEN_NO] |
| struct mutex | lock |
struct iio_dummy_evgen - evgen state : irq chip we are faking : base of irq range : mask of which irqs are enabled : mask of which irqs are connected : protect the evgen state
Definition at line 38 of file iio_dummy_evgen.c.
| int base |
Definition at line 40 of file iio_dummy_evgen.c.
Definition at line 39 of file iio_dummy_evgen.c.
| bool enabled[IIO_EVENTGEN_NO] |
Definition at line 41 of file iio_dummy_evgen.c.
| bool inuse[IIO_EVENTGEN_NO] |
Definition at line 42 of file iio_dummy_evgen.c.
Definition at line 43 of file iio_dummy_evgen.c.
1.8.2