Lines Matching defs:pm860x_chip
376 struct pm860x_chip { struct
377 struct device *dev;
378 struct mutex irq_lock;
379 struct mutex osc_lock;
380 struct i2c_client *client;
381 struct i2c_client *companion; /* companion chip client */
382 struct regmap *regmap;
383 struct regmap *regmap_companion;
385 int buck3_double; /* DVC ramp slope double */
386 int companion_addr;
387 unsigned short osc_vote;
388 int id;
389 int irq_mode;
390 int irq_base;
391 int core_irq;
392 unsigned char chip_version;
393 unsigned char osc_status;
395 unsigned int wakeup_flag;