Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/intel-speed-select/
Disst-core-mbox.c84 debug_printf("mmio_cmd cpu:%d reg:%d write:%d\n", cpu, reg, write); in _send_mmio_command()
113 debug_printf( in _send_mmio_command()
131 debug_printf( in _send_mbox_command()
141 debug_printf("CPU %d\n", cpu); in _send_mbox_command()
195 debug_printf( in _send_mbox_command()
201 debug_printf( in _send_mbox_command()
211 debug_printf("Failed mbox command even after retries\n"); in _send_mbox_command()
229 debug_printf("cpu:%d READ_PM_CONFIG resp:%x\n", id->cpu, resp); in mbox_read_pm_config()
253 debug_printf("cpu:%d CONFIG_TDP_GET_LEVELS_INFO resp:%x\n", id->cpu, resp); in mbox_get_config_levels()
284 debug_printf("cpu:%d pm_config is not supported\n", id->cpu); in mbox_get_ctdp_control()
[all …]
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()
37 debug_printf("ISST_IF_GET_PERF_LEVEL_INFO\n"); in tpmi_process_ioctl()
40 debug_printf("ISST_IF_GET_PERF_LEVEL_CPU_MASK\n"); in tpmi_process_ioctl()
43 debug_printf("ISST_IF_GET_BASE_FREQ_INFO\n"); in tpmi_process_ioctl()
[all …]
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");
Disst-config.c91 void debug_printf(const char *format, ...) in debug_printf() function
655 debug_printf("max cpus %d\n", topo_max_cpus); in set_max_cpu_num()
797 debug_printf(" map logical_cpu:%d\n", in create_cpu_map()
818 debug_printf( in create_cpu_map()
889 debug_printf("Can't activate cpuset controller\n"); in enable_cpuset_controller()
890 debug_printf("Either you are not root user or CGroup v2 is not supported\n"); in enable_cpuset_controller()
898 debug_printf("Can't activate cpuset controller: Write failed\n"); in enable_cpuset_controller()
918 debug_printf("Can't create dir:%s errno:%d\n", dir_name, errno); in isolate_cpus()
977 debug_printf("isolated CPUs list: package:%d curr_index:%d [%s]\n", id->pkg, curr_index ,str); in isolate_cpus()
990 debug_printf("Can't activate cpuset controller: Write failed\n"); in isolate_cpus()
[all …]
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()
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()
Disst.h223 extern void debug_printf(const char *format, ...);
/linux-6.12.1/drivers/video/fbdev/
Dcyber2000fb.h19 static void debug_printf(char *fmt, ...) in debug_printf() function
32 #define debug_printf(x...) do { } while (0) macro
Dcyber2000fb.c240 debug_printf("accel_wait timed out\n"); in cyber2000fb_sync()