Home
last modified time | relevance | path

Searched refs:debug_printf (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/tools/power/x86/intel-speed-select/
H A Disst-core-mbox.c113 debug_printf( in _send_mmio_command()
131 debug_printf( in _send_mbox_command()
291 debug_printf( in mbox_get_ctdp_control()
320 debug_printf( in _get_uncore_p0_p1_info()
339 debug_printf( in _get_uncore_p0_p1_info()
402 debug_printf( in _get_p1_info()
436 debug_printf( in _get_uncore_mem_freq()
457 debug_printf( in mbox_get_tdp_info()
473 debug_printf( in mbox_get_tdp_info()
494 debug_printf( in mbox_get_pwr_info()
[all …]
H A Disst-core-tpmi.c16 debug_printf("Issue IOCTL: "); in tpmi_process_ioctl()
19 debug_printf("ISST_IF_CORE_POWER_STATE\n"); in tpmi_process_ioctl()
22 debug_printf("ISST_IF_CLOS_PARAM\n"); in tpmi_process_ioctl()
25 debug_printf("ISST_IF_CLOS_ASSOC\n"); in tpmi_process_ioctl()
28 debug_printf("ISST_IF_PERF_LEVELS\n"); in tpmi_process_ioctl()
31 debug_printf("ISST_IF_PERF_SET_LEVEL\n"); in tpmi_process_ioctl()
34 debug_printf("ISST_IF_PERF_SET_FEATURE\n"); in tpmi_process_ioctl()
55 debug_printf("%d\n", ioctl_no); in tpmi_process_ioctl()
219 debug_printf in tpmi_get_ctdp_control()
256 debug_printf in tpmi_get_tdp_info()
[all …]
H A Disst-daemon.c44 debug_printf("Invalid package/die info for cpu:%d\n", id->cpu); in process_level_change()
56 debug_printf("Can't get tdp levels for cpu:%d\n", id->cpu); in process_level_change()
60 debug_printf("Get Config level %d pkg:%d die:%d current_level:%d\n", id->cpu, in process_level_change()
64 debug_printf("config TDP s locked \n"); in process_level_change()
71 debug_printf("**Config level change for cpu:%d pkg:%d die:%d from %d to %d\n", in process_level_change()
82 debug_printf("Can't get core_mask:%d\n", id->cpu); in process_level_change()
249 debug_printf("Starting loop\n");
H A Disst-config.c92 void debug_printf(const char *format, ...) in debug_printf() function
661 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num()
805 debug_printf(" map logical_cpu:%d\n", in create_cpu_map()
826 debug_printf( in create_cpu_map()
1011 debug_printf("Can't update to isolated\n"); in isolate_cpus()
1014 debug_printf("Can't update to root\n"); in isolate_cpus()
1422 debug_printf("clx_n_config failed"); in dump_clx_n_config_for_cpu()
1934 debug_printf("isst_get_ctdp_levels failed"); in set_pbf_core_power()
1941 debug_printf("isst_get_pbf_info failed"); in set_pbf_core_power()
1957 debug_printf("isst_pm_qos_config failed"); in set_pbf_core_power()
[all …]
H A Dhfi-events.c200 debug_printf("Received event %d parse_rer:%d\n", genlhdr->cmd, ret); in handle_event()
205 debug_printf("THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE\n"); in handle_event()
289 debug_printf("hfi is initialized\n"); in hfi_main()
293 debug_printf("nl_recv_message err:%d\n", err); in hfi_main()
H A Disst-core.c97 debug_printf( in isst_send_msr_command()
379 debug_printf("cpu: %d ctdp enable:%d current level: %d levels:%d\n", in isst_get_process_ctdp()
397 debug_printf("cpu:%d Get Information for TDP level:%d\n", id->cpu, in isst_get_process_ctdp()
H A Disst.h223 extern void debug_printf(const char *format, ...);
/linux-6.15/drivers/video/fbdev/
H A Dcyber2000fb.h19 static void debug_printf(char *fmt, ...) in debug_printf() function
32 #define debug_printf(x...) do { } while (0) macro
H A Dcyber2000fb.c240 debug_printf("accel_wait timed out\n"); in cyber2000fb_sync()