Linux Kernel
3.7.1
|
#include <tps65910.h>
Data Fields | |
struct device * | dev |
struct i2c_client * | i2c_client |
struct regmap * | regmap |
struct mutex | io_mutex |
unsigned int | id |
struct tps65910_pmic * | pmic |
struct tps65910_rtc * | rtc |
struct tps65910_power * | power |
struct tps65910_board * | of_plat_data |
struct mutex | irq_lock |
int | chip_irq |
int | irq_base |
int | irq_num |
u32 | irq_mask |
struct irq_domain * | domain |
struct tps65910 - tps65910 sub-driver chip access routines
Definition at line 835 of file tps65910.h.
int chip_irq |
Definition at line 852 of file tps65910.h.
Definition at line 836 of file tps65910.h.
struct irq_domain* domain |
Definition at line 856 of file tps65910.h.
Definition at line 837 of file tps65910.h.
Definition at line 840 of file tps65910.h.
Definition at line 839 of file tps65910.h.
int irq_base |
Definition at line 853 of file tps65910.h.
Definition at line 851 of file tps65910.h.
u32 irq_mask |
Definition at line 855 of file tps65910.h.
int irq_num |
Definition at line 854 of file tps65910.h.
struct tps65910_board* of_plat_data |
Definition at line 848 of file tps65910.h.
struct tps65910_pmic* pmic |
Definition at line 843 of file tps65910.h.
struct tps65910_power* power |
Definition at line 845 of file tps65910.h.
Definition at line 838 of file tps65910.h.
struct tps65910_rtc* rtc |
Definition at line 844 of file tps65910.h.