Searched refs:chgstate (Results 1 – 1 of 1) sorted by relevance
440 unsigned int chgstate; in rn5t618_adp_get_property() local445 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_adp_get_property()449 online = !!(chgstate & CHG_STATE_ADP_INPUT); in rn5t618_adp_get_property()460 val->intval = rn5t618_decode_status(chgstate); in rn5t618_adp_get_property()560 unsigned int chgstate; in rn5t618_usb_get_property() local565 ret = regmap_read(info->rn5t618->regmap, RN5T618_CHGSTATE, &chgstate); in rn5t618_usb_get_property()569 online = !!(chgstate & CHG_STATE_USB_INPUT); in rn5t618_usb_get_property()580 val->intval = rn5t618_decode_status(chgstate); in rn5t618_usb_get_property()