Searched defs:cros_chctl_priv (Results 1 – 1 of 1) sorted by relevance
33 struct cros_chctl_priv { struct34 struct device *dev;35 struct cros_ec_device *cros_ec;36 struct acpi_battery_hook battery_hook;37 struct power_supply *hooked_battery;38 u8 cmd_version;40 const struct power_supply_ext *psy_ext;42 struct mutex lock; /* protects fields below and cros_ec */43 enum power_supply_charge_behaviour current_behaviour;44 u8 current_start_threshold, current_end_threshold;