|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/platform_device.h>#include <linux/slab.h>#include <linux/err.h>#include <linux/clk.h>#include <linux/io.h>#include <linux/pwm.h>#include <asm/div64.h>Go to the source code of this file.
Data Structures | |
| struct | pxa_pwm_chip |
Macros | |
| #define | HAS_SECONDARY_PWM 0x10 |
| #define | PWM_ID_BASE(d) ((d) & 0xf) |
| #define | PWMCR (0x00) |
| #define | PWMDCR (0x04) |
| #define | PWMPCR (0x08) |
| #define | PWMCR_SD (1 << 6) |
| #define | PWMDCR_FD (1 << 10) |
Functions | |
| MODULE_DEVICE_TABLE (platform, pwm_id_table) | |
| arch_initcall (pwm_init) | |
| module_exit (pwm_exit) | |
| MODULE_LICENSE ("GPL v2") | |
| arch_initcall | ( | pwm_init | ) |
| MODULE_DEVICE_TABLE | ( | platform | , |
| pwm_id_table | |||
| ) |
| module_exit | ( | pwm_exit | ) |
| MODULE_LICENSE | ( | "GPL v2" | ) |
1.8.2