| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | trace.c | 20 int func_count; /* Total number of function call sites */ member 106 if (func < hdr->func_count) { in __cyg_profile_func_enter() 162 for (func = upto = 0; func < hdr->func_count; func++) { in trace_list_functions() 248 print_grouped_ull(hdr->func_count, 10); in trace_print_stats() 282 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_init() local 310 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_init() 319 hdr->func_count = func_count; in trace_init() 337 ulong func_count = gd->mon_len / FUNC_SITE_SIZE; in trace_early_init() local 346 needed = sizeof(*hdr) + func_count * sizeof(uintptr_t); in trace_early_init() 355 hdr->func_count = func_count; in trace_early_init()
|
| /OK3568_Linux_fs/u-boot/tools/ |
| H A D | proftool.c | 56 int func_count; variable 114 for (linenum = 1, alloced = func_count = 0;; linenum++) { in read_system_map() 134 if (func_count == alloced) { in read_system_map() 140 if (!func_count) in read_system_map() 143 func = &func_list[func_count++]; in read_system_map() 150 if (func_count > 1) in read_system_map() 153 notice("%d functions found in map file\n", func_count); in read_system_map() 177 found = bsearch(&key, func_list, func_count, sizeof(struct func_info), in find_func_by_offset() 191 high = func_count - 1; in find_caller_by_offset() 317 for (func = func_list, end = func + func_count; func < end; func++) { in check_trace_config_line() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/mt7621-pinctrl/ |
| H A D | pinctrl-rt2880.c | 36 int func_count; member 89 return p->func_count; in rt2880_pmx_func_count() 214 p->func_count += p->groups[i].func_count; in rt2880_pinmux_index() 218 p->func_count++; in rt2880_pinmux_index() 222 p->func_count, in rt2880_pinmux_index() 240 for (j = 0; j < p->groups[i].func_count; j++) { in rt2880_pinmux_index() 260 for (i = 0; i < p->func_count; i++) { in rt2880_pinmux_pins() 291 for (i = 0; i < p->func_count; i++) { in rt2880_pinmux_pins()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-ralink/ |
| H A D | pinmux.h | 15 .func_count = ARRAY_SIZE(_func) } 20 .func_count = ARRAY_SIZE(_func) } 47 int func_count; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/ |
| H A D | aicasm.c | 530 int func_count; in output_listing() local 545 for (func_count = 0, cur_func = SLIST_FIRST(&patch_functions); in output_listing() 548 func_count++; in output_listing() 551 if (func_count != 0) { in output_listing() 552 func_values = (int *)malloc(func_count * sizeof(int)); in output_listing() 558 func_count--; in output_listing() 568 cur_func = SLIST_NEXT(cur_func, links), func_count--) { in output_listing() 582 func_values[func_count] = 1; in output_listing() 585 func_values[func_count] = 0; in output_listing()
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/ |
| H A D | event-parse-local.h | 47 unsigned int func_count; member
|
| H A D | event-parse.c | 444 func_map = malloc(sizeof(*func_map) * (tep->func_count + 1)); in func_map_init() 461 qsort(func_map, tep->func_count, sizeof(*func_map), func_cmp); in func_map_init() 466 func_map[tep->func_count].func = NULL; in func_map_init() 467 func_map[tep->func_count].addr = 0; in func_map_init() 468 func_map[tep->func_count].mod = NULL; in func_map_init() 487 func = bsearch(&key, tep->func_map, tep->func_count, in __find_func() 630 tep->func_count++; in tep_register_function() 656 for (i = 0; i < (int)tep->func_count; i++) { in tep_print_funcs() 7549 for (i = 0; i < (int)tep->func_count; i++) { in tep_free()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/ |
| H A D | focaltech_flash.c | 1907 int func_count = sizeof(upgrade_func_list) / sizeof(upgrade_func_list[0]); in fts_fwupg_init() local 1916 if (0 == func_count) { in fts_fwupg_init() 1927 if (1 == func_count) { in fts_fwupg_init() 1930 for (i = 0; i < func_count; i++) { in fts_fwupg_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_flash.c | 1946 int func_count = sizeof(upgrade_func_list) / sizeof(upgrade_func_list[0]); in fts_fwupg_init() local 1955 if (0 == func_count) { in fts_fwupg_init() 1967 if (1 == func_count) { in fts_fwupg_init() 1970 for (i = 0; i < func_count; i++) { in fts_fwupg_init()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.c | 1881 int func_count = sizeof(test_func_list) / sizeof(test_func_list[0]); in fts_test_func_init() local 1884 if (0 == func_count) { in fts_test_func_init() 1895 for (i = 0; i < func_count; i++) { in fts_test_func_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic.h | 1271 __le16 func_count; member 1284 u16 func_count; member
|