Linux Kernel
3.7.1
|
#include <linux/hp_sdc.h>
#include <linux/errno.h>
#include <linux/init.h>
#include <linux/module.h>
#include <linux/ioport.h>
#include <linux/time.h>
#include <linux/semaphore.h>
#include <linux/slab.h>
#include <linux/hil.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | PREFIX "HP SDC: " |
int __hp_sdc_enqueue_transaction | ( | hp_sdc_transaction * | this | ) |
EXPORT_SYMBOL | ( | hp_sdc_request_timer_irq | ) |
EXPORT_SYMBOL | ( | hp_sdc_request_hil_irq | ) |
EXPORT_SYMBOL | ( | hp_sdc_request_cooked_irq | ) |
EXPORT_SYMBOL | ( | hp_sdc_release_timer_irq | ) |
EXPORT_SYMBOL | ( | hp_sdc_release_hil_irq | ) |
EXPORT_SYMBOL | ( | hp_sdc_release_cooked_irq | ) |
EXPORT_SYMBOL | ( | __hp_sdc_enqueue_transaction | ) |
EXPORT_SYMBOL | ( | hp_sdc_enqueue_transaction | ) |
EXPORT_SYMBOL | ( | hp_sdc_dequeue_transaction | ) |
int hp_sdc_dequeue_transaction | ( | hp_sdc_transaction * | this | ) |
int hp_sdc_enqueue_transaction | ( | hp_sdc_transaction * | this | ) |
int hp_sdc_release_cooked_irq | ( | hp_sdc_irqhook * | callback | ) |
int hp_sdc_release_hil_irq | ( | hp_sdc_irqhook * | callback | ) |
int hp_sdc_release_timer_irq | ( | hp_sdc_irqhook * | callback | ) |
int hp_sdc_request_cooked_irq | ( | hp_sdc_irqhook * | callback | ) |
int hp_sdc_request_hil_irq | ( | hp_sdc_irqhook * | callback | ) |
int hp_sdc_request_timer_irq | ( | hp_sdc_irqhook * | callback | ) |
MODULE_AUTHOR | ( | "Brian S. Julin <[email protected]>" | ) |
MODULE_DESCRIPTION | ( | "HP i8042-based SDC Driver" | ) |
module_exit | ( | hp_sdc_exit | ) |
module_init | ( | hp_sdc_register | ) |
MODULE_LICENSE | ( | "Dual BSD/GPL" | ) |
module_param_named | ( | no_hpsdc | , |
hp_sdc_disabled | , | ||
bool | , | ||
0 | |||
) |
MODULE_PARM_DESC | ( | no_hpsdc | , |
"Do not enable HP SDC driver." | |||
) |