/openbmc/u-boot/drivers/cpu/ |
H A D | cpu-uclass.c | 61 if (!ops->get_count) in cpu_get_count() 64 return ops->get_count(dev); in cpu_get_count()
|
H A D | cpu_sandbox.c | 41 .get_count = cpu_sandbox_get_count,
|
H A D | riscv_cpu.c | 102 .get_count = riscv_cpu_get_count,
|
/openbmc/u-boot/drivers/timer/ |
H A D | timer-uclass.c | 30 if (!ops->get_count) in timer_get_count() 33 return ops->get_count(dev, count); in timer_get_count()
|
H A D | riscv_timer.c | 47 .get_count = riscv_timer_get_count,
|
H A D | sandbox_timer.c | 50 .get_count = sandbox_timer_get_count,
|
H A D | arc_timer.c | 96 .get_count = arc_timer_get_count,
|
H A D | sti-timer.c | 62 .get_count = sti_timer_get_count,
|
H A D | dw-apb-timer.c | 73 .get_count = dw_apb_timer_get_count,
|
H A D | mtk_timer.c | 69 .get_count = mtk_timer_get_count,
|
H A D | atmel_pit_timer.c | 72 .get_count = atmel_pit_get_count,
|
H A D | omap-timer.c | 89 .get_count = omap_timer_get_count,
|
H A D | ast_timer.c | 76 .get_count = ast_timer_get_count,
|
H A D | altera_timer.c | 79 .get_count = altera_timer_get_count,
|
H A D | atcpit100_timer.c | 97 .get_count = atcpit_timer_get_count,
|
H A D | cadence-ttc.c | 98 .get_count = cadence_ttc_get_count,
|
H A D | ag101p_timer.c | 102 .get_count = atftmr_timer_get_count,
|
/openbmc/linux/drivers/md/persistent-data/ |
H A D | dm-space-map.h | 43 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 D | timer.h | 57 int (*get_count)(struct udevice *dev, u64 *count); member
|
H A D | cpu.h | 79 int (*get_count)(struct udevice *dev); member
|
/openbmc/u-boot/arch/x86/cpu/qemu/ |
H A D | cpu.c | 30 .get_count = cpu_qemu_get_count,
|
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.h | 48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_stats.h | 42 u64 (*get_count)(struct ionic_lif *lif); member
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu_x86.c | 82 .get_count = cpu_x86_get_count,
|
/openbmc/u-boot/arch/x86/cpu/baytrail/ |
H A D | cpu.c | 190 .get_count = baytrail_get_count,
|