Lines Matching refs:fuel_gauge_prop_t
116 typedef uint16_t fuel_gauge_prop_t; typedef
207 typedef int (*fuel_gauge_get_property_t)(const struct device *dev, fuel_gauge_prop_t prop,
216 typedef int (*fuel_gauge_set_property_t)(const struct device *dev, fuel_gauge_prop_t prop,
226 fuel_gauge_prop_t prop_type,
261 __syscall int fuel_gauge_get_prop(const struct device *dev, fuel_gauge_prop_t prop,
264 static inline int z_impl_fuel_gauge_get_prop(const struct device *dev, fuel_gauge_prop_t prop, in z_impl_fuel_gauge_get_prop()
291 __syscall int fuel_gauge_get_props(const struct device *dev, const fuel_gauge_prop_t *props,
294 const fuel_gauge_prop_t *props, in z_impl_fuel_gauge_get_props()
319 __syscall int fuel_gauge_set_prop(const struct device *dev, fuel_gauge_prop_t prop,
322 static inline int z_impl_fuel_gauge_set_prop(const struct device *dev, fuel_gauge_prop_t prop, in z_impl_fuel_gauge_set_prop()
345 __syscall int fuel_gauge_set_props(const struct device *dev, const fuel_gauge_prop_t *props,
349 const fuel_gauge_prop_t *props, in z_impl_fuel_gauge_set_props()
374 __syscall int fuel_gauge_get_buffer_prop(const struct device *dev, fuel_gauge_prop_t prop_type,
378 fuel_gauge_prop_t prop_type, in z_impl_fuel_gauge_get_buffer_prop()