Searched refs:ab8500_fg (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_fg.c | 158 * struct ab8500_fg - ab8500 FG device information 200 struct ab8500_fg { struct 249 struct ab8500_fg *ab8500_fg_get(void) in ab8500_fg_get() 251 return list_first_entry_or_null(&ab8500_fg_list, struct ab8500_fg, in ab8500_fg_get() 359 * @di: pointer to the ab8500_fg structure 364 static int ab8500_fg_is_low_curr(struct ab8500_fg *di, int curr_ua) in ab8500_fg_is_low_curr() 377 * @di: pointer to the ab8500_fg structure 383 static int ab8500_fg_add_cap_sample(struct ab8500_fg *di, int sample) in ab8500_fg_add_cap_sample() 413 * @di: pointer to the ab8500_fg structure 417 static void ab8500_fg_clear_cap_samples(struct ab8500_fg *d 2538 ATTRIBUTE_GROUPS(ab8500_fg); global() variable [all...] |
H A D | ab8500-bm.h | 264 struct ab8500_fg; 407 struct ab8500_fg; 412 struct ab8500_fg *ab8500_fg_get(void); 413 int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev); 414 int ab8500_fg_inst_curr_start(struct ab8500_fg *di); 415 int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res); 416 int ab8500_fg_inst_curr_started(struct ab8500_fg *di); 417 int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
|
H A D | Makefile | 65 obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o ab8500_chargalg.o
|
H A D | ab8500_btemp.c | 104 struct ab8500_fg *fg; 653 "ab8500_fg",
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | ab8500_fg.c | 156 * struct ab8500_fg - ab8500 FG device information 198 struct ab8500_fg { struct 246 struct ab8500_fg *ab8500_fg_get(void) in ab8500_fg_get() 248 return list_first_entry_or_null(&ab8500_fg_list, struct ab8500_fg, in ab8500_fg_get() 356 * @di: pointer to the ab8500_fg structure 361 static int ab8500_fg_is_low_curr(struct ab8500_fg *di, int curr) in ab8500_fg_is_low_curr() 374 * @di: pointer to the ab8500_fg structure 380 static int ab8500_fg_add_cap_sample(struct ab8500_fg *di, int sample) in ab8500_fg_add_cap_sample() 410 * @di: pointer to the ab8500_fg structure 414 static void ab8500_fg_clear_cap_samples(struct ab8500_fg *d [all...] |
H A D | Makefile | 63 obj-$(CONFIG_AB8500_BM) += ab8500_bmdata.o ab8500_charger.o ab8500_fg.o ab8500_btemp.o abx500_chargalg.o pm2301_charger.o
|
H A D | ab8500_btemp.c | 102 struct ab8500_fg *fg; 983 "ab8500_fg",
|
/kernel/linux/linux-5.10/include/linux/mfd/abx500/ |
H A D | ab8500-bm.h | 300 struct ab8500_fg; 457 struct ab8500_fg; 466 struct ab8500_fg *ab8500_fg_get(void); 467 int ab8500_fg_inst_curr_blocking(struct ab8500_fg *dev); 468 int ab8500_fg_inst_curr_start(struct ab8500_fg *di); 469 int ab8500_fg_inst_curr_finalize(struct ab8500_fg *di, int *res); 470 int ab8500_fg_inst_curr_started(struct ab8500_fg *di); 471 int ab8500_fg_inst_curr_done(struct ab8500_fg *di);
|
Completed in 10 milliseconds