Searched refs:UCLASS_FG (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 103 UCLASS_FG, /* Fuel gauge */ enumerator
|
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fuel_gauge_uclass.c | 134 .id = UCLASS_FG,
|
| H A D | spl_fg_rk817.c | 167 .id = UCLASS_FG,
|
| H A D | fg_cw201x.c | 408 .id = UCLASS_FG,
|
| H A D | fg_cw221x.c | 610 .id = UCLASS_FG,
|
| H A D | fg_rk817.c | 1384 .id = UCLASS_FG,
|
| H A D | fg_rk816.c | 1573 .id = UCLASS_FG,
|
| H A D | fg_rk818.c | 1904 .id = UCLASS_FG,
|
| /OK3568_Linux_fs/u-boot/drivers/power/charge/ |
| H A D | sc8551_charger.c | 212 .id = UCLASS_FG,
|
| H A D | bq25890_charger.c | 324 .id = UCLASS_FG,
|
| H A D | bq25700_charger.c | 363 .id = UCLASS_FG,
|
| H A D | sgm41542_charger.c | 573 .id = UCLASS_FG,
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 1041 ret = uclass_get(UCLASS_FG, &uc); in fg_charger_get_device() 1045 for (uclass_first_device(UCLASS_FG, &dev); in fg_charger_get_device()
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/ |
| H A D | spl.c | 339 ret = uclass_get_device(UCLASS_FG, 0, &dev); in spl_is_low_power()
|