Home
last modified time | relevance | path

Searched refs:statc (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/power/supply/
H A Drt9467-charger.c564 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()
1050 return dev_err_probe(dev, ret, "Failed to make statc unmas in rt9467_do_charger_init()
[all...]
/linux/mm/
H A Dmemcontrol.c567 struct memcg_vmstats_percpu *statc; in memcg_rstat_updated() local
575 for (; statc_pcpu; statc_pcpu = statc->parent_pcpu) { in memcg_rstat_updated()
576 statc = this_cpu_ptr(statc_pcpu); in memcg_rstat_updated()
582 if (memcg_vmstats_needs_flush(statc->vmstats)) in memcg_rstat_updated()
591 atomic_add(stats_updates, &statc->vmstats->stats_updates); in memcg_rstat_updated()
3707 struct memcg_vmstats_percpu *statc; in mem_cgroup_alloc() local
3740 statc = per_cpu_ptr(memcg->vmstats_percpu, cpu); in mem_cgroup_alloc()
3741 statc->parent_pcpu = parent ? pstatc_pcpu : NULL; in mem_cgroup_alloc()
3742 statc->vmstats = memcg->vmstats; in mem_cgroup_alloc()
4069 struct memcg_vmstats_percpu *statc; in mem_cgroup_css_rstat_flush() local
[all...]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pko-defs.h623 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 Dgf100.c1519 u32 statc = nvkm_rd32(device, ROP_UNIT(rop, 0x144)); in gf100_gr_trap_intr() local
1521 rop, statz, statc); in gf100_gr_trap_intr()