Home
last modified time | relevance | path

Searched refs:charger_prop_t (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/
Dcharger.h121 typedef uint16_t charger_prop_t; typedef
308 typedef int (*charger_get_property_t)(const struct device *dev, const charger_prop_t prop,
317 typedef int (*charger_set_property_t)(const struct device *dev, const charger_prop_t prop,
349 __syscall int charger_get_prop(const struct device *dev, const charger_prop_t prop,
352 static inline int z_impl_charger_get_prop(const struct device *dev, const charger_prop_t prop, in z_impl_charger_get_prop()
370 __syscall int charger_set_prop(const struct device *dev, const charger_prop_t prop,
373 static inline int z_impl_charger_set_prop(const struct device *dev, const charger_prop_t prop, in z_impl_charger_set_prop()
/Zephyr-latest/tests/drivers/charger/sbs_charger/src/
Dtest_sbs_charger.c37 charger_prop_t prop = CHARGER_PROP_MAX; in ZTEST_USER_F()
48 charger_prop_t prop = CHARGER_PROP_ONLINE; in ZTEST_USER_F()
59 charger_prop_t prop = CHARGER_PROP_MAX; in ZTEST_USER_F()
/Zephyr-latest/drivers/charger/
Dcharger_handlers.c10 static inline int z_vrfy_charger_get_prop(const struct device *dev, const charger_prop_t prop, in z_vrfy_charger_get_prop()
26 static inline int z_vrfy_charger_set_prop(const struct device *dev, const charger_prop_t prop, in z_vrfy_charger_set_prop()
Dsbs_charger.c83 static int sbs_charger_get_prop(const struct device *dev, const charger_prop_t prop, in sbs_charger_get_prop()
137 static int sbs_charger_set_prop(const struct device *dev, const charger_prop_t prop, in sbs_charger_set_prop()
Dcharger_bq25180.c279 static int bq25180_get_prop(const struct device *dev, charger_prop_t prop, in bq25180_get_prop()
296 static int bq25180_set_prop(const struct device *dev, charger_prop_t prop, in bq25180_set_prop()
Dcharger_bq24190.c397 static int bq24190_get_prop(const struct device *dev, charger_prop_t prop, in bq24190_get_prop()
423 static int bq24190_set_prop(const struct device *dev, charger_prop_t prop, in bq24190_set_prop()
Dcharger_max20335.c452 static int max20335_get_prop(const struct device *dev, charger_prop_t prop, in max20335_get_prop()
472 static int max20335_set_prop(const struct device *dev, charger_prop_t prop, in max20335_set_prop()