Searched full:chargeable (Results 1 – 14 of 14) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/rtc/ |
D | rtc-palmas.txt | 10 - ti,backup-battery-chargeable: The Palmas series device like TPS65913 or 13 can be chargeable or non-chargeable. This flag will tells whether 14 battery is chargeable or not. If charging battery then driver can 28 ti,backup-battery-chargeable;
|
D | rtc.yaml | 20 aux-voltage-chargeable: 25 chargeable or not: 26 0: not chargeable 27 1: chargeable
|
D | adi,max31335.yaml | 65 aux-voltage-chargeable = <1>;
|
D | rtc-ds1307.yaml | 80 trickle charger diode should be disabled (superseded by aux-voltage-chargeable)
|
/linux-6.14.4/drivers/rtc/ |
D | rtc-sunplus.c | 184 u32 chargeable; in sp_rtc_set_trickle_charger() local 187 of_property_read_u32(dev.of_node, "aux-voltage-chargeable", &chargeable)) { in sp_rtc_set_trickle_charger() 212 switch (chargeable) { in sp_rtc_set_trickle_charger() 222 dev_err(&dev, "invalid aux-voltage-chargeable value (%d)\n", chargeable); in sp_rtc_set_trickle_charger()
|
D | rtc-max31335.c | 376 u32 ohms, chargeable; in max31335_trickle_charger_setup() local 380 if (device_property_read_u32(dev, "aux-voltage-chargeable", in max31335_trickle_charger_setup() 381 &chargeable)) in max31335_trickle_charger_setup() 410 chargeable)); in max31335_trickle_charger_setup()
|
D | rtc-rv3028.c | 864 u32 ohms, chargeable; in rv3028_set_trickle_charger() local 891 if (!device_property_read_u32(&client->dev, "aux-voltage-chargeable", in rv3028_set_trickle_charger() 892 &chargeable)) { in rv3028_set_trickle_charger() 893 switch (chargeable) { in rv3028_set_trickle_charger() 902 "unsupported aux-voltage-chargeable value\n"); in rv3028_set_trickle_charger()
|
D | rtc-ds1307.c | 1287 u32 ohms, chargeable; in ds1307_trickle_init() local 1297 /* aux-voltage-chargeable takes precedence over the deprecated in ds1307_trickle_init() 1300 if (!device_property_read_u32(ds1307->dev, "aux-voltage-chargeable", in ds1307_trickle_init() 1301 &chargeable)) { in ds1307_trickle_init() 1302 switch (chargeable) { in ds1307_trickle_init() 1311 "unsupported aux-voltage-chargeable value\n"); in ds1307_trickle_init()
|
D | rtc-palmas.c | 233 "ti,backup-battery-chargeable"); in palmas_rtc_probe()
|
/linux-6.14.4/arch/arm64/boot/dts/freescale/ |
D | imx8mm-phyboard-polis-rdk.dts | 223 aux-voltage-chargeable = <1>;
|
D | imx8mm-phygate-tauri-l.dts | 218 aux-voltage-chargeable = <1>;
|
D | imx8mp-phyboard-pollux-rdk.dts | 295 aux-voltage-chargeable = <1>;
|
/linux-6.14.4/arch/arm/boot/dts/ti/omap/ |
D | omap5-board-common.dtsi | 412 ti,backup-battery-chargeable;
|
/linux-6.14.4/mm/ |
D | memcontrol.c | 1310 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
|