Home
last modified time | relevance | path

Searched refs:get_count (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/u-boot/drivers/cpu/
H A Dcpu-uclass.c61 if (!ops->get_count) in cpu_get_count()
64 return ops->get_count(dev); in cpu_get_count()
H A Dcpu_sandbox.c41 .get_count = cpu_sandbox_get_count,
H A Driscv_cpu.c102 .get_count = riscv_cpu_get_count,
/openbmc/u-boot/drivers/timer/
H A Dtimer-uclass.c30 if (!ops->get_count) in timer_get_count()
33 return ops->get_count(dev, count); in timer_get_count()
H A Driscv_timer.c47 .get_count = riscv_timer_get_count,
H A Dsandbox_timer.c50 .get_count = sandbox_timer_get_count,
H A Darc_timer.c96 .get_count = arc_timer_get_count,
H A Dsti-timer.c62 .get_count = sti_timer_get_count,
H A Ddw-apb-timer.c73 .get_count = dw_apb_timer_get_count,
H A Dmtk_timer.c69 .get_count = mtk_timer_get_count,
H A Datmel_pit_timer.c72 .get_count = atmel_pit_get_count,
H A Domap-timer.c89 .get_count = omap_timer_get_count,
H A Dast_timer.c76 .get_count = ast_timer_get_count,
H A Daltera_timer.c79 .get_count = altera_timer_get_count,
H A Datcpit100_timer.c97 .get_count = atcpit_timer_get_count,
H A Dcadence-ttc.c98 .get_count = cadence_ttc_get_count,
H A Dag101p_timer.c102 .get_count = atftmr_timer_get_count,
/openbmc/linux/drivers/md/persistent-data/
H A Ddm-space-map.h43 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member
102 return sm->get_count(sm, b, result); in dm_sm_get_count()
/openbmc/u-boot/include/
H A Dtimer.h57 int (*get_count)(struct udevice *dev, u64 *count); member
H A Dcpu.h79 int (*get_count)(struct udevice *dev); member
/openbmc/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c30 .get_count = cpu_qemu_get_count,
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
/openbmc/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.h42 u64 (*get_count)(struct ionic_lif *lif); member
/openbmc/u-boot/arch/x86/cpu/
H A Dcpu_x86.c82 .get_count = cpu_x86_get_count,
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c190 .get_count = baytrail_get_count,

12