Lines Matching defs:cc2_data
79 struct cc2_data { struct
80 struct cc2_rh_alarm_info rh_alarm;
81 struct completion complete;
82 struct device *hwmon;
83 struct i2c_client *client;
84 struct mutex dev_access_lock; /* device access lock */
85 struct regulator *regulator;
86 const char *name;
87 int irq_ready;
88 int irq_low;
89 int irq_high;
90 bool process_irqs;