Lines Matching full:max8998
3 * max8998-private.h - Voltage regulator driver for the Maxim 8998
91 /* MAX8998 various variants */
94 TYPE_LP3974, /* National version of MAX8998 */
125 * struct max8998_dev - max8998 master device for sub-drivers
132 * @irq_base: base IRQ number for max8998, required for IRQs
133 * @irq: generic IRQ number for max8998
134 * @ono: power onoff IRQ number for max8998
137 * @type: indicate which max8998 "variant" is used
157 int max8998_irq_init(struct max8998_dev *max8998);
158 void max8998_irq_exit(struct max8998_dev *max8998);
159 int max8998_irq_resume(struct max8998_dev *max8998);