Searched refs:axp (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/drivers/power/supply/ |
D | axp20x_battery.c | 242 static int axp20x_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_get_constant_charge_current() argument 247 ret = regmap_read(axp->regmap, AXP20X_CHRG_CTRL1, val); in axp20x_get_constant_charge_current() 253 *val = *val * axp->data->ccc_scale + axp->data->ccc_offset; in axp20x_get_constant_charge_current() 258 static int axp717_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp717_get_constant_charge_current() argument 263 ret = regmap_read(axp->regmap, AXP717_ICC_CHG_SET, val); in axp717_get_constant_charge_current() 268 axp->data->ccc_scale; in axp717_get_constant_charge_current() 691 static int axp717_set_constant_charge_current(struct axp20x_batt_ps *axp, in axp717_set_constant_charge_current() argument 696 if (charge_current > axp->max_ccc) in axp717_set_constant_charge_current() 702 val = (charge_current - axp->data->ccc_offset) / in axp717_set_constant_charge_current() 703 axp->data->ccc_scale; in axp717_set_constant_charge_current() [all …]
|
/linux-6.12.1/kernel/ |
D | auditsc.c | 2745 struct audit_aux_data_pids *axp; in audit_signal_info_syscall() local 2764 axp = (void *)ctx->aux_pids; in audit_signal_info_syscall() 2765 if (!axp || axp->pid_count == AUDIT_AUX_PIDS) { in audit_signal_info_syscall() 2766 axp = kzalloc(sizeof(*axp), GFP_ATOMIC); in audit_signal_info_syscall() 2767 if (!axp) in audit_signal_info_syscall() 2770 axp->d.type = AUDIT_OBJ_PID; in audit_signal_info_syscall() 2771 axp->d.next = ctx->aux_pids; in audit_signal_info_syscall() 2772 ctx->aux_pids = (void *)axp; in audit_signal_info_syscall() 2774 BUG_ON(axp->pid_count >= AUDIT_AUX_PIDS); in audit_signal_info_syscall() 2776 axp->target_pid[axp->pid_count] = task_tgid_nr(t); in audit_signal_info_syscall() [all …]
|
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | armada-xp-matrix.dts | 15 …compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada…
|
D | armada-xp-db.dts | 28 …compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
D | armada-xp-gp.dts | 28 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
/linux-6.12.1/arch/arm/boot/dts/allwinner/ |
D | sun7i-a20-olinuxino-lime2.dts | 85 reg_axp_ipsout: regulator-axp-ipsout { 87 regulator-name = "axp-ipsout";
|
D | sun5i-a13-empire-electronix-d709.dts | 65 /* TODO: backlight uses axp gpio1 as enable pin */
|
/linux-6.12.1/ |
D | MAINTAINERS | 25057 N: axp[128]
|