Lines Matching full:axp20x
3 * Functions and registers to access AXP20X power management chip.
992 * axp20x_match_device(): Setup axp20x variant related fields
994 * @axp20x: axp20x device to setup (.dev field must be set)
995 * @dev: device associated with this axp20x device
997 * This lets the axp20x core configure the mfd cells and register maps
1000 int axp20x_match_device(struct axp20x_dev *axp20x);
1003 * axp20x_device_probe(): Probe a configured axp20x device
1005 * @axp20x: axp20x device to probe (must be configured)
1007 * This function lets the axp20x core register the axp20x mfd devices
1008 * and irqchip. The axp20x device passed in must be fully configured
1011 int axp20x_device_probe(struct axp20x_dev *axp20x);
1014 * axp20x_device_remove(): Remove a axp20x device
1016 * @axp20x: axp20x device to remove
1018 * This tells the axp20x core to remove the associated mfd devices
1020 void axp20x_device_remove(struct axp20x_dev *axp20x);