| /OK3568_Linux_fs/u-boot/drivers/cpu/ |
| H A D | cpu-uclass.c | 41 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 D | optinfo.h | 120 profile_count get_count () const { return m_loc.get_count (); } in get_count() function
|
| H A D | dumpfile.h | 354 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 D | optinfo.h | 120 profile_count get_count () const { return m_loc.get_count (); } in get_count() function
|
| H A D | dumpfile.h | 354 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 D | timer-uclass.c | 31 if (!ops->get_count) in timer_get_count() 34 return ops->get_count(dev, count); in timer_get_count()
|
| H A D | sandbox_timer.c | 51 .get_count = sandbox_timer_get_count,
|
| H A D | arc_timer.c | 97 .get_count = arc_timer_get_count,
|
| H A D | sti-timer.c | 62 .get_count = sti_timer_get_count,
|
| H A D | atmel_pit_timer.c | 73 .get_count = atmel_pit_get_count,
|
| H A D | omap-timer.c | 90 .get_count = omap_timer_get_count,
|
| H A D | ast_timer.c | 79 .get_count = ast_timer_get_count,
|
| H A D | altera_timer.c | 82 .get_count = altera_timer_get_count,
|
| H A D | ae3xx_timer.c | 100 .get_count = atftmr_timer_get_count,
|
| H A D | ag101p_timer.c | 105 .get_count = atftmr_timer_get_count,
|
| /OK3568_Linux_fs/kernel/drivers/md/persistent-data/ |
| H A D | dm-space-map.h | 42 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 D | ibs.c | 100 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 D | timer.h | 58 int (*get_count)(struct udevice *dev, u64 *count); member
|
| H A D | cpu.h | 75 int (*get_count)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/qemu/ |
| H A D | cpu.c | 33 .get_count = cpu_qemu_get_count,
|
| /OK3568_Linux_fs/kernel/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
|
| H A D | cpupower-monitor.c | 181 } 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 D | ionic_stats.h | 42 u64 (*get_count)(struct ionic_lif *lif); member
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/ |
| H A D | cpu_x86.c | 83 .get_count = cpu_x86_get_count,
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/baytrail/ |
| H A D | cpu.c | 191 .get_count = baytrail_get_count,
|