Home
last modified time | relevance | path

Searched full:chargeable (Results 1 – 14 of 14) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/rtc/
Drtc-palmas.txt10 - 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;
Drtc.yaml20 aux-voltage-chargeable:
25 chargeable or not:
26 0: not chargeable
27 1: chargeable
Dadi,max31335.yaml65 aux-voltage-chargeable = <1>;
Drtc-ds1307.yaml80 trickle charger diode should be disabled (superseded by aux-voltage-chargeable)
/linux-6.14.4/drivers/rtc/
Drtc-sunplus.c184 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()
Drtc-max31335.c376 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()
Drtc-rv3028.c864 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()
Drtc-ds1307.c1287 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()
Drtc-palmas.c233 "ti,backup-battery-chargeable"); in palmas_rtc_probe()
/linux-6.14.4/arch/arm64/boot/dts/freescale/
Dimx8mm-phyboard-polis-rdk.dts223 aux-voltage-chargeable = <1>;
Dimx8mm-phygate-tauri-l.dts218 aux-voltage-chargeable = <1>;
Dimx8mp-phyboard-pollux-rdk.dts295 aux-voltage-chargeable = <1>;
/linux-6.14.4/arch/arm/boot/dts/ti/omap/
Domap5-board-common.dtsi412 ti,backup-battery-chargeable;
/linux-6.14.4/mm/
Dmemcontrol.c1310 * mem_cgroup_margin - calculate chargeable space of a memory cgroup