Lines Matching defs:max8997
3 // extcon-max8997.c - MAX8997 extcon driver to support MAX8997 MUIC
16 #include <linux/mfd/max8997.h>
17 #include <linux/mfd/max8997-private.h>
21 #define DEV_NAME "max8997-muic"
154 * @info: the instance including private data of max8997 MUIC
186 * @info: the instance including private data of max8997 MUIC
190 * The max8997 MUIC device share outside H/W line among a varity of cables,
234 * @info: the instance including private data of max8997 MUIC
629 struct max8997_dev *max8997 = dev_get_drvdata(pdev->dev.parent);
630 struct max8997_platform_data *pdata = dev_get_platdata(max8997->dev);
643 info->muic = max8997->muic;
654 virq = irq_create_mapping(max8997->irq_domain, muic_irq->irq);
787 MODULE_ALIAS("platform:max8997-muic");