Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/list.h>
#include <linux/irq_work.h>
#include <linux/iio/iio.h>
#include <linux/iio/trigger.h>
Go to the source code of this file.
Data Structures | |
struct | iio_sysfs_trig |
Functions | |
module_init (iio_sysfs_trig_init) | |
module_exit (iio_sysfs_trig_exit) | |
MODULE_AUTHOR ("Michael Hennerich <[email protected]>") | |
MODULE_DESCRIPTION ("Sysfs based trigger for the iio subsystem") | |
MODULE_LICENSE ("GPL v2") | |
MODULE_ALIAS ("platform:iio-trig-sysfs") | |
MODULE_ALIAS | ( | "platform:iio-trig-sysfs" | ) |
MODULE_AUTHOR | ( | "Michael Hennerich <[email protected]>" | ) |
module_exit | ( | iio_sysfs_trig_exit | ) |
module_init | ( | iio_sysfs_trig_init | ) |
MODULE_LICENSE | ( | "GPL v2" | ) |