Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/mutex.h>
#include <linux/spi/spi.h>
#include <linux/spi/74x164.h>
#include <linux/gpio.h>
#include <linux/of_gpio.h>
#include <linux/slab.h>
#include <linux/module.h>
Go to the source code of this file.
Data Structures | |
struct | gen_74x164_chip |
Macros | |
#define | GEN_74X164_NUMBER_GPIOS 8 |
Functions | |
MODULE_DEVICE_TABLE (of, gen_74x164_dt_ids) | |
module_spi_driver (gen_74x164_driver) | |
MODULE_AUTHOR ("Gabor Juhos <[email protected]>") | |
MODULE_AUTHOR ("Miguel Gaio <[email protected]>") | |
MODULE_DESCRIPTION ("GPIO expander driver for 74X164 8-bits shift register") | |
MODULE_LICENSE ("GPL v2") | |
Variables | |
struct gen_74x164_chip | __attribute__ |
#define GEN_74X164_NUMBER_GPIOS 8 |
Definition at line 21 of file gpio-74x164.c.
MODULE_AUTHOR | ( | "Gabor Juhos <[email protected]>" | ) |
MODULE_AUTHOR | ( | "Miguel Gaio <[email protected]>" | ) |
MODULE_DEVICE_TABLE | ( | of | , |
gen_74x164_dt_ids | |||
) |
MODULE_LICENSE | ( | "GPL v2" | ) |
module_spi_driver | ( | gen_74x164_driver | ) |