Home
last modified time | relevance | path

Searched refs:charger_propval (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/drivers/charger/
Dcharger_handlers.c11 union charger_propval *val) in z_vrfy_charger_get_prop()
13 union charger_propval k_val; in z_vrfy_charger_get_prop()
19 K_OOPS(k_usermode_to_copy(val, &k_val, sizeof(union charger_propval))); in z_vrfy_charger_get_prop()
27 const union charger_propval *val) in z_vrfy_charger_set_prop()
29 union charger_propval k_val; in z_vrfy_charger_set_prop()
33 K_OOPS(k_usermode_from_copy(&k_val, val, sizeof(union charger_propval))); in z_vrfy_charger_set_prop()
Dsbs_charger.c84 union charger_propval *val) in sbs_charger_get_prop()
138 const union charger_propval *val) in sbs_charger_set_prop()
Dcharger_bq24190.c382 union charger_propval val; in bq24190_set_config()
398 union charger_propval *val) in bq24190_get_prop()
424 const union charger_propval *val) in bq24190_set_prop()
Dcharger_bq25180.c280 union charger_propval *val) in bq25180_get_prop()
297 const union charger_propval *val) in bq25180_set_prop()
Dcharger_max20335.c453 union charger_propval *val) in max20335_get_prop()
473 const union charger_propval *val) in max20335_set_prop()
/Zephyr-latest/include/zephyr/drivers/
Dcharger.h263 union charger_propval { union
309 union charger_propval *val);
318 const union charger_propval *val);
350 union charger_propval *val);
353 union charger_propval *val) in z_impl_charger_get_prop()
371 const union charger_propval *val);
374 const union charger_propval *val) in z_impl_charger_set_prop()
/Zephyr-latest/tests/drivers/charger/sbs_charger/src/
Dtest_sbs_charger.c38 union charger_propval val = {0}; in ZTEST_USER_F()
49 union charger_propval val = {0}; in ZTEST_USER_F()
60 union charger_propval val = {0}; in ZTEST_USER_F()
/Zephyr-latest/samples/drivers/charger/src/
Dmain.c18 union charger_propval val; in main()