| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | Kconfig | 102 int "axp pmic dcdc1 voltage" 107 Set the voltage (mV) to program the axp pmic dcdc1 at, set to 0 to 116 int "axp pmic dcdc2 voltage" 124 Set the voltage (mV) to program the axp pmic dcdc2 at, set to 0 to 134 int "axp pmic dcdc3 voltage" 142 Set the voltage (mV) to program the axp pmic dcdc3 at, set to 0 to 153 int "axp pmic dcdc4 voltage" 160 Set the voltage (mV) to program the axp pmic dcdc4 at, set to 0 to 169 int "axp pmic dcdc5 voltage" 173 Set the voltage (mV) to program the axp pmic dcdc5 at, set to 0 to [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | axp20x_battery.c | 167 static int axp20x_get_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_get_constant_charge_current() argument 172 ret = regmap_read(axp->regmap, AXP20X_CHRG_CTRL1, val); in axp20x_get_constant_charge_current() 178 *val = *val * axp->data->ccc_scale + axp->data->ccc_offset; in axp20x_get_constant_charge_current() 407 static int axp20x_set_max_constant_charge_current(struct axp20x_batt_ps *axp, in axp20x_set_max_constant_charge_current() argument 412 charge_current = (charge_current - axp->data->ccc_offset) / in axp20x_set_max_constant_charge_current() 413 axp->data->ccc_scale; in axp20x_set_max_constant_charge_current() 418 charge_current = charge_current * axp->data->ccc_scale + in axp20x_set_max_constant_charge_current() 419 axp->data->ccc_offset; in axp20x_set_max_constant_charge_current() 421 if (charge_current > axp->max_ccc) in axp20x_set_max_constant_charge_current() 422 dev_warn(axp->dev, in axp20x_set_max_constant_charge_current() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/ |
| H A D | Makefile | 27 obj-$(CONFIG_ARMADA_375) += ../../../drivers/ddr/marvell/axp/xor.o 29 obj-$(CONFIG_ARMADA_XP) += ../../../drivers/ddr/marvell/axp/xor.o 39 obj-$(CONFIG_ARMADA_XP) += serdes/axp/
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | auditsc.c | 2482 struct audit_aux_data_pids *axp; in audit_signal_info_syscall() local 2501 axp = (void *)ctx->aux_pids; in audit_signal_info_syscall() 2502 if (!axp || axp->pid_count == AUDIT_AUX_PIDS) { in audit_signal_info_syscall() 2503 axp = kzalloc(sizeof(*axp), GFP_ATOMIC); in audit_signal_info_syscall() 2504 if (!axp) in audit_signal_info_syscall() 2507 axp->d.type = AUDIT_OBJ_PID; in audit_signal_info_syscall() 2508 axp->d.next = ctx->aux_pids; in audit_signal_info_syscall() 2509 ctx->aux_pids = (void *)axp; in audit_signal_info_syscall() 2511 BUG_ON(axp->pid_count >= AUDIT_AUX_PIDS); in audit_signal_info_syscall() 2513 axp->target_pid[axp->pid_count] = task_tgid_nr(t); in audit_signal_info_syscall() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-xp-matrix.dts | 15 …compatible = "marvell,axp-matrix", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada…
|
| H A D | armada-xp-db.dts | 28 …compatible = "marvell,axp-db", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
| H A D | armada-xp-gp.dts | 28 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
| H A D | sun5i-a13-empire-electronix-d709.dts | 64 /* TODO: backlight uses axp gpio1 as enable pin */
|
| H A D | sun7i-a20-olinuxino-lime2.dts | 87 regulator-name = "axp-ipsout";
|
| /OK3568_Linux_fs/u-boot/drivers/ |
| H A D | Makefile | 33 obj-$(CONFIG_ARMADA_XP) += ddr/marvell/axp/
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | sun5i-a13-q8-tablet.dts | 58 /* TODO: lcd panel uses axp gpio0 as enable pin */
|
| H A D | sun5i-q8-common.dtsi | 56 /* TODO: backlight uses axp gpio1 as enable pin */
|
| H A D | sun5i-reference-design-tablet.dtsi | 56 /* TODO: backlight uses axp gpio1 as enable pin */
|
| H A D | sun5i-a13-empire-electronix-d709.dts | 65 /* TODO: backlight uses axp gpio1 as enable pin */
|
| H A D | sun7i-a20-olinuxino-lime2.dts | 77 regulator-name = "axp-ipsout";
|
| H A D | armada-xp-gp.dts | 65 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
| H A D | armada-xp-maxbcm.dts | 64 …compatible = "marvell,axp-gp", "marvell,armadaxp-mv78460", "marvell,armadaxp", "marvell,armada-370…
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/ |
| H A D | Kconfig | 604 bool "Enable support for gpio-s on axp PMICs" 607 Say Y here to enable support for the gpio pins of the axp PMIC ICs.
|
| /OK3568_Linux_fs/kernel/ |
| H A D | MAINTAINERS | 19052 N: axp[128]
|