Lines Matching full:axp20x
3 * AXP20x PMIC USB power supply status driver
15 #include <linux/mfd/axp20x.h>
26 #define DRVNAME "axp20x-usb-power-supply"
561 * - On AXP20x and AXP22x, the flag enables VBUS (ignoring N_VBUSEN). in axp20x_usb_power_prop_writeable()
669 .name = "axp20x-usb",
679 .name = "axp20x-usb",
689 .name = "axp20x-usb",
703 .name = "axp20x-usb",
924 struct axp20x_dev *axp20x = dev_get_drvdata(pdev->dev.parent); in axp20x_usb_power_probe() local
933 if (!axp20x) { in axp20x_usb_power_probe()
950 power->regmap = axp20x->regmap; in axp20x_usb_power_probe()
1032 power->irqs[i] = regmap_irq_get_virq(axp20x->regmap_irqc, irq); in axp20x_usb_power_probe()
1084 MODULE_DESCRIPTION("AXP20x PMIC USB power supply status driver");