Linux Kernel
3.7.1
|
Public Member Functions | |
DECLARE_KFIFO (det_events, struct iio_event_data, 16) | |
Data Fields | |
wait_queue_head_t | wait |
struct list_head | dev_attr_list |
unsigned long | flags |
struct attribute_group | group |
struct iio_event_interface - chrdev interface for an event line : wait queue to allow blocking reads of events : list of detected events : list of event interface sysfs attribute : file operations related flags including busy flag. : event interface sysfs attribute group
Definition at line 36 of file industrialio-event.c.
DECLARE_KFIFO | ( | det_events | , |
struct iio_event_data | , | ||
16 | |||
) |
Definition at line 40 of file industrialio-event.c.
unsigned long flags |
Definition at line 41 of file industrialio-event.c.
struct attribute_group group |
Definition at line 42 of file industrialio-event.c.
wait_queue_head_t wait |
Definition at line 37 of file industrialio-event.c.