Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/init.h>
#include <linux/irqnr.h>
#include <linux/time.h>
#include <linux/parport.h>
#include <linux/pps_kernel.h>
Go to the source code of this file.
Data Structures | |
struct | pps_client_pp |
Macros | |
#define | pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
#define | DRVDESC "parallel port PPS client" |
#define | CLEAR_WAIT_MAX 100 |
#define | CLEAR_WAIT_MAX_ERRORS 5 |
Functions | |
MODULE_PARM_DESC (clear_wait,"Maximum number of port reads when polling for signal clear,"" zero turns clear edge capture off entirely") | |
module_param (clear_wait, uint, 0) | |
module_init (pps_parport_init) | |
module_exit (pps_parport_exit) | |
MODULE_AUTHOR ("Alexander Gordeev <lasaine@lvk.cs.msu.su>") | |
MODULE_DESCRIPTION (DRVDESC) | |
MODULE_LICENSE ("GPL") | |
#define CLEAR_WAIT_MAX 100 |
Definition at line 42 of file pps_parport.c.
#define CLEAR_WAIT_MAX_ERRORS 5 |
Definition at line 43 of file pps_parport.c.
Definition at line 38 of file pps_parport.c.
Definition at line 28 of file pps_parport.c.
MODULE_AUTHOR | ( | "Alexander Gordeev <lasaine@lvk.cs.msu.su>" | ) |
MODULE_DESCRIPTION | ( | DRVDESC | ) |
module_exit | ( | pps_parport_exit | ) |
module_init | ( | pps_parport_init | ) |
MODULE_LICENSE | ( | "GPL" | ) |
module_param | ( | clear_wait | , |
uint | , | ||
0 | |||
) |