Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/cpu/
H A Dcpu-uclass.c41 if (!ops->get_count) in cpu_get_count()
44 return ops->get_count(dev); in cpu_get_count()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Doptinfo.h120 profile_count get_count () const { return m_loc.get_count (); } in get_count() function
H A Ddumpfile.h354 profile_count get_count () const { return m_count; } in get_count() function
495 profile_count get_count () const { return m_user_location.get_count (); } in get_count() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Doptinfo.h120 profile_count get_count () const { return m_loc.get_count (); } in get_count() function
H A Ddumpfile.h354 profile_count get_count () const { return m_count; } in get_count() function
495 profile_count get_count () const { return m_user_location.get_count (); } in get_count() function
/OK3568_Linux_fs/u-boot/drivers/timer/
H A Dtimer-uclass.c31 if (!ops->get_count) in timer_get_count()
34 return ops->get_count(dev, count); in timer_get_count()
H A Dsandbox_timer.c51 .get_count = sandbox_timer_get_count,
H A Darc_timer.c97 .get_count = arc_timer_get_count,
H A Dsti-timer.c62 .get_count = sti_timer_get_count,
H A Datmel_pit_timer.c73 .get_count = atmel_pit_get_count,
H A Domap-timer.c90 .get_count = omap_timer_get_count,
H A Dast_timer.c79 .get_count = ast_timer_get_count,
H A Daltera_timer.c82 .get_count = altera_timer_get_count,
H A Dae3xx_timer.c100 .get_count = atftmr_timer_get_count,
H A Dag101p_timer.c105 .get_count = atftmr_timer_get_count,
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-space-map.h42 int (*get_count)(struct dm_space_map *sm, dm_block_t b, uint32_t *result); member
100 return sm->get_count(sm, b, result); in dm_sm_get_count()
/OK3568_Linux_fs/kernel/arch/x86/events/amd/
H A Dibs.c100 u64 (*get_count)(u64 config); member
369 u64 count = perf_ibs->get_count(*config); in perf_ibs_event_update()
378 count = perf_ibs->get_count(*config); in perf_ibs_event_update()
571 .get_count = get_ibs_fetch_count,
597 .get_count = get_ibs_op_count,
/OK3568_Linux_fs/u-boot/include/
H A Dtimer.h58 int (*get_count)(struct udevice *dev, u64 *count); member
H A Dcpu.h75 int (*get_count)(struct udevice *dev); member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/
H A Dcpu.c33 .get_count = cpu_qemu_get_count,
/OK3568_Linux_fs/kernel/tools/power/cpupower/utils/idle_monitor/
H A Dcpupower-monitor.h48 int (*get_count)(unsigned int self_id, unsigned long long *count, member
H A Dcpupower-monitor.c181 } else if (s.get_count) { in print_results()
182 ret = s.get_count(s.id, &result, in print_results()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/pensando/ionic/
H A Dionic_stats.h42 u64 (*get_count)(struct ionic_lif *lif); member
/OK3568_Linux_fs/u-boot/arch/x86/cpu/
H A Dcpu_x86.c83 .get_count = cpu_x86_get_count,
/OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/
H A Dcpu.c191 .get_count = baytrail_get_count,

12