Searched refs:update_curr (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500-chargalg.h | 27 int (*update_curr) (struct ux500_charger *, int); member
|
H A D | ab8500_chargalg.c | 542 if (di->ac_chg && di->ac_chg->ops.update_curr && in ab8500_chargalg_update_chg_curr() 553 return di->ac_chg->ops.update_curr(di->ac_chg, iset_ua); in ab8500_chargalg_update_chg_curr() 554 } else if (di->usb_chg && di->usb_chg->ops.update_curr && in ab8500_chargalg_update_chg_curr() 565 return di->usb_chg->ops.update_curr(di->usb_chg, iset_ua); in ab8500_chargalg_update_chg_curr()
|
H A D | ab8500_charger.c | 3501 di->ac_chg.ops.update_curr = &ab8500_charger_update_charger_current; in ab8500_charger_probe() 3521 di->usb_chg.ops.update_curr = &ab8500_charger_update_charger_current; in ab8500_charger_probe()
|
/kernel/linux/linux-5.10/include/linux/mfd/abx500/ |
H A D | ux500_chargalg.h | 27 int (*update_curr) (struct ux500_charger *, int); member
|
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | stop_task.c | 138 .update_curr = update_curr_stop,
|
H A D | idle.c | 510 .update_curr = update_curr_idle,
|
H A D | fair.c | 880 static void update_curr(struct cfs_rq *cfs_rq) in update_curr() function 917 update_curr(cfs_rq_of(&rq->curr->se)); in update_curr_fair() 3128 update_curr(cfs_rq); in reweight_entity() 4465 * update_curr() 4470 * update_curr() 4483 * update_curr() 4499 * update_curr(). in enqueue_entity() 4504 update_curr(cfs_rq); in enqueue_entity() 4606 update_curr(cfs_rq); in dequeue_entity() 4629 * Normalize after update_curr(); whic in dequeue_entity() [all...] |
H A D | deadline.c | 2567 .update_curr = update_curr_dl,
|
H A D | rt.c | 2765 .update_curr = update_curr_rt,
|
H A D | sched.h | 1969 void (*update_curr)(struct rq *rq); member
|
H A D | core.c | 4116 * The function fair_sched_class.update_curr accesses the struct curr 4168 p->sched_class->update_curr(rq); in task_sched_runtime()
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | stop_task.c | 143 .update_curr = update_curr_stop,
|
H A D | idle.c | 502 .update_curr = update_curr_idle,
|
H A D | fair.c | 1219 static void update_curr(struct cfs_rq *cfs_rq) in update_curr() function 1262 update_curr(cfs_rq_of(&rq->curr->se)); in update_curr_fair() 3813 update_curr(cfs_rq); in reweight_entity() 5308 * update_curr(). in enqueue_entity() 5313 update_curr(cfs_rq); in enqueue_entity() 5399 update_curr(cfs_rq); in dequeue_entity() 5513 * was not called and update_curr() has to be done: in put_prev_entity() 5516 update_curr(cfs_rq); in put_prev_entity() 5537 update_curr(cfs_rq); in entity_tick() 6222 /* we know any runtime found here is valid as update_curr() precede [all...] |
H A D | deadline.c | 2754 .update_curr = update_curr_dl,
|
H A D | sched.h | 2439 void (*update_curr)(struct rq *rq); member
|
H A D | rt.c | 3018 .update_curr = update_curr_rt,
|
H A D | core.c | 5696 * The function fair_sched_class.update_curr accesses the struct curr 5748 p->sched_class->update_curr(rq); in task_sched_runtime()
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | abx500_chargalg.c | 613 if (di->ac_chg && di->ac_chg->ops.update_curr && in abx500_chargalg_update_chg_curr() 624 return di->ac_chg->ops.update_curr(di->ac_chg, iset); in abx500_chargalg_update_chg_curr() 625 } else if (di->usb_chg && di->usb_chg->ops.update_curr && in abx500_chargalg_update_chg_curr() 636 return di->usb_chg->ops.update_curr(di->usb_chg, iset); in abx500_chargalg_update_chg_curr()
|
H A D | pm2301_charger.c | 1039 pm2->ac_chg.ops.update_curr = &pm2xxx_charger_update_charger_current; in pm2xxx_wall_charger_probe()
|
H A D | ab8500_charger.c | 3453 di->ac_chg.ops.update_curr = &ab8500_charger_update_charger_current; in ab8500_charger_probe() 3472 di->usb_chg.ops.update_curr = &ab8500_charger_update_charger_current; in ab8500_charger_probe()
|
Completed in 105 milliseconds