Home
last modified time | relevance | path

Searched refs:update_curr (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dab8500-chargalg.h27 int (*update_curr) (struct ux500_charger *, int); member
H A Dab8500_chargalg.c542 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 Dab8500_charger.c3501 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 Dux500_chargalg.h27 int (*update_curr) (struct ux500_charger *, int); member
/kernel/linux/linux-5.10/kernel/sched/
H A Dstop_task.c138 .update_curr = update_curr_stop,
H A Didle.c510 .update_curr = update_curr_idle,
H A Dfair.c880 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 Ddeadline.c2567 .update_curr = update_curr_dl,
H A Drt.c2765 .update_curr = update_curr_rt,
H A Dsched.h1969 void (*update_curr)(struct rq *rq); member
H A Dcore.c4116 * 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 Dstop_task.c143 .update_curr = update_curr_stop,
H A Didle.c502 .update_curr = update_curr_idle,
H A Dfair.c1219 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 Ddeadline.c2754 .update_curr = update_curr_dl,
H A Dsched.h2439 void (*update_curr)(struct rq *rq); member
H A Drt.c3018 .update_curr = update_curr_rt,
H A Dcore.c5696 * 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 Dabx500_chargalg.c613 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 Dpm2301_charger.c1039 pm2->ac_chg.ops.update_curr = &pm2xxx_charger_update_charger_current; in pm2xxx_wall_charger_probe()
H A Dab8500_charger.c3453 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