Linux Kernel
3.7.1
|
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/interrupt.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/slab.h>
#include <linux/pps_kernel.h>
#include <linux/pps-gpio.h>
#include <linux/gpio.h>
#include <linux/list.h>
Go to the source code of this file.
Data Structures | |
struct | pps_gpio_device_data |
Macros | |
#define | PPS_GPIO_NAME "pps-gpio" |
#define | pr_fmt(fmt) PPS_GPIO_NAME ": " fmt |
Functions | |
module_init (pps_gpio_init) | |
module_exit (pps_gpio_exit) | |
MODULE_AUTHOR ("Ricardo Martins <[email protected]>") | |
MODULE_AUTHOR ("James Nuss <jamesnuss@nanometrics.ca>") | |
MODULE_DESCRIPTION ("Use GPIO pin as PPS source") | |
MODULE_LICENSE ("GPL") | |
MODULE_VERSION ("1.0.0") | |
#define PPS_GPIO_NAME "pps-gpio" |
Definition at line 23 of file pps-gpio.c.
#define pr_fmt | ( | fmt | ) | PPS_GPIO_NAME ": " fmt |
Definition at line 24 of file pps-gpio.c.
MODULE_AUTHOR | ( | "Ricardo Martins <[email protected]>" | ) |
MODULE_AUTHOR | ( | "James Nuss <jamesnuss@nanometrics.ca>" | ) |
module_exit | ( | pps_gpio_exit | ) |
module_init | ( | pps_gpio_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
MODULE_VERSION | ( | "1.0.0" | ) |