Lines Matching full:gauge
12 * @brief Fuel Gauge Interface
13 * @defgroup fuel_gauge_interface Fuel Gauge Interface
45 /** Whether the battery underlying the fuel-gauge is cut off from charge */
104 /** Reserved to demark end of common fuel gauge properties */
253 * @brief Fetch a battery fuel-gauge property
255 * @param dev Pointer to the battery fuel-gauge device
258 * fuel gauge device.
277 * @brief Fetch multiple battery fuel-gauge properties. The default implementation is the same as
279 * of the fuel gauge driver APIs struct to override this implementation.
281 * @param dev Pointer to the battery fuel-gauge device
285 * the fuel gauge device. The vals array is not permuted.
311 * @brief Set a battery fuel-gauge property
313 * @param dev Pointer to the battery fuel-gauge device
334 * @brief Set a battery fuel-gauge property
336 * @param dev Pointer to the battery fuel-gauge device
340 * the fuel gauge device. The vals array is not permuted.
364 * @brief Fetch a battery fuel-gauge buffer property
366 * @param dev Pointer to the battery fuel-gauge device
368 * @param dst byte array or struct that will hold the buffer data that is read from the fuel gauge
391 * @brief Have fuel gauge cutoff its associated battery.
393 * @param dev Pointer to the battery fuel-gauge device