Home
last modified time | relevance | path

Searched refs:chgstate (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Drn5t618_power.c344 unsigned int chgstate; in rn5t618_adp_get_property() local
348 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_adp_get_property()
352 online = !!(chgstate & CHG_STATE_ADP_INPUT); in rn5t618_adp_get_property()
363 val->intval = rn5t618_decode_status(chgstate); in rn5t618_adp_get_property()
380 unsigned int chgstate; in rn5t618_usb_get_property() local
384 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_usb_get_property()
388 online = !!(chgstate & CHG_STATE_USB_INPUT); in rn5t618_usb_get_property()
399 val->intval = rn5t618_decode_status(chgstate); in rn5t618_usb_get_property()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Drn5t618_power.c439 unsigned int chgstate; in rn5t618_adp_get_property() local
444 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_adp_get_property()
448 online = !!(chgstate & CHG_STATE_ADP_INPUT); in rn5t618_adp_get_property()
459 val->intval = rn5t618_decode_status(chgstate); in rn5t618_adp_get_property()
559 unsigned int chgstate; in rn5t618_usb_get_property() local
564 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_usb_get_property()
568 online = !!(chgstate & CHG_STATE_USB_INPUT); in rn5t618_usb_get_property()
579 val->intval = rn5t618_decode_status(chgstate); in rn5t618_usb_get_property()

Completed in 3 milliseconds