Searched full:chargeable (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/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-ds1307.txt | 34 - aux-voltage-chargeable: ds1339, ds1340, ds1388 and rx8130 only 36 chargeable or not. 37 Possible values are 0 (not chargeable), 1 (chargeable) 43 (superseded by aux-voltage-chargeable)
|
D | rtc.yaml | 20 aux-voltage-chargeable: 25 chargeable or not: 26 0: not chargeable 27 1: chargeable
|
/Linux-v5.10/drivers/rtc/ |
D | rtc-ds1307.c | 1331 u32 ohms, chargeable; in ds1307_trickle_init() local 1341 /* aux-voltage-chargeable takes precedence over the deprecated in ds1307_trickle_init() 1344 if (!device_property_read_u32(ds1307->dev, "aux-voltage-chargeable", in ds1307_trickle_init() 1345 &chargeable)) { in ds1307_trickle_init() 1346 switch (chargeable) { in ds1307_trickle_init() 1355 "unsupported aux-voltage-chargeable value\n"); in ds1307_trickle_init()
|
D | rtc-palmas.c | 246 "ti,backup-battery-chargeable"); in palmas_rtc_probe()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | omap5-board-common.dtsi | 420 ti,backup-battery-chargeable;
|
/Linux-v5.10/mm/ |
D | memcontrol.c | 1418 * mem_cgroup_margin - calculate chargeable space of a memory cgroup
|