Searched refs:axp (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/power/supply/ |
H A D | axp20x_battery.c | 245 static int axp20x_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_get_constant_charge_current() argument 250 ret = regmap_read(axp->regmap, AXP20X_CHRG_CTRL1, val); in axp20x_get_constant_charge_current() 256 *val = *val * axp->data->ccc_scale + axp->data->ccc_offset; in axp20x_get_constant_charge_current() 261 static int axp717_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp717_get_constant_charge_current() argument 266 ret = regmap_read(axp->regmap, AXP717_ICC_CHG_SET, val); in axp717_get_constant_charge_current() 271 axp->data->ccc_scale; in axp717_get_constant_charge_current() 694 static int axp717_set_constant_charge_current(struct axp20x_batt_ps *axp, in axp717_set_constant_charge_current() argument 699 if (charge_current > axp->max_ccc) in axp717_set_constant_charge_current() 705 val = (charge_current - axp in axp717_set_constant_charge_current() 712 axp20x_set_max_constant_charge_current(struct axp20x_batt_ps * axp,int charge_current) axp20x_set_max_constant_charge_current() argument [all...] |
/linux/kernel/ |
H A D | auditsc.c | 2739 struct audit_aux_data_pids *axp; in audit_signal_info_syscall() local 2758 axp = (void *)ctx->aux_pids; in audit_signal_info_syscall() 2759 if (!axp || axp->pid_count == AUDIT_AUX_PIDS) { in audit_signal_info_syscall() 2760 axp = kzalloc(sizeof(*axp), GFP_ATOMIC); in audit_signal_info_syscall() 2761 if (!axp) in audit_signal_info_syscall() 2764 axp->d.type = AUDIT_OBJ_PID; in audit_signal_info_syscall() 2765 axp->d.next = ctx->aux_pids; in audit_signal_info_syscall() 2766 ctx->aux_pids = (void *)axp; in audit_signal_info_syscall() [all...] |
/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-xp-matrix.dts | 15 compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
H A D | armada-xp-db.dts | 28 compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
H A D | armada-xp-gp.dts | 28 compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370-xp";
|
/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun5i-a13-empire-electronix-d709.dts | 65 /* TODO: backlight uses axp gpio1 as enable pin */
|
/linux/ |
H A D | MAINTAINERS | 27205 N: axp[128]
|