Lines Matching refs:device
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,
225 typedef int (*fuel_gauge_get_buffer_property_t)(const struct device *dev,
235 typedef int (*fuel_gauge_battery_cutoff_t)(const struct device *dev);
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,
293 static inline int z_impl_fuel_gauge_get_props(const struct device *dev, 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,
348 static inline int z_impl_fuel_gauge_set_props(const struct device *dev, 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,
377 static inline int z_impl_fuel_gauge_get_buffer_prop(const struct device *dev, in z_impl_fuel_gauge_get_buffer_prop()
398 __syscall int fuel_gauge_battery_cutoff(const struct device *dev);
400 static inline int z_impl_fuel_gauge_battery_cutoff(const struct device *dev) in z_impl_fuel_gauge_battery_cutoff()