Searched refs:statc (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/power/supply/ |
H A D | rt9467-charger.c | 564 unsigned int statc, aicl_vth; in rt9467_run_aicl() local 569 ret = regmap_read(data->regmap, RT9467_REG_CHG_STATC, &statc); in rt9467_run_aicl() 575 if (!(statc & RT9467_MASK_PWR_RDY) || !(statc & RT9467_MASK_MIVR_STAT)) { in rt9467_run_aicl() 576 dev_info(data->dev, "Condition not matched %d\n", statc); in rt9467_run_aicl() 995 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC), in rt9467_request_interrupt() 1001 RT9467_IRQ_DESC(statc, statc, RT9467_IRQ_TS_STATC), in rt9467_request_interrupt()
|
/linux/mm/ |
H A D | memcontrol.c | 561 struct memcg_vmstats_percpu *statc; in memcg_rstat_updated() local 570 for (; statc; statc = statc->parent) { in memcg_rstat_updated() 583 WRITE_ONCE(statc->stats_updates, 0); in memcg_rstat_updated() 3514 statc->vmstats = memcg->vmstats; in mem_cgroup_alloc() 3736 struct memcg_vmstats_percpu *statc; in mem_cgroup_css_rstat_flush() local 3754 v = READ_ONCE(statc->state[i]); in mem_cgroup_css_rstat_flush() 3755 if (v != statc->state_prev[i]) { in mem_cgroup_css_rstat_flush() 3758 statc->state_prev[i] = v; in mem_cgroup_css_rstat_flush() 3778 v = READ_ONCE(statc->events[i]); in mem_cgroup_css_rstat_flush() 3779 if (v != statc->events_prev[i]) { in mem_cgroup_css_rstat_flush() [all …]
|
/linux/arch/mips/include/asm/octeon/ |
H A D | cvmx-pko-defs.h | 623 uint64_t statc:1; member 633 uint64_t statc:1; 680 uint64_t statc:1; member 692 uint64_t statc:1;
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | gf100.c | 1518 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144)); in gf100_gr_trap_intr() local 1520 rop, statz, statc); in gf100_gr_trap_intr()
|